@php $si=0; @endphp @foreach ($Fees as $Fee) @endforeach
{{ __('lng.SiNo') }} {{ __('lng.Title') }} {{ __('lng.Sign') }} {{ __('lng.Narration') }} {{ __('lng.Action') }}
{{ ++$si }} {{ $Fee->title }} {{ App\Extra\General\PublicConstants::FEES_SIGN[$Fee->sign] }} {{ $Fee->narration }}
{{--
--}}
@csrf @method('delete')

{{ __('lng.Showing') }} {{ $Fees->count() }} {{ __('lng.Items') }}