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

{{__('Notifications')}}

@foreach ($notification as $item)
@if($item['status']==1)1@endif
  • picture
  • {{$item['message']}}@if ($item['link']) click here @endif
    {{$item['created_at']}}
@endforeach
{{$notification->links("pagination::bootstrap-5")}}
@endsection @section('script') @endsection