Export Invoice

Supplier Name Customer Name Reference No. Invoice Date

{{ $full_address }}

GSTIN:{{ $beneficiary_details['gstin'] }}

{{ $client['name'] }}

{{ $client['email'] }}

{{ $client['address_1'] }}, {{ $client['city'] }}, {{ $client_state }}, {{ $client_country }}, {{ $client['postal_code'] }}

VIS20{{ $invoice_number }}

{{ $invoice_date }}

Import Export Code Satellite Station Destination {{ $purchase_type }}

{{ $beneficiary_details['import_export_code'] }}

{{ $beneficiary_details['satellite_station'] }}

{{ $beneficiary_details['destination'] }}

{{ $purchase_value }}

@foreach ($invoice_details as $detail) @foreach ($detail->services as $service) @php // Update service data with "Same" value if applicable $service['same_service'] = ($detail->services_from === $detail->services_to) ? 'Same' : null; @endphp @endforeach @endforeach
Description Man Hour / Man Day / Man Month / Project Rate Currency Total

{{ $service['service_description'] }}

{{ $service['same_service'] ?? ($detail->services_from . ' to ' . $detail->services_to) }}

{{ $service['quantity'] }} {{ $service['unit_measurement_name'] }}

{{ $service['rate'] }}

{{ $service['short_name'] }}

{{ $service['amount'] }}

Grand Total

{{ $short_name }} {{ $grand_total }}

Wire Transfer Instructions:

Beneficiary Name:

{{ $address_type }}

Address:

{{ $full_address }}

Phone:

{{ $beneficiary_details['phone'] }}

Email:

{{ $beneficiary_details['email'] }}

Beneficiary Bank Account #:

{{ $beneficiary_details['beneficiary_bank_account'] }}

Beneficiary Bank Name:

{{ $beneficiary_details['beneficiary_bank_name'] }}

Bank Address:

{{ $beneficiary_details['bank_address'] }}

Bank City, State, Zip:

{{ $beneficiary_details['bank_city'] }}, {{ $beneficiary_details['bank_state'] }}, {{ $beneficiary_details['bank_zip'] }}

Bank Country:

{{ $beneficiary_details['bank_country'] }}

Bank Phone:

{{ $beneficiary_details['bank_phone'] }}

IFSC:

{{ $beneficiary_details['ifsc'] }}

Bank Routing/SWIFT:

{{ $beneficiary_details['bank_routing_shift'] }}

Due Date:

{{ $due_date }}

Note: {{ $beneficiary_details['note'] }}