Laravel Route Fallback
Route::fallback(function () {
//
});
Mohamad
Route::fallback(function () {
//
});