{{--{{ $header ?? $vendor }}--}} | ||||||||||||||||||||||
Receipt |
To: @foreach($invoice->receiverAddress() as $line) {{ $line }} @endforeach Date: {{ $invoice->date()->toFormattedDateString() }} |
|||||||||||||||||||||
{{--{{ $vendor }} --}} @if (isset($street)) {{ $street }} @endif @if (isset($location)) {{ $location }} @endif @if (isset($phone)) T {{ $phone }} @endif @if (isset($vendorVat)) {{ $vendorVat }} @endif @if (isset($url)) {{ $url }} @endif |
{{--Product: {{ $product }} Starting balance: {{ $invoice->startingBalance() }} @endif @if (isset($vat)){{ $vat }} @endif
|
|||||||||||||||||||||
New account balance: {{ $invoice->completedBalance() }} |