{{ __('dashboard.working_hours') }}

{{ __('dashboard.add') }}

{{ __('dashboard.working_hours') }}

@foreach ($working_hours as $working_hour) @endforeach
{{ __('dashboard.day') }} {{ __('dashboard.from') }} {{ __('dashboard.to') }} {{ __('dashboard.order') }} {{ __('dashboard.status') }} {{ __('dashboard.actions') }}
{{ $working_hour->address->title ?? __('dashboard.no_address') }} {{ $working_hour->day_name }} {{$working_hour->is_closed == 1?'-': $working_hour->open_time ?? '-' }} {{$working_hour->is_closed == 1?'-': $working_hour->close_time ?? '-' }} {{ $working_hour->order }} @if ($working_hour->is_closed == 0) {{ __('dashboard.yes') }} @else {{ __('dashboard.no') }} @endif
@csrf @method('DELETE')
@push('scripts') @endpush @section('script') @endsection