{{-- ListArea --}}
@if (isset($fee_struct) && !empty($fee_struct))

Update Fee Structure

@else

Add New Fee Structure

@endif
@if (Session::has('message'))
{{ Session::get('message') }}
@endif @if (Session::has('error'))
{{ Session::get('error') }}
@endif
@csrf @if (isset($fee_struct) && !empty($fee_struct)) @endif
@if ($errors->has('participant_type')) {{ $errors->first('participant_type') }} @enderror
@if ($errors->has('category_type')) {{ $errors->first('category_type') }} @enderror
@if ($errors->has('early_date')) {{ $errors->first('early_date') }} @enderror
@if ($errors->has('early_fee')) {{ $errors->first('early_fee') }} @enderror
@if ($errors->has('after_date')) {{ $errors->first('after_date') }} @enderror
@if ($errors->has('after_fee')) {{ $errors->first('after_fee') }} @enderror