{{__('Invoice ID')}}: {{$billingHistory->uid}}

{{__("To")}}:

{{$to['name']}}
{{$to['address']}}

{{__("From")}}:

{{$from['name']}}
{{$from['address']}}
@foreach($items as $item) @endforeach
{{__("Qty")}} {{__("Description")}} {{__("Price")}}
{{ $item['quantity'] }} {{ $item['description'] }} {{ $currency->symbol }} {{ $item['price'] }}
{{'Total'}}: {{ $currency->symbol }} {{ $total }} {{ strtoupper($currency->code) }}