@extends('layout.master') @section('css') @endsection @section('main_content')

Notifications table

@foreach ($notifications as $key => $notification) @endforeach
Notification Date
Request Delivered {{ $notification->created_at }}
Notification Date
@endsection @section('scripts') @endsection