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

Gst Registration Commission Settings

@csrf
Gst Registration Fees
@if($errors->has('suvidha_kendra_fees'))
{{ $errors->first('suvidha_kendra_fees') }}
@endif

GST Registration Commission
@if($errors->has('admin_commission'))
{{ $errors->first('admin_commission') }}
@endif
@if($errors->has('partner_commission'))
{{ $errors->first('partner_commission') }}
@endif
@if($errors->has('franchise_commission'))
{{ $errors->first('franchise_commission') }}
@endif
@if($errors->has('suvidha_kendra_commission'))
{{ $errors->first('suvidha_kendra_commission') }}
@endif

@if($errors->has('gst'))
{{ $errors->first('gst') }}
@endif
@if($errors->has('tds'))
{{ $errors->first('tds') }}
@endif
@endsection