@extends('layouts.app') @section('title', 'ニュース新規作成') @section('content') {{-- ▼ コンテンツヘッダー(パンくず) --}}

ニュース新規作成

{{-- ▼ バリデーションエラー表示 --}} @if ($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif {{-- ▼ 入力フォーム --}}
@csrf
戻る
@endsection