@extends('layouts.admin') @section('title', 'お知らせ') @section('tab-content')

お知らせ


新規作成
@foreach($informations as $info) @endforeach
カテゴリ タイトル 作成日
@if ($info->pinned) ピン留め @endif {{ $categories[$info->category]['label'] }} {{ $info->title }} {{ $info->created_at->format('Y年n月j日') }}
@endsection