@extends('adminlayout.mobile_sidebar') @section('content')
@csrf
@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('user_commission')){{ $errors->first('user_commission') }}@endif
@endsection