File "web.php"

Full Path: /home/bettaeza/flyinsyria.com/Location/Routes/web.php
File size: 376 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
use Illuminate\Support\Facades\Route;

// Location
Route::group(['prefix'=>config('location.location_route_prefix')],function(){
    Route::get('/{slug}','LocationController@detail')->name("location.detail");;// Detail
    Route::get('/search/searchForSelect2','LocationController@searchForSelect2')->name("location.searchForSelect");;// Search for select 2
});