@if(!empty($shift_info))

{{ucfirst($shift_info->name)}} ( @lang('essentials::lang.'.$shift_info->type) )

@if($shift_info->type == 'fixed_shift') @lang('restaurant.start_time'): {{ format_time($shift_info->start_time) }}
@lang('restaurant.end_time'): {{ format_time($shift_info->end_time) }} @endif @endif