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

Notification

@forelse ($allApprovedNotifications as $allApprovedNotification) @empty @endforelse {{-- --}}
Date Subject Total Cost Status
{{ $allApprovedNotification->created_at->format('d.m.Y') }} {{ $allApprovedNotification->conference_title }}   {{number_format($allApprovedNotification->registration_no + $allApprovedNotification->lodging?->sum('lodging') + $allApprovedNotification->meals?->sum('meal') + $allApprovedNotification->milages?->sum('milage') + $allApprovedNotification->miscellaneous?->sum('miscellaneous') + $allApprovedNotification->parking?->sum('parking') + $allApprovedNotification->toll?->sum('tolls'), 2) }} {{ "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' }}
@endsection @push('scripts') @endpush