@extends('supertiendent.layouts.app') @push('style') @endpush @section('content')

Notification

@forelse ($allApprovedNotifications as $allApprovedNotification) @empty @endforelse {{-- --}}
Date Subject Cost Status
{{ $allApprovedNotification->created_at->format('d.m.Y') }} {{ $allApprovedNotification->conference_title }} $ 13.00 Approved
{{ 'No Data Found' }}
12.12.2023 Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since Sent
@forelse ($allRejectedNotifications as $allRejectedNotification ) @empty @endforelse {{-- --}}
Date Subject School Staus
{{$allRejectedNotification->created_at->format('d.m.Y')}} {{$allRejectedNotification->conference_title }} {{$schoolName ?? 'N/A' }} {{ 'Rejected' }}
{{'No Data Found' }}
12.12.2023 Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since New Log In 976767654 Port Blair School Rejected
@endsection @push('scripts') @endpush @section('modal') @endsection