zaster's avatar

@roerjo

yes. previously

return back();

directed to

Route::post('/poitem/create', 'Employee\POItemController@create')->name('employee.poitem.create');

which is a POST route

That resulted this

MethodNotAllowedHttpException

Previous

Please or to participate in this conversation.