I am making a CRUD in laravel, My data is inserting in database and also showing on Admin panel but when I press edit button it gives me the error i.e;
"Too few arguments to function App\Http\Controllers\UserModelController::edit(), 0 passed in C:\xampp\htdocs\laravelCRUD\CRUD\vendor\laravel\framework\src\Illuminate\Routing\Controller.php on line 54 and exactly 1 expected"