@extends('Layouts.adminLayout') @section('title') {{__('List Notification')}} @endsection @section('css') @endsection @section('breadcrumb')
| {{__('Index')}} | {{__('Title')}} | {{__('Date')}} |
|---|---|---|
| {{$i++}} | {{$value->title}} | {{timestampDateDay($value->created_at,true)['date']}} |