{{__('Invoice ID')}}: {{$billingHistory->uid}} |
{{__("To")}}:{{$to['name']}}
{{$to['address']}}
|
{{__("From")}}:{{$from['name']}}
{{$from['address']}}
|
{{__("Qty")}} | {{__("Description")}} | {{__("Price")}} |
---|---|---|
{{ $item['quantity'] }} | {{ $item['description'] }} | {{ $currency->symbol }} {{ $item['price'] }} | @endforeach