update wallet credit note

This commit is contained in:
edmondlang
2023-09-15 18:42:14 +08:00
parent 0ea52048e1
commit 99f4699260
@@ -57,7 +57,10 @@
{{ $addresses->country()->first()->name }}
</div>
<div>
Phone: {{ $supplier->contacts()->first()->phone }}
@php
$contact = $supplier->contacts()->first();
@endphp
Phone: {{ $contact ? $contact->phone : '' }}
</div>
</td>
</tr>