@php $pc = new \Gomee\Helpers\Arr($input->defVal()); if(!$pc->width || $pc->width <= 0) $pc->width = null; if(!$pc->height || $pc->height <= 0) $pc->height = null; @endphp