@extends('adminlte::page') @section('title', $title) @section('content_header')
@stop @section('content') @if ($errors->any()) @foreach ($errors->all() as $error)
{{ $error }}
@endforeach @endif
  • 内容
    1
  • 対象医院
    2
  • @if(Gate::forUser(\Auth::user())->allows('employeeOperation', 'event|2'))
    @csrf
    @php $dateTime = new DateTime(); $minuteInput = round($dateTime->format('i'), -1); $minuteInput = $minuteInput == 60 ? 0 : $minuteInput; @endphp
    @for($hour = 0; $hour < 24; $hour++) @for($minute = 0; $minute < 60; $minute += 10) @endfor @endfor
    @php $dateTime->add(new DateInterval('PT1H')); @endphp @for($hour = 0; $hour < 24; $hour++) @for($minute = 0; $minute < 60; $minute += 10) @endfor @endfor
    @if (isset($repairRequest)) @endif
    @php $aryTargetClinicId = \Arr::get($request, 'target_clinic_id', ''); @endphp @if (isset($repairRequest)) @endif @if(!empty($aryTargetClinicId)) @foreach($aryTargetClinicId as $index => $targetClinicInfo) @endforeach @endif @if(!empty($files)) @foreach($files as $id => $file) @endforeach @endif
    @endif
    @stop @section('js') @stop @section('css') @stop