{{--
Per page: @can('fee_session_delete') @endcan @if(file_exists(app_path('Http/Livewire/ExcelExport.php'))) @endif
--}} {{--
Search:
--}}
{{--
Loading...
--}}
@forelse($feeSessions as $feeSession) @empty @endforelse
{{ trans('cruds.feeSession.fields.id') }} @include('components.table.sort', ['field' => 'id']) {{ trans('cruds.feeSession.fields.title') }} @include('components.table.sort', ['field' => 'title']) {{ trans('cruds.feeSession.fields.description') }} @include('components.table.sort', ['field' => 'description']) {{ trans('cruds.feeSession.fields.is_active') }} @include('components.table.sort', ['field' => 'is_active'])
{{ $feeSession->id }} {{ $feeSession->title }} {{ $feeSession->description }} is_active ? 'checked' : '' }}>
{{-- @can('fee_session_show') --}} {{ trans('global.view') }} {{-- @endcan --}} {{-- @can('fee_session_edit') --}} {{ trans('global.edit') }} {{-- @endcan --}} {{-- @can('fee_session_delete') --}} {{-- @endcan --}}
No entries found.
@if($this->selectedCount)

{{ $this->selectedCount }} {{ __('Entries selected') }}

@endif {{ $feeSessions->links() }}