1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-11 13:42:49 +01:00
invoiceninja/resources/views/portal/ninja2020/components/html-viewer.blade.php

11 lines
189 B
PHP
Raw Normal View History

2023-07-11 09:18:12 +02:00
<div class="flex flex-col w-full">
2023-07-10 14:52:03 +02:00
2023-07-11 09:18:12 +02:00
<div>
<dl>
@foreach($data->pdf_variables->company_details as $cd)
<dd>{{ $cd }}</dd>
2023-07-10 14:52:03 +02:00
@endforeach
2023-07-11 09:18:12 +02:00
</dl>
</div>
2023-07-10 14:52:03 +02:00
</div>