@extends('layout.adminapp') @section('content')

Go Back

{{$notification[0]['employee']['name']}}'s Notification
{{$notification[0]['employee']['email']}}
@foreach ($notification as $item) @endforeach
Notification
Notification
{{$item['message']}} @if ($item['link']) link @endif
{{-- ADD Plan --}}
{{-- {{$quries->links("pagination::bootstrap-5")}} --}}
@endsection @section('script') @endsection