Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
QuentinGab committed Nov 22, 2024
1 parent 37add83 commit a12ed0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/default/invoice.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
@if ($company_number)
<p class="pb-1 text-xs">{{ $company_number }}</p>
@endif
@foreach (data_get($invoice->seller, 'data') ?? [] as $key => $item)
@foreach (data_get($invoice->buyer, 'data') ?? [] as $key => $item)
@if (is_string($key))
<p class="pb-1 text-xs">{{ $key }}: {{ $item }}</p>
@else
Expand Down

0 comments on commit a12ed0a

Please sign in to comment.