use Tassili\Premium\Fields\Signature; Signature::make('name') ->label('The Name') // optional ->readOnly() // optional, if you want the field only readable ->notInDatabase() // optional, if you don't want this field in database