Class : {{ $data->stuclass->name ?? '' }}
Date: {{ now()->format('d/m/Y') }}
| SN | Subject |
|---|---|
| {{ $loop->iteration }} | {{ $subject->subjects->name ?? '' }} |
@extends('dashboard.master') @section('title', 'Subject Print') @push('css') @endpush @section('content')
Date: {{ now()->format('d/m/Y') }}
| SN | Subject |
|---|---|
| {{ $loop->iteration }} | {{ $subject->subjects->name ?? '' }} |