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