@extends('prints.layout') @section('title', 'Admit Cards - ' . $exam->name) @section('content') @foreach ($students->chunk(2) as $pair) @foreach ($pair as $enrollment)
|
Photo
|
| S.N. | Subject | Date | Time | Full Marks |
|---|---|---|---|---|
| {{ $i + 1 }} | {{ $schedule->subject->name }} | {{ $schedule->exam_date?->format('Y-m-d') ?? '—' }} | {{ $schedule->start_time ? \Carbon\Carbon::parse($schedule->start_time)->format('h:i A') : '—' }} | {{ $schedule->full_marks }} |
| Student Signature | Principal |