@extends('layouts.app', ['page' => __('Validación de pago'), 'pageSlug' => 'validatepayment', 'section' => 'menu']) @section('content')
@if (!$existConciliation) {{ __('Validar pago') }} @else {{ __('Pago conciliado') }} @endif

INFORMACIÓN GENERAL

Cliente: {{ $accountStatement->customer->name }}

Desarrollo: {{ $accountStatement->unit->typology->houseDevelopment->name }} / {{ $accountStatement->unit->typology->name }} / {{ $accountStatement->unit->name }}

Período: {{ $accountStatement->tipo_de_pago }}

@if (is_null($accountStatement->payment_date)) @else

Fecha de subida del documento: {{ $accountStatement->payment_date->translatedFormat('d F Y') }}

@endif

Nombre del documento: {{ $blueprint->name }}

{{ __('Ver documento') }} @if (!$existConciliation) {{ __('Conciliar pago') }} @else {{ __('Ver recibo') }} @endif
@endsection