@csrf
{{ __('lang.choose') }} {{ __('lang.image') }} {{ __('lang.change') }} {{ __('lang.image') }} {{ __('lang.delete') }} {{ __('lang.commercial_registration') }}
{{--
--}} {{--
--}} {{-- --}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
@foreach($days ?? $item->hours as $get) index . '.day') class="has-error" @enderror @error('days.' . $loop->index . '.open_time') class="has-error" @enderror @error('days.' . $loop->index . '.close_time') class="has-error" @enderror> @endforeach
{{ __('lang.days') }} {{ __('lang.times') }} {{ __('lang.closed') }}
{{ __('lang.' . (request()->routeIs('dashboard.stores.branches.create') ? $get : $get->day)) }}
index . '.closed', $item->hours[$loop->index]->closed ?? null) == '1' ? 'disabled' : '' }} class="form-control timeClock" value="{{ old('days.' . $loop->index . '.open_time', $item->hours[$loop->index]->open_time ?? null) }}">
index . '.closed', $item->hours[$loop->index]->closed ?? null) == '1' ? 'disabled' : '' }} class="form-control timeClock" value="{{ old('days.' . $loop->index . '.close_time', $item->hours[$loop->index]->close_time ?? null) }}">
index . '.closed', $item->hours[$loop->index]->closed ?? null) == '1' ? 'checked' : '' }} value="1">
{{ __('lang.cancel') }}
@section('js') @include('dashboard.setting.map-key') @stop