@extends('layouts.app') @section('content')
{{__('texte.balances_arr.show.number')}} | {{__('texte.balances_arr.show.type')}} | {{__('texte.balances_arr.show.payment')}} | {{__('texte.balances_arr.show.document_date')}} | {{__('texte.balances_arr.show.payment_date')}} | {{__('texte.balances_arr.show.amount')}} | {{__('texte.balances_arr.show.due_amount')}} | {{__('texte.balances_arr.show.actions')}} |
---|---|---|---|---|---|---|---|
{{$document->number}} | {{$document->type->title}} | {{Lang::get('texte.payment_types_arr')[$document->payment_type]}} | {{date_format(new DateTime($document->date), 'd.m.Y')}} | {{date_format(new DateTime($document->payment_date), 'd.m.Y')}} | {{number_format($document->total,2,'.','')}} | {{number_format($document->total - $document->paid,2,'.','')}} | {{__('texte.balances_arr.show.distribute')}} |
{{__('texte.balances_arr.show.total')}}: | {{number_format($credit_totals->total-$credit_totals->paid,2,'.','')}} |
{{__('texte.balances_arr.show.no_documents_found')}}
@endif{{__('texte.balances_arr.show.number')}} | {{__('texte.balances_arr.show.type')}} | {{__('texte.balances_arr.show.payment')}} | {{__('texte.balances_arr.show.document_date')}} | {{__('texte.balances_arr.show.amount')}} | {{__('texte.balances_arr.show.undistributed_amount')}} | {{__('texte.balances_arr.show.actions')}} |
---|---|---|---|---|---|---|
{{$document->number}} | {{$document->type->title}} | {{Lang::get('texte.payment_types_arr')[$document->payment_type]}} | {{date_format(new DateTime($document->date), 'd.m.Y')}} | {{number_format($document->total,2,'.','')}} | {{number_format($document->total-$document->paid,2,'.','')}} | {{__('texte.balances_arr.show.distribute')}} |
{{__('texte.balances_arr.show.total')}}: | {{number_format($debit_totals->total-$debit_totals->paid,2,'.','')}} |
{{__('texte.balances_arr.show.no_documents_found')}}
@endif