@extends('layouts.app') @section('title', '定期予約登録') @section('content')
{{-- パンくず&見出し --}}
@if($errors->any())
    @foreach($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
戻る
@csrf
{{-- 画面上部(ID系) --}}
{{-- 基本情報 --}}
{{-- ラジオ系 --}}
{{-- リマインド --}}
{{-- 期間・状態 --}}
{{-- 通知 --}}
戻る
@push('scripts') @endpush @endsection