enhance css
This commit is contained in:
@@ -29,6 +29,10 @@ class CategoryController extends Controller
|
||||
$product_type = 'botanic';
|
||||
$article_nature_id = 2;
|
||||
break;
|
||||
case 'legumes':
|
||||
$product_type = 'botanic';
|
||||
$article_nature_id = 3;
|
||||
break;
|
||||
default:
|
||||
$product_type = 'botanic';
|
||||
$article_nature_id = 1;
|
||||
|
||||
@@ -9,6 +9,9 @@ use App\Repositories\Shop\Articles;
|
||||
use App\Repositories\Shop\TagGroups;
|
||||
use App\Repositories\Shop\Homepages;
|
||||
|
||||
use App\Repositories\Config;
|
||||
use App\Repositories\Core\Arrays;
|
||||
|
||||
class HomeController extends Controller
|
||||
{
|
||||
public function index(Request $request)
|
||||
|
||||
@@ -31,6 +31,7 @@ class PayboxController extends Controller
|
||||
public function process(Request $request)
|
||||
{
|
||||
dump($request);
|
||||
exit;
|
||||
return view('paybox.send');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user