{{ __('static.' . $workHour->day) }}
@if ($workHour->status == App\Helpers\ConstantHelper::OPEN)
{{ App\Helpers\GeneralHelper::timeFormat($workHour->opening_time) }}
-
{{ App\Helpers\GeneralHelper::timeFormat($workHour->closing_time) }}
@elseif($workHour->status == App\Helpers\ConstantHelper::CLOSED)
{{ __('static.' . $workHour->status) }}
@endif