@extends('admin.layout')
@section('content')
SRL No. |
Date |
Title |
Body |
Actions |
@foreach($notification as $item)
{{ $loop->iteration }} |
{{ date('d/m/Y H:i', strtotime($item->created_at)) }} |
{{ $item->title }} |
{{ $item->body }} |
{{--
--}}
{{--
--}}
|
@endforeach
@endsection