@if ($currentSchedule($locationInfo)->isOpen())
@lang('igniter.local::default.text_is_opened')
@elseif ($currentSchedule($locationInfo)->isOpening())
{!! sprintf(lang('igniter.local::default.text_opening_time'), make_carbon($currentSchedule($locationInfo)->getOpenTime())->isoFormat(lang('igniter::system.moment.day_time_format_short'))) !!}
@else
@lang('igniter.local::default.text_closed')
@endif
@if (!$currentSchedule($locationInfo)->isOpen() && $currentSchedule($locationInfo)->isOpening())
{!! $locationInfo->orderType()->getOpeningDescription(lang('igniter::system.moment.day_time_format_short')) !!}
@endif