{{ $header or $vendor }} | |||||||||||||||||||||||
Receipt |
To: {{ $owner->email ?: $owner->name }} 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 }} {{ $vat }} @endif@foreach ($invoice->invoiceItems() as $item) @endforeach @foreach ($invoice->subscriptions() as $subscription) @endforeach @if ($invoice->hasDiscount()) @if ($invoice->discountIsPercentage()) @else @endif @endif @if ($invoice->tax_percent) @endif
|