//Need to find the model by $Id because filament is overwriting it to id 0 causing errors
$model = Model::find($id);
//Need to find the model by $Id because filament is overwriting it to id 0 causing errors
$model = Model::find($id);
we are attaching a relationship here, before I started using this bypass the model would just get attached to the newly "created "model instance (id 0)