-
@if($notifications->count() > 0)
@foreach($notifications as $record)
-
- {{ $record->created_at ? Carbon::parse($record->created_at)->format('Y年n月j日 H:i') : '' }}
- {{ $record->title }}
- {{ $record->contents }}
@endforeach
@else
- データが存在しません。 @endif