File size: 101 Bytes
d548975 |
1 2 3 4 5 |
<?php
use Illuminate\Support\Facades\Route;
Route::get('/shop_front', 'ShopFrontController@index'); |
d548975 |
1 2 3 4 5 |
<?php
use Illuminate\Support\Facades\Route;
Route::get('/shop_front', 'ShopFrontController@index'); |