{!! __('clinic-formparts.common.free_time') !!}
{!! __('clinic-formparts.common.free_time_text') !!}
{!! __('clinic-formparts.common.free_time_notice1') !!}
{!! __('clinic-formparts.common.free_time_notice2') !!}
@foreach (ClinicHelper::getWeekDay() as $wkey => $wvalue) @if ($wkey == "sun" || $wkey == "sat") @continue @endif
{{ $wvalue }} @foreach (ClinicHelper::freeTimeForForm() as $key => $value)
@if (old('free_time_set') && array_key_exists($wkey, old('free_time_set')) && in_array($value, old('free_time_set')[$wkey])) @else @endif
@endforeach
@endforeach @section('js') @stop