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

お知らせの作成


{{ csrf_field() }}
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
最大 10000 文字、Markdown 形式 @if ($errors->has('content'))
{{ $errors->first('content') }}
@endif
@endsection