{{----}} Invoice

Invoice


+880 1787721117
support@imageeditexpert.com

Date: {{\Carbon\Carbon::now()->format('d,m Y')}}

Invoice For: {{$month}}

Bill To
Company Name {{$orders[0]->user->client->company_name}}
Contact Person {{$orders[0]->user->name}}
Email {{$orders[0]->user->email}}
Phone {{$orders[0]->user->phone}}
Email {{$orders[0]->user->client->address}}
@foreach($orders as $key => $order) @endforeach
Service Type Date Quantity Unit Price Total Price
{{$order->service->title}} {{$order->quantity}} {{\Carbon\Carbon::parse($order->delivery_date)->format('Y-M-d')}} {{$order->unit_price}} {{$order->total_price}}
Total Price {{$orders->sum('total_price')}}