@extends('both.template') @section('title', 'PAYEMENTS | OPTIMIA') @section('styleSheets') @endsection @section('content')
@foreach($payments as $payment) @endforeach
Facture Client Type Payement Date Payement Montant Payée Reste à payer Reçu par
#{{ $payment->invoiceCode }} {{ $payment->clientFullName }} {{ $payment->paymentName }} {{ App\Utils\Utils::getDBDateFormat($payment->paymentDate, true) }}

{{ $payment->employeeFirstname.' '.$payment->employeeLastname }}

{{ csrf_field() }}
@endsection @section('scriptsSheets') @endsection