{{ __('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->day }} {{ $working_hour->from ?? '-' }} {{ $working_hour->to ?? '-' }} {{ $working_hour->order }} @if ($working_hour->status == 1) {{ __('dashboard.yes') }} @else {{ __('dashboard.no') }} @endif
@csrf @method('DELETE')
@push('scripts') @endpush @section('script') @endsection