@php($canStore = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canStore))
@php($canUpdate = (App\Services\Logic\Assist::getCurrentRoutePermissions()->canUpdate))
@php($visible = ($canStore && $canUpdate) ? '' : 'hidden')
@if($params->isPrintable && !Enum::match('IsCompleted.On', $params->is_shipped))
@endif
@if(Enum::match('IsCompleted.On', $params->is_shipped))
@endif