@extends('layouts.base') @section('title', 'お知らせ') @section('content')

サイトからのお知らせ


@foreach($informations as $info) @if ($info->pinned) ピン留め @endif {{ $categories[$info->category]['label'] }} {{ $info->title }} - {{ $info->created_at->format('n月j日') }} @endforeach
{{ $informations->links(null, ['className' => 'mt-4 justify-content-center']) }}
@endsection