@extends('layouts.adminapp') @section('title') {{ __('lng.FeeStructure') }} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_fee_stucture', 'active') @section('content')

{{ __('lng.FeeStructure') }}

{{ __('lng.FeesTable') }}
@if ($SearchResult) @php echo $SearchResult @endphp @else
@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') }}

@endif
@endsection