{{----}}
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}} |
{{$orders[0]->user->email}} | |
Phone | {{$orders[0]->user->phone}} |
{{$orders[0]->user->client->address}} |
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')}} |