@if ($proformas != NULL) @foreach ($proformas as $proforma) @endforeach @endif
{!!trans('x.Number')!!} {!!trans('x.Year')!!} {!!trans('x.Customer')!!} {!!trans('x.Pcs')!!} {!!trans('x.Total')!!} {!!trans('x.Date')!!} {!!trans('x.Payment date')!!} {!!trans('x.Options')!!}
{!!$proforma->number!!} {!!$proforma->year!!} @if ($proforma->customer_id != 0) {{ $proforma->customer->companyname}} @endif @if ($proforma->supplier_id != 0) {{ $proforma->supplier->companyname}} @endif {{ $proforma->items_qty}} {{ X::prettyPrice($proforma->total) }} {{ $proforma->created_at->format('d/m/Y') }} {{ $proforma->payment_date->format('d/m/Y') }}
{!! X::dynamicModal('modal_edit_proforma', '/modals/proformas/edit') !!}