@extends('layouts.app', ['page' => __('Conciliar pago'), 'pageSlug' => 'accountstatementconciliation', 'section' => 'menu']) @section('content')
@if(!is_null($blueprint->name)) {{ __('Conciliar pago de') }} {{ $accountStatement->customer->name }} @else Ingresar Pago @endif
{{ $accountStatement->tipo_de_pago }} @if (is_null($accountStatement->payment_date)) @else , Enviado el {{ $accountStatement->payment_date->translatedFormat('d F Y') }} @endif
@if(!is_null($blueprint->name)) Comprobante de Pago:
{{ $blueprint->name }}
@else Ingresa la información
y el Comprobante de pago
@endif
@if (is_null($blueprint->name)) {{ __('Regresar') }} @else {{ __('Regresar') }} @endif
@csrf
@include('alerts.feedback', ['field' => 'amount'])
@include('alerts.feedback', ['field' => 'conciliation_date'])
@include('alerts.feedback', ['field' => 'description'])
@include('alerts.feedback', ['field' => 'payment_type'])
@if(is_null($blueprint->name))
name)) required autofocus @endif>
name)) required autofocus @endif>
@endif

@endsection @push('js') @endpush