{{ 'ABDUR RASHID GENERAL TRADING LLC' }}

{{ 'Al Nokhitha Custom Building, Office No: 111 & 114 (1st floor)|Dubai,UAE' }}
Phone : {{ ' +97142651622,+971509112996' }}
Email : {{ ' abdurrashidgnt@gmail.com' }}

{{ $invoice->customer->customer_name ?? '' }} -
{{ $invoice->customer->mobile }}
{{ $invoice->customer->address }}
Invoice # {{ $invoice->invoice_no }}
Billing Date {{ Date('d-M-Y') }}

{{-- @php dd(123); @endphp --}}
@if ($invoice->total_amount > 0) @else @endif @php $products = $invoice->salesProduct; @endphp @forelse($products as $purchase_info) @empty @endforelse @if ($invoice->total_amount > 0) @else @endif
Product Name Qty Price TotalDescription Amount Amount
{{ $proDuct = $purchase_info->product->product_name }} - {{ $purchase_info->product->product_id }} {{ $purchase_info->quantity }} {{ $purchase_info->sale_price }} {{ $purchase_info->sale_price * $purchase_info->quantity }}
{{ 'Received Amount' }} {{ $invoice->total_paid }}
TOTAL : {{ $invoice->total_amount }}

Notes & Information

{{ $invoice->note }}

DISCOUNT : {{ $invoice->total_discount }}
Vat (%) : {{ $invoice->total_vat }}
DUE : {{ $invoice->total_due }}
TOTAL PAID : {{ $invoice->total_paid }}
TOTAL PAID : {{ $invoice->total_paid }}
Authorized signature
Back

You have 3 pending action.
Developed By BMS.
© {{ date('Y') }} BMS LTD.