@extends('pdf.layout') @section('title', 'Attendance List') @section('content') @foreach(array_chunk($attendances, 12) as $chunk)
College Code & Name | Examinee | Roll / Session | Course | Invigilator | Exam Date |
---|---|---|---|---|---|
{{ $item['college_code'] }}-{{ $item['college_name'] }} | {{ $item['student_name'] }} | {{ $item['exam_roll_no'].' / '.$item['ac_session'] }} | {{ $item['paper_code'].' - '.$item['paper_name'] }} | {{ $item['invigilator_name'] }} | {{ \Carbon\Carbon::make($item['attendance_date'])->format('d-m-Y') }} |
Generated On: {{ \Carbon\Carbon::now()->format('d/m/Y') }}