@extends('layouts.app-admin') @section('content')
| {{ trans('cruds.batch.fields.id') }} | {{ $batch->id }} | ||
|---|---|---|---|
| {{ trans('cruds.batch.fields.course_base') }} | {{-- @if($batch->courseBase) --}} {{$batch->courseBase->Course_name}} {{-- @endif --}} | ||
| {{ trans('cruds.batch.fields.fee_session') }} | @if($batch->feeSession) {{ $batch->feeSession->title ?? '' }} @endif | ||
| {{ trans('cruds.batch.fields.base_fee') }} | {{ $batch->base_fee }} | ||
| {{ trans('cruds.batch.fields.advertised_fee') }} | {{ $batch->advertised_fee }} | ||
| {{ trans('cruds.batch.fields.max_seats') }} | {{ $batch->max_seats }} | ||
| {{ trans('cruds.batch.fields.starting_date') }} | {{ $batch->starting_date }} | ||
| {{ trans('cruds.batch.fields.expected_ending_date') }} | {{ $batch->expected_ending_date }} | ||
| Students | {{--{{ $batch->expected_ending_date }} | --}}||
| ID | Name | Image | |
| {{$student->studentid}} | {{$student->name}} |
{{-- --}}
{{-- --}}
{{-- --}}
--}}
John Doe john.doe@gmail.com |
|