In Laravel, the form submits the data to another page and displays a blank space.

template:

Route::get("/book/store","BookController@store");
Dec.07,2021

get defined by route, and POST in the form, definitely not.

Menu