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

All Notifications

@foreach($notifications as $notification) @endforeach
ID Title Description Expire at Send at
#{{$notification->id}} {{$notification->title}} {{$notification->description}} {{$notification->expired_at}} {{$notification->created_at}}
@endsection @section('js_assets') @endsection