@extends('layouts.adminapp') @section('content') {{-- Student Notifications --}}

STUDENT NOTIFICATION

Add New

Student Notification Details

@php $si = 0; @endphp @foreach ($StudentNotifications as $StudentNotification) @endforeach
Si No Subject Type Description Action
{{ ++$si }} {{ $StudentNotification->subject ?? '' }} {{ $StudentNotification->type ?? '' }} {{ $StudentNotification->description ?? '' }}
@csrf @method('delete')
{{-- --}}
@endsection