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

Registration Commission Settings

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

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