diff --git a/app/Http/Controllers/OrderController.php b/app/Http/Controllers/OrderController.php index f4fbfab..5de178f 100644 --- a/app/Http/Controllers/OrderController.php +++ b/app/Http/Controllers/OrderController.php @@ -13,18 +13,6 @@ use App\Models\{Account,Product,Service,User}; class OrderController extends Controller { - // @todo To check - public function __construct() - { - $this->middleware('auth'); - } - - // @todo To check - public function index() - { - return view('theme.backend.adminlte.order.home'); - } - // @todo To check public function product_order(Product $o) { diff --git a/resources/views/theme/frontend/metronic/order/home.blade.php b/resources/views/theme/frontend/metronic/order/home.blade.php index 34c295a..c027bbd 100644 --- a/resources/views/theme/frontend/metronic/order/home.blade.php +++ b/resources/views/theme/frontend/metronic/order/home.blade.php @@ -263,11 +263,10 @@ DO NOT request making changes to an active service here, it will not be processe @endsection @section('page-scripts') - - @themejs('plugin/jqBootstrapValidation/jqBootstrapValidation.js','jq-validation','jquery') - @themejs('//code.jquery.com/ui/1.12.1/jquery-ui.js','jquery-ui-js','jqery') + + -