Invoice {{ '#GT00'.$order->id }}
- Created At: {{ date_format($order->created_at, 'd M Y, h:i:s A') }}
{{-- Global Tax --}}
{{ $company->name }}
- {{ $company->address }}
- {{ $company->mobile }} @if($company->cin!=null)
- {{ $company->cin }} @endif @if($company->gstin!=null)
- {{ $company->gstin }} @endif
{{--
Invoice
--}}- Invoice ID:{{ '#GT00'.$order->id }}
- Status:{{ ($order->status==0) ? 'Pending' : (($order->status==1) ? 'Completed' : (($order->status==2) ? 'Process' : (($order->status==3) ? 'Rejected' : 'Pending'))) }}
- Date:{{ date_format($order->created_at, 'd M Y') }}
Invoice To
{{ $order->user_details->name }}
- {{ $order->user_details->post_office.', '.$order->user_details->city.', '.$order->user_details->state.', '.$order->user_details->country }}
- {{ $order->user_details->phone }}
- Customer:{{ $order->c_name }}
- Mobile:{{ $order->c_mobile }}
- Email:{{ $order->c_email }}
| Service | {{--Price | --}} {{-- @if($order->government_fee>0) --}}Government Fee | {{-- @endif @if($order->professional_fee>0) --}}Professional Fee | {{-- @endif --}} {{--Qty | --}}Subtotal | ||||
|---|---|---|---|---|---|---|---|---|---|
| {{ $order->service_details->name }} | @elseif($order->cat_type=='itr'){{ $order->itr_cat->name .', '. $order->itr_subcat->name }} | @elseif($order->cat_type=='gst'){{ $order->gst_cat->name .', '. $order->gst_subcat->name }} | @elseif($order->cat_type=='tds'){{ $order->tds_cat->name .', '. $order->tds_subcat->name }} | @else@endif {{-- | {{ $subtotal }} ₹ | --}} {{-- @if($order->government_fee>0) --}}{{ $order->government_fee }} ₹ | {{-- @endif @if($order->professional_fee>0) --}}{{ $order->professional_fee }} ₹ | {{-- @endif --}} {{--1 | --}}{{ ($order->professional_fee) + $order->government_fee }} ₹ |
| GOVERNMENT FEE | {{ $order->government_fee }} ₹ | ||||||||
| PROFESSIONAL FEE | {{ $order->professional_fee - $order->gst }} ₹ | ||||||||
| Subtotal | {{ ($order->professional_fee - $order->gst) + $order->government_fee }} ₹ | ||||||||
| GST | (18% GST Included) | ||||||||
| Grand Total | {{ $order->service_amount }} ₹ | ||||||||
Invoice was created on a computer and is valid without the signature and seal.
T&C