@extends('layouts.base-old') @section('content')

今致してる?

{{ csrf_field() }}
today @if ($errors->has('date')) {{ $errors->first('date') }} @endif
schedule @if ($errors->has('time')) {{ $errors->first('time') }} @endif
@if ($errors->has('datetime'))
{{ $errors->first('datetime') }}
@endif
label
{{--
--}} {{--TODO: Material Chipsデータのシリアライズとかをjsで書いておく必要あるかも? --}} {{--label--}} {{--
--}} {{----}} {{--
--}}
comment @if ($errors->has('note')) {{ $errors->first('note') }} @endif
オプション

@endsection @section('script') @endsection