@if(is_null($settings))
@elseif($settings->image == '')
@else
@endif
Invoice #{{ $invoice->invoice_number }}
Customer
{{ ucwords($invoice->client_name) }}
Date
{{ $invoice->invoice_date->format('M d, Y') }}
Address
{{ ucwords($invoice->client_address) }}
# | Item | Quanity | Cost Per Item | Total |
---|---|---|---|---|
{{ $key }} | {{ ucfirst($item->item_name) }} | {{ $item->quantity }} | {{ $gymSettings->currency->acronym }} {{ $item->cost_per_item }} | {{ $gymSettings->currency->acronym }} {{ $item->amount }} |
{{ ucwords($merchantBusiness->business->title) }}
@if(!is_null($settings))
{{ ucfirst($settings->address) }}@endif @if(!is_null($settings))
P: {{ $settings->mobile }} @endif
{{ ucfirst($settings->address) }}@endif @if(!is_null($settings))
P: {{ $settings->mobile }} @endif
- Sub - Total amount: {{ $gymSettings->currency->acronym }} {{ round($invoice->sub_total, 2) }} @foreach($invoice->items as $key=>$item) @if($item->item_type != 'item')
- @if($item->item_type == 'discount')Discount:@else {{ strtoupper($item->item_name) }}: @endif {{ $gymSettings->currency->acronym }} {{ round($item->amount, 2) }} @endif @endforeach
- Grand Total: {{ $gymSettings->currency->acronym }} {{ round($invoice->total, 2) }}
@if($isDesktop) @endif
Invoice generated by: {{ ucwords($invoice->generated_by) }}