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