Route::get('/', 'HomeController@index');
Route::get('/explore/{type?}', 'HomeController@explore');
Route::get('/learn/{id?}', 'HomeController@howorks');
Route::get('/contact-us', 'HomeController@contactUs');
Route::get('/queryrun', 'HomeController@queryrun');
Route::post('/contact-us/sendmail', 'HomeController@contactmail')->name('sendmail');
Comments
Post a Comment