@extends('pdf.layout')
@section('title', 'Room Attendance Details')
@section('content')
@include('include.report_header')
SL | Room No | Exam Roll | Student Name | Paper Code |
---|---|---|---|---|
{{ $key }} | {{ $item->room_no }} | {{ $item->exam_roll }} | {{ $item->student_name }} | {{ $item->paper_code }} |