@extends('layouts.app') @section('content')
Current Batches
Assignments
Attendance
Upcoming Classes
No upcoming classes scheduled.
@endifNo recent assignments.
@endif| Batch Name | Code | Subjects | Enrollment Date | Status |
|---|---|---|---|---|
| {{ $batch->name }} | {{ $batch->code }} | @foreach($batch->subjects as $subject) {{ $subject->code }} @endforeach | @if($batch->pivot->enrolled_at) {{ $batch->pivot->enrolled_at->format('M d, Y') }} @else N/A @endif | {{ $batch->pivot->status }} |
Student is not enrolled in any batches.
@endif