@extends('adminlayout.admin') @section('content')

{{ (count($datas) and $datas[0]->service_details->name) ? $datas[0]->service_details->name: '' }}

You have total {{ count($datas) }} services {{ ( count($datas) and isset($datas[0]->service_details->name))? 'of '.$datas[0]->service_details->name : '' }}.
Commission is disbursed on professional fee and not at price.

@php $i=1; @endphp @foreach ($datas as $data) @php $bgcolor = ''; if($i%4==0) { $bgcolor = 'bg-warning'; } elseif($i%2==0) { $bgcolor = 'bg-success'; } elseif($i%3==0) { $bgcolor = 'bg-info'; } else { $bgcolor = 'bg-primary'; } @endphp
{{--
--}}
    @if($data->return_file=='' || $data->return_file==null)
  • Price {{ $data->price }} ₹
  • @endif @if(Auth::user()->hasRole('suvidha_kendra'))
  • Cashback {{ $data->sk_commission . ' ' . $data->commission_type }}
  • @endif @if(Auth::user()->hasRole('user') && $data->u_commission>0)
  • Cashback {{ $data->u_commission . ' ' . $data->commission_type }}
  • @endif @php $doc_arr = explode(',', $data->documents); $doc_count = count($doc_arr); @endphp
  • Documents {{ $doc_count }} Docs
  • Training Video View
@php $i++; @endphp @endforeach @if(count($datas) and $datas[0]->service_id==33)
 
ITR Registration instructions:
View Documents Tax Calculator
 1. Processing time for ITR Filing (Salaried) : 2-3 working days after complete document have been received
 2. Processing time for ITR Filing (Business) : 3-5 working days after complete document have been received
 3. Processing time for CA Certified ITR Filing : 5-7 working days after complete document have been received
 4. Processing time for Balance Sheet and P/L Account : 6-8 working days after complete document have been received
 5. Processing time for Previous Year ITR : 6-8 working days after complete document have been received
 6. Courier charges are additional, as per actual same would be debited from main wallet
 7. Penalty : Minimum of Rs. 1000 for FY 19-20 and FY 20- 21

@endif @if(count($datas) and $datas[0]->service_id==36)
 
GST Return Filing instructions:
GST filing details

 1. Return will be filed based on filing Invoice made and Return Filing data sent. To proceed for reconcilation of data kindly make invoice for GST Reconcilation
 2. You cannot claim ITC more than 110% of available ITC as per GSTR2B. Doing so may lead to Government demand notices with penalties and interest
 3. Processing time: 1-2 working days after complete Data have been received
 4. Challan Payment will be from the Challan Wallet Only, incase this option is availed

GSTR1 B2B.     GSTR1 B2C.     GSTR2 B2B.     GSTR2 B2BUR.     GSTR7 Template.    

@endif
@endsection