@extends('pdf.layout') @section('title', 'Attendance Verification') @section('content') @php $paper_code = $result[0]->paper_code; $college_code = $result[0]->college_code; $iteration = 0; @endphp {{--
PAPER CODE: {{ $result[0]->paper_code }}
PAPER CODE: {{ $result[0]->paper_code }} |
||
---|---|---|
COL CODE | COLLEGE NAME | STD COUNT |
'
.' '.'PAPER CODE: ' . $data->paper_code.' ' .' |
||
---|---|---|
COL CODE | COLLEGE NAME | STD COUNT |
{{ $data->college_code ?? '' }} | {{ $data->college_name ?? '' }} | {{ $data->total ?? '' }} | @php $paper_code = $data->paper_code; @endphp @endforeach @stop