@extends('layouts.app-admin') @section('content')
{{ trans('global.view') }} {{ trans('cruds.batch.title_singular') }}: {{ trans('cruds.batch.fields.id') }} {{ $batch->id }}
{{-- --}} @foreach ( $batch->students as $student ) @endforeach
{{ 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

--}} {{--
--}}
@endsection