@foreach ($delivery_notes as $row)
@if ($row->from_note == 'DELIVERY NOTE')
{{ $row->user?$row->user->fullname:"Customer" }} - {{ $row->date_created ? $row->date_created->format('h:i A m-d-Y'):\Carbon\Carbon::now()->format('h:i A m-d-Y') }}
{{ $row->note }}
@endif
@endforeach
|
@endif
@if(count($notes) > 0)