{!!$creditNote->number!!}
|
{!!$creditNote->year!!}
|
{!!$creditNote->brand!!}
|
@if ($creditNote->customer_id != 0)
{{ $creditNote->customer->companyname}}
@endif
@if ($creditNote->supplier_id != 0)
{{ $creditNote->supplier->companyname}}
@endif
|
{{ $creditNote->items_qty}}
|
{{ $creditNote->total}}
|
{{ $creditNote->created_at->format('d/m/Y') }}
|
@endforeach
@endif