{{__('INVOICE')}}
 {{asset($logo.$currentWorkspace->logo)}} @else{{asset($logo.'logo-light.png')}} @endif)
{!! DNS2D::getBarcodeHTML(route('pay.invoice',[$currentWorkspace->slug,\Illuminate\Support\Facades\Crypt::encrypt($invoice->id)]) , "QRCODE",2,2) !!}
@if($currentWorkspace->address){{$currentWorkspace->address}}@endif
@if($currentWorkspace->city) {{$currentWorkspace->city}}, @endif @if($currentWorkspace->state){{$currentWorkspace->state}}@endif @if($currentWorkspace->zipcode)- {{$currentWorkspace->zipcode}}@endif
@if($currentWorkspace->country){{$currentWorkspace->country}}@endif
@if($currentWorkspace->telephone){{$currentWorkspace->telephone}}@endif
{{$invoice->client->city}}, @endif @if($invoice->client->state) {{$invoice->client->state}}@endif @if($invoice->client->zipcode) - {{$invoice->client->zipcode}}@endif @if($invoice->client->country)
{{$invoice->client->country}}@endif
{{$invoice->client->email}} @if($invoice->client->telephone)
{{$invoice->client->telephone}}@endif @endif
| {{__('Number')}}: | {{App\Models\Utility::invoiceNumberFormat($invoice->invoice_id)}} |
| {{__('Project')}}: | {{$invoice->project->name}} |
| {{__('Issue Date')}}: | {{App\Models\Utility::dateFormat($invoice->issue_date)}} |
| {{__('Due Date')}}: | {{App\Models\Utility::dateFormat($invoice->due_date)}} |
{{$item->task->title}}
@if($currentWorkspace->invoice_footer_title != '' || $currentWorkspace->invoice_footer_notes != '')
{{ $currentWorkspace->invoice_footer_title }} :
{{ $currentWorkspace->invoice_footer_notes }}
@endif