|
|
{{ __('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 |