{{-- ▼ バリデーションエラー表示 --}}
@if ($errors->any())
@endif
{{-- ▼ 入力フォーム --}}
- @foreach($errors->all() as $e)
- {{ $e }} @endforeach
@extends('layouts.app') @section('title', 'ニュース新規作成') @section('content') {{-- ▼ コンテンツヘッダー(パンくず) --}}