@extends('admin/layouts/contentLayoutMaster') @section('title', 'Notification') @section('content')

Notification

@if (count($errors) > 0) @if($errors->any()) @endif @endif
@if(count($notification)>0) @foreach ($notification as $key=>$notification1) @endforeach @else @endif
ID Message Added date
{{ $notification1->id }} {{ $notification1->message }} {{ $notification1->created }}

No record found!
{{$notification->links()}}
@endsection