@extends('layouts.user.app') @section('content')
@csrf
 
Notification History
@if(!empty($result)) @foreach($result as $rows) @endforeach @endif
ID Title Description Date
{{$loop->iteration}} {{$rows->title}} {{$rows->description}} {{date_format(date_create($rows->created_at),"d-M-Y H:i")}}
@endsection('content')