@foreach ($informations as $info)
- {{ DateTime::createFromFormat('Y-m-d', $info->public_date)->format('Y.m.d') }}
-
{!! $info->title !!}
{!! $info->body !!}
@endforeach
@if (!empty($informations->previousPageUrl()))
@endif
@if (!empty($informations->nextPageUrl()))
@endif