|
|
{{$CompanyDetail->title}}{{$CompanyDetail->tagline}} {{$CompanyDetail->address}} {{$CompanyDetail->email}} {{$CompanyDetail->phone}} |
@endforeach
INVOICE |
||
| Date: {{date_format(date_create($Invoice->dateTime),'d-m-Y')}} | Customer: {{$Invoice->user->name}} | |
| Invoice Number: {{$Invoice->id}} |
| # | Product-Services | Quantity | Amount | Total | |
|---|---|---|---|---|---|
| {{++$Slno}} | {{--{{$InvoiceDetails->order_product_service->orderproduct->product->title ." : ". $InvoiceDetails->order_product_service->product_service->servicetype->title}} | --}}{{$InvoiceDetails->name}} | {{$InvoiceDetails->quantity}} | {{$InvoiceDetails->amount}} | {{$tot}} |
| Total: |