{{-- @extends('pdf.layout') --}} {{-- @section('title', 'Center Paper Count') --}} {{-- @section('content') --}} @php $sl = 1; @endphp {{--
--}} @foreach($data as $item) @php $sl++; @endphp @endforeach
SL. Exam Code Exam Year Center Code and Name Paper Code and Name No. of Student
{{ $sl }} {{ $item->exam_code }} {{ $item->exam_year }} {{ $item->center_code }} - {{ $item->center_name }} {{ $item->paper_code }} - {{ $item->paper_name }} {{ $item->total_student }}
{{--
--}} {{-- @stop --}}