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