{{-- slot:content --}} {{-- data-binding --}}
{{-- form --}} {!! html()->form('post', $data['form'])->open() !!}
{{-- alert --}}

問診アプリの利用可能時間を指定してください。
問診アプリを利用停止する場合は、利用停止にチェックしてください。

{{-- /.alert --}} {{-- card --}}
{!! html() ->select( 'operation[hh1]', $data['hour_list'], !is_null($data['operation']) ? $data['operation']['hh1'] : '' ) ->class('form-select rounded-0') !!} {!! html() ->select( 'operation[ii1]', $data['minute_list'], !is_null($data['operation']) ? $data['operation']['ii1'] : '' ) ->class('form-select rounded-0') !!} {!! html() ->select( 'operation[hh2]', $data['hour_list'], !is_null($data['operation']) ? $data['operation']['hh2'] : '' ) ->class('form-select rounded-0') !!} {!! html() ->select( 'operation[ii2]', $data['minute_list'], !is_null($data['operation']) ? $data['operation']['ii2'] : '' ) ->class('form-select rounded-0') !!}
{{-- /.card --}}
{{-- button --}}
{{-- /.button --}} {!! html()->form()->close() !!} {{-- /.form --}}
{{-- /.data-binding --}}
{{-- /.slot:content --}} {{-- css --}} @push('css') @endpush {{-- /.css --}} {{-- js --}} @push('js') @endpush {{-- /.js --}}