Select ->relationship table not found.
Hey guys, run into a little trouble using Select->relationship. Advice appreciated. Thanks.
The follow code is in the
I am using the same code in the default admin panel resource and it work well. It also work well in v2 for v2 when using the old ways.
But when I use it on user panel which I created and render the widget via .
in the blade file, it throw the error above. The table do exist in my db.
The follow code is in the
Action::make('accept_offer')->form()Error: SQLSTATE[HY000]: General error: 1 no such table: shop_branchesI am using the same code in the default admin panel resource and it work well. It also work well in v2 for v2 when using the old ways.
But when I use it on user panel which I created and render the widget via .
in the blade file, it throw the error above. The table do exist in my db.