Invoice Print
Millennium Computers And Networking
11/1,Rambabu Road, Alimun Plaza( 1st Floor),
Mymensingh-2200,Bangladesh.t
Phone +8809666747474, Tel: + 88091-64234,Mob:+8801881010100
www.mcnbd.com
@php
$count = 1;
@endphp
@foreach ($client_list as $client)
@foreach ($invoice_header as $inv_header)
@endforeach
@endforeach
INVOICE |
![]() |
| Bill To: Customer ID: {{ $inv_header->user_id }} Company / Client Name: {{ $inv_header->customer_name }} Address: {{ $inv_header->present_address }} Mobile: {{ $inv_header->mobile1 }} |
Billing Statement Invoice #: {{ $client->inv_number }} Invoice Date: {{ date('d F Y',strtotime($client->invoice_date)) }} Invoice Period: {{ date('d F Y',strtotime($client->invoice_date)) }} Payment Due Date: {{ date('15 F Y',strtotime($client->invoice_date)) }} VAT Reg No:{{ $inv_header->status_name }} |
| Invoice Date | Invoice Type | Invoice For | Amount(BDT) |
|---|---|---|---|
| {{ $client->invoice_date }} | {{ $client->invoice_type_name }} | {{ $client->billing_year }} | {{ $client->total_bill }} |
