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

お知らせの編集


{{ method_field('PUT') }} {{ csrf_field() }}
pinned) ? 'checked' : ''}}>
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
最大 10000 文字、Markdown 形式 @if ($errors->has('content'))
{{ $errors->first('content') }}
@endif
{{ method_field('DELETE') }} {{ csrf_field() }}
@endsection