internal = FALSE; } public function render(bool $edit=FALSE,bool $old=FALSE,bool $new=FALSE): View { return view('components.attribute.binary.jpegphoto') ->with('o',$this) ->with('edit',$edit) ->with('old',$old) ->with('new',$new) ->with('f',new \finfo); } }