@if(!isset($working_days) || !$working_days )
@endif
@foreach (\App\Enums\WokrDayEnum::values() as $day) @isset($working_days) @php $dayInfo = collect($working_days->info)->firstWhere('day', $day); @endphp @endisset
start_time_format) : '' }}" id="" {{ isset($dayInfo) && $dayInfo['is_open'] ? ' ' : 'disabled' }} />
end_time_format) : '' }}" id="" {{ isset($dayInfo) && $dayInfo['is_open'] ? ' ' : 'disabled' }} /> @error("working_days.$day.end_time")
{{ $message }}
@enderror
@endforeach