{{-- Global Tax --}}

Global Tax

  • {{ $company->address }}
  • {{ $company->mobile }}
  • @if($company->cin!=null)
  • CIN  {{ $company->cin }}
  • @endif @if($company->gstin!=null)
  • GSTIN  {{ $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 }}
{{-- @if($order->government_fee>0) --}} {{-- @endif @if($order->professional_fee>0) --}} {{-- @endif --}} @php $subtotal = $order->service_amount - $order->government_fee - $order->professional_fee - $order->gst; @endphp @if($order->cat_type==null) @elseif($order->cat_type=='itr') @elseif($order->cat_type=='gst') @elseif($order->cat_type=='tds') @else @endif {{-- @if($order->government_fee>0) --}} {{-- @endif @if($order->professional_fee>0) --}} {{-- @endif --}} {{-- @if($order->gst>0) --}} {{-- @endif --}}
Service PriceGovernment FeeProfessional FeeQty Amount
{{ $order->service_details->name }}{{ $order->itr_cat->name .', '. $order->itr_subcat->name }}{{ $order->gst_cat->name .', '. $order->gst_subcat->name }}{{ $order->tds_cat->name .', '. $order->tds_subcat->name }}{{ $subtotal }} ₹{{ $order->government_fee }} ₹{{ $order->professional_fee }} ₹1 {{ $order->service_amount - $order->gst }} ₹
Subtotal {{ $order->service_amount - $order->gst }} ₹
GST {{ $order->gst }} ₹
Grand Total {{ $order->service_amount+$order->gst }} ₹
Invoice was created on a computer and is valid without the signature and seal.