@extends('pdf.layout')
@section('title', 'Center List')
@section('content')
@php
$i = 1;
@endphp
@foreach(array_chunk($data, 25) as $chunk)
@include('include.report_header')
Center List
SL. | Center Name | Division | District | Address | Phone | Mobile | Student Capacity | Responsible Person | |
---|---|---|---|---|---|---|---|---|---|
{{ $i }} | {{ $item['center_name'] }} | {{ $item['division_name'] }} | {{ $item['district_name'] }} | {{ $item['address'] }} | {{ $item['phone'] }} | {{ $item['email'] }} | {{ $item['mobile'] }} | {{ $item['student_capacity'] }} | {{ $item['responsible_person'] }} |