{{-- ▼ フラッシュメッセージ --}}
@if(session('success'))
{{ session('success') }}
@endif
@if(session('error')) {{ session('error') }}
@endif
{{-- ▼ ヘッダー:新規/削除 --}}
{{-- ▼ 一覧テーブル --}}
@extends('layouts.app') @section('title', '最新ニュース登録') @section('content') @php // ▼ 表示モードのラベル $modeLabel = [0=>'非表示', 1=>'公開', 2=>'下書き', 3=>'自動公開']; @endphp {{-- ▼ コンテンツヘッダー(パンくず) --}}