| {{ trans('cruds.batch.fields.id') }} {{-- @include('components.table.sort', ['field' => 'id']) --}} | Name | Course {{-- {{ trans('cruds.batch.fields.course_base') }} @include('components.table.sort', ['field' => 'course_base.title']) --}} | {{ trans('cruds.courseBase.fields.duration') }} {{-- @include('components.table.sort', ['field' => 'course_base.duration']) --}} | {{--{{ trans('cruds.courseBase.fields.course_id_gen') }} @include('components.table.sort', ['field' => 'course_base.course_id_gen']) | --}}{{ trans('cruds.batch.fields.fee_session') }} {{-- @include('components.table.sort', ['field' => 'fee_session.title']) --}} | {{ trans('cruds.batch.fields.base_fee') }} {{-- @include('components.table.sort', ['field' => 'base_fee']) --}} | {{ trans('cruds.batch.fields.advertised_fee') }} {{-- @include('components.table.sort', ['field' => 'advertised_fee']) --}} | {{ trans('cruds.batch.fields.max_seats') }} {{-- @include('components.table.sort', ['field' => 'max_seats']) --}} | {{ trans('cruds.batch.fields.starting_date') }} {{-- @include('components.table.sort', ['field' => 'starting_date']) --}} | {{ trans('cruds.batch.fields.expected_ending_date') }} {{-- @include('components.table.sort', ['field' => 'expected_ending_date']) --}} | Action | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ $batch->id }} | {{ $batch->title }} | {{-- @if($batch->courseBase) --}} {{ $batch->courseBase->Course_name }} {{-- @endif --}} | {{ $batch->courseBase->Course_dure }} {{-- @if($batch->courseBase) {{ $batch->courseBase->duration ?? '' }} @endif --}} | {{--@if($batch->courseBase) {{ $batch->courseBase->course_id_gen ?? '' }} @endif | --}}@if($batch->feeSession) {{ $batch->feeSession->title ?? '' }} @endif | {{ $batch->base_fee }} | {{ $batch->advertised_fee }} | {{ $batch->max_seats }} | {{ $batch->starting_date }} | {{ $batch->expected_ending_date }} |
{{-- @can('batch_show') --}}
{{-- {{ route('admin.batches.show', $batch) }} --}}
{{ trans('global.view') }}
{{-- @endcan --}}
{{-- @can('batch_edit')
{{ trans('global.edit') }}
@endcan
@can('batch_delete')
@endcan --}}
|
|
| No entries found. | ||||||||||||
{{ $this->selectedCount }} {{ __('Entries selected') }}
@endif {{ $batches->links() }}