I have the route below that redirects to the main page of my site ..
Route::group(['prefix' =>'site', 'namespace' => 'site'], function(){
Route::get('/', 'SiteController@index')->name('site');
I wanted to add an anchor to the...
asked by
23.02.2018 / 18:06