@if(\App\Models\Utility::getValByName('enable_rtl') == 'on') @endif
@if($invoice_usr->name){{$invoice_usr->name}}@endif
@if($left_address['address']){{$left_address['address']}}@endif
@if($left_address['city'])
{{$left_address['city']}}, @endif @if($left_address['state']){{$left_address['state']}}@endif @if($left_address['zipcode']) - {{$left_address['zipcode']}}@endif
@if($left_address['country'])
{{$left_address['country']}}@endif
@if($invoice->client_id == $invoice_usr->id)
{{ $invoice->user->name }}
@else
{{ $invoice->client->name }}
@endif
@if($right_address['address']){{$right_address['address']}}@endif
@if($right_address['city'])
{{$right_address['city']}}, @endif @if($right_address['state']){{$right_address['state']}}@endif @if($right_address['zipcode']) - {{$right_address['zipcode']}}@endif
@if($right_address['country'])
{{$right_address['country']}}@endif
{{__('Number')}}: | {{\App\Models\Utility::invoiceNumberFormat($invoice->invoice_id)}} |
{{__('Project')}}: | {{$invoice->project->title}} |
{{__('Due Date')}}: | {{\Utility::getDateFormated($invoice->due_date)}} |
{!! DNS2D::getBarcodeHTML(route('pay.invoice',\Illuminate\Support\Facades\Crypt::encrypt($invoice->id)), "QRCODE",2,2) !!} |
{{$item->item}}
{{ \App\Models\Utility::projectCurrencyFormat($invoice->project_id,$item->price,true)}}
-
-
{{$footer['invoice_footer_note']}}