@extends('dashboard.master') @section('title', 'Subject Print') @push('css') @endpush @section('content')
Subject Print
Header
Class : {{ $data->stuclass->name ?? '' }}

Date: {{ now()->format('d/m/Y') }}

@foreach ($subjects as $key => $subject) @endforeach
@push('js') @endpush @endsection