@extends('layouts.app.master') @section('title', 'Notifications') @section('content')

Manage Notifications

@include('layouts.app.alerts')
@foreach($notification as $item) @endforeach
S.No Notification Title Added On ACTION
{{ $item->id }} {{ $item->title }}
{{ $item->created_at}}
@endsection