@extends('layouts.adminapp') @section('title') {{ __('lng.FeeStructure') }} @endsection @section('active_student', 'active') @section('open_student', 'open') @section('active_fee_stucture', 'active') @section('content')
{{ __('lng.SiNo') }} | {{ __('lng.Title') }} | {{ __('lng.Sign') }} | {{ __('lng.Narration') }} | {{ __('lng.Action') }} | |
---|---|---|---|---|---|
{{ ++$si }} | {{ $Fee->title }} | {{ App\Extra\General\PublicConstants::FEES_SIGN[$Fee->sign] }} | {{ $Fee->narration }} | --}} |
{{ __('lng.Showing') }} {{ $Fees->count() }} {{ __('lng.Items') }}