@extends('cms.layouts.authorized') @section('title', 'Notification') @section('headerCustom') @php $title = $model::getTitleIndex(); @endphp @endsection @section('content')
@foreach($list as $item) @endforeach
Notifikasi
{!! elapsedTime($item->notificationDate) !!}
{!! $item->message !!}
@endsection @section('jsCustom') @endsection