| Class Teacher | Controller of Examination | ||
| Date of Issue : {{ \Carbon\Carbon::parse(now())->format('Y-m-d')}} | |||
@extends('layouts.master') @section('css') @include('print.includes.print-layout') @endsection @section('content') @if($data['student'] && $data['student']->count() > 0) @foreach($data['student'] as $student)
| Class Teacher | Controller of Examination | ||
| Date of Issue : {{ \Carbon\Carbon::parse(now())->format('Y-m-d')}} | |||