Directing to a form in a resource from a widget in my dashboard
I got this widget in my dashboard:
and it has to direct to a:
public static function form(Form $form): Form
(inside a Resource)
How do I make this work?
and it has to direct to a:
public static function form(Form $form): Form
(inside a Resource)
How do I make this work?