@extends('Layouts.adminLayout') @section('title') {{__('List Notification')}} @endsection @section('css') @endsection @section('breadcrumb')
@endsection @section('content')
@php $i=1; @endphp @foreach($data['list'] as $value) @endforeach
{{__('Index')}} {{__('Title')}} {{__('Date')}}
{{$i++}} {{$value->title}} {{timestampDateDay($value->created_at,true)['date']}}
@endsection @section('script') @endsection