I have a little problem here after I renamed a method from store to save also I was renamed in the Route
Route::post('blog', 'Backend\BlogController@store');
to
Route::post('blog', 'Backend\BlogController@save');
but when I hit submit it still shows me:
Method [store] does not exist.
anyone can help me out?