���� JFIF fdasasfas213sdaf
Server IP : 88.222.243.102 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/aluminiumplant.com/public_html/routes/ |
Upload File : |
<?php /* |-------------------------------------------------------------------------- | Web Routes |-------------------------------------------------------------------------- | | Here is where you can register web routes for your application. These | routes are loaded by the RouteServiceProvider within a group which | contains the "web" middleware group. Now create something great! | */ Route::get('/','HomeController@homepage'); Route::get('quote','WebController@quote'); Route::get('/categories','CategoriesController@index'); Route::get('/categories/{slug}','CategoriesController@category_page'); Route::get('/show_footer_categories/{super_category}','WebController@show_footer_categories'); Route::get('/about','WebController@about'); Route::post('/leaderboard/upload_banner','WebController@upload_banner'); Route::post('/changepassword','WebController@changepassword'); Route::get('/explore','WebController@explore'); Route::get('/privacy','WebController@privacy'); Route::get('/offpage','WebController@offline'); Route::get('/profile','WebController@profile'); Route::post('/resetpassword','WebController@resetpassword'); Route::post('/update_profile','WebController@update_profile'); Route::get('/delete_profile/{id}','WebController@delete_profile'); Route::get('/get_product_categories/{id}','WebController@get_all_product_categories'); Route::post('/leaderboard/delete_banner','WebController@delete_banner'); Route::get('/leaderboard/load_banner/{id}','WebController@load_banner'); Route::post('leaderboard/add','WebController@leaderboard_add'); Route::post('leaderboard/update','WebController@leaderboard_update'); Route::post('send/listyourbusiness','WebController@send_listyourbusiness'); Route::post('send/contact','WebController@send_contact'); Route::get('leads/contact','WebController@lead_contact'); Route::get('vendors/get_history/{id}','VendorController@get_history'); Route::get('leads/listyourbusiness','WebController@lead_listyourbusiness'); Route::get('vendors/leaderboard/s/{filter}','WebController@vendor_leaderboard'); Route::get('vendors/leaderboard/delete/{id}','WebController@leaderboard_delete'); Route::get('vendors/leaderboard/edit/{id}','WebController@vendor_leaderboard_edit'); Route::get('vendors/leaderboard/create','WebController@vendor_leaderboard_create'); Route::get('/sellers/{city_id}/{category_id}/{naration}','WebController@sellers_state'); Route::get('/sellers/{city_id}/{category_id}/{state}/{naration}','WebController@sellers_with_state'); Route::get('/sellers/{seller_id}/{state}/{city}/{area}/{seller_alias}','WebController@seller_microsite'); Route::post('get_search_cities','WebController@get_search_cities'); Route::post('vendor/renew','VendorController@vendor_renew'); Route::post('vendor/renew_info','VendorController@renew_info'); Route::get('check_if_account_is_expired','VendorController@check_if_account_is_expired'); Route::post('get_product_categories','WebController@get_product_categories'); Route::get('{state_id}/{city_id}/{category_id}/{area_id}/{state}/{city}/{location}','WebController@explore_products_with_area'); Route::get('products-&-services/{id}/{product_category_alias}/{alias}','WebController@product'); Route::get('products-&-services/{id}/{product_category_alias}/{alias}','WebController@product'); Route::get('/lead_stages','LeadController@lead_stages'); Route::get('/lead_actions','LeadController@lead_actions'); Route::get('/lead_stages/create','LeadController@lead_stages_create'); Route::get('/lead_actions/create','LeadController@lead_actions_create'); Route::get('/lead_stages/edit/{id}','LeadController@lead_stages_edit'); Route::get('/lead_actions/edit/{id}','LeadController@lead_actions_edit'); Route::get('/lead_actions/delete/{id}','LeadController@lead_actions_delete'); Route::get('/lead_stages/delete/{id}','LeadController@lead_stages_delete'); Route::post('/lead_stages/add','LeadController@lead_stages_add'); Route::get('/leads/update_quote_lead_status/{lead_id}/{status_id}','LeadController@update_quote_lead_status'); Route::post('/leads/add_lead_comment','LeadController@add_lead_comment'); Route::get('/leads/get_lead_data/{id}','LeadController@get_lead_data'); Route::post('/lead_actions/add','LeadController@lead_actions_add'); Route::post('/lead_stages/update','LeadController@lead_stages_update'); Route::post('/lead_actions/update','LeadController@lead_actions_update'); Route::get('{state_id}/{city_id}/{category_id}/{sub_category_id}/{location}','WebController@explore_products'); Route::get('/supercategories','SuperCategoriesController@index'); Route::get('/quote_requests','WebController@quote_requests'); Route::get('/contact_requests','WebController@contact_requests'); Route::get('{state_id}/{city_id}/{category_id}/{sub_category_id}/{state_name}/{location}','WebController@explore_products_with_state'); Route::get('/supercategories/create','SuperCategoriesController@create'); Route::get('/supercategories/edit/{id}','SuperCategoriesController@edit'); Route::post('/supercategories/upload_icon','SuperCategoriesController@upload_icon'); Route::get('supercategories/load_icon/{id}','SuperCategoriesController@load_icon'); Route::post('supercategories/delete_icon','SuperCategoriesController@delete_icon'); Route::post('set_location_cookie','WebController@set_location_cookie'); Route::post('/popular_cities/upload_icon','PopularCityController@upload_icon'); Route::get('popular_cities/load_icon/{id}','PopularCityController@load_icon'); Route::post('popular_cities/delete_icon','PopularCityController@delete_icon'); Route::post('/supercategories/upload_banner','SuperCategoriesController@upload_banner'); Route::get('supercategories/load_banner/{id}','SuperCategoriesController@load_banner'); Route::post('supercategories/delete_banner','SuperCategoriesController@delete_banner'); Route::post('/supercategories/upload_dashboard_mobile_banner','SuperCategoriesController@upload_dashboard_mobile_banner'); Route::get('supercategories/load_dashboard_mobile_banner/{id}','SuperCategoriesController@load_dashboard_mobile_banner'); Route::post('supercategories/delete_dashboard_mobile_banner','SuperCategoriesController@delete_dashboard_mobile_banner'); Route::post('/supercategories/upload_mobile_banner','SuperCategoriesController@upload_mobile_banner'); Route::get('supercategories/load_mobile_banner/{id}','SuperCategoriesController@load_mobile_banner'); Route::post('supercategories/delete_mobile_banner','SuperCategoriesController@delete_mobile_banner'); Route::post('category/add','SuperCategoriesController@add'); Route::post('category/update','SuperCategoriesController@update'); Route::get('category/delete/{id}','SuperCategoriesController@delete'); Route::post('update_sort','SuperCategoriesController@update_sort'); Route::get('/subcategories/f/{filter}','SubCategoriesController@index'); Route::get('/subcategories/create','SubCategoriesController@create'); Route::get('/subcategories/edit/{id}','SubCategoriesController@edit'); Route::post('/subcategories/upload_icon','SubCategoriesController@upload_icon'); Route::get('subcategories/load_icon/{id}','SubCategoriesController@load_icon'); Route::post('subcategories/delete_icon','SubCategoriesController@delete_icon'); Route::post('subcategories/add','SubCategoriesController@add'); Route::post('subcategories/update','SubCategoriesController@update'); Route::get('subcategories/delete/{id}','SubCategoriesController@delete'); Route::get('subcategories/delete/{id}','SubCategoriesController@delete'); Route::get('faqs_main','FaqController@index'); Route::get('faqs_main/create','FaqController@create'); Route::get('faqs_main/edit/{id}','FaqController@edit'); Route::get('faqs_main/delete/{id}','FaqController@delete'); Route::post('faqs_main/add','FaqController@add'); Route::post('faqs_main/update','FaqController@update'); Route::get('role','RoleController@index'); Route::get('role/create','RoleController@create'); Route::get('role/edit/{id}','RoleController@edit'); Route::get('role/delete/{id}','RoleController@delete'); Route::post('role/add','RoleController@add'); Route::post('role/update','RoleController@update'); Route::get('/productcategories/f/{supercategory}/{subcategory}','ProductCategoryController@index'); Route::get('/productcategories/create','ProductCategoryController@create'); Route::get('/productcategories/edit/{id}','ProductCategoryController@edit'); Route::post('/productcategories/upload_icon','ProductCategoryController@upload_icon'); Route::post('productcategories/add','ProductCategoryController@add'); Route::post('productcategories/update','ProductCategoryController@update'); Route::get('productcategories/delete/{id}','ProductCategoryController@delete'); Route::get('/filters/s/{type}','FilterController@index'); Route::get('/filters/create','FilterController@create'); Route::get('/filters/edit/{id}','FilterController@edit'); Route::post('/filters/upload_icon','FilterController@upload_icon'); Route::post('filters/add','FilterController@add'); Route::post('filters/update','FilterController@update'); Route::get('filters/delete/{id}','FilterController@delete'); Route::get('/filters/add/{id}','FilterController@addfilter'); Route::post('filter/value/add','FilterController@createaddfilter'); Route::post('filter/value/update','FilterController@updateaddfilter'); Route::get('filters/value/delete/{id}/{filter_id}','FilterController@filtervaluedelete'); Route::get('/popular_cities','PopularCityController@index'); Route::get('/popular_cities/get_cities/{state_id}','PopularCityController@get_cities'); Route::post('/popular_cities/get_areas','PopularCityController@get_areas'); Route::get('/popular_cities/create','PopularCityController@create'); Route::get('/popular_cities/delete/{id}','PopularCityController@delete'); Route::post('/popular_cities/add','PopularCityController@add'); Route::get('/vendors/s/{status}','VendorController@index'); Route::get('/vendors/create','VendorController@create'); Route::get('/vendors/featured','VendorController@featured'); Route::get('/vendors/featured/create','VendorController@create_featured'); Route::get('/vendors/featured/delete/{id}','VendorController@delete_featured'); Route::get('/vendors/featured/edit/{id}','VendorController@edit_featured'); Route::post('/vendors/featured/add','VendorController@add_featured'); Route::post('/vendors/featured/update','VendorController@update_featured'); Route::get('/vendors/entersession/{email}','VendorController@entersession'); Route::get('/vendor/adminattempt','VendorController@adminattempt'); Route::get('/get_sub_cat_products/{sub_cat_id}/{user_id}','VendorController@get_sub_cat_products'); Route::post('/get_product_cat_products','VendorController@get_product_cat_products'); Route::post('/get_product_cat_products_mobile','VendorController@get_product_cat_products_mobile'); Route::get('/vendors/edit/{id}','VendorController@edit'); Route::get('/vendors/delete/{id}','VendorController@delete'); Route::post('/vendors/add','VendorController@add'); Route::post('/vendors/update','VendorController@update'); Route::post('/change_supercategory','VendorController@change_supercategory'); Route::get('/packages','PackageController@index'); Route::get('/packages/create','PackageController@create'); Route::get('/packages/edit/{id}','PackageController@edit'); Route::post('/packages/add','PackageController@add'); Route::post('/packages/update','PackageController@update'); Route::get('/allproducts/{sup_id}/{sub_id}/{pro_id}','AllProductController@allproducts'); Route::get('/business_type','BusinessTypeController@index'); Route::get('/business_type/create','BusinessTypeController@create'); Route::get('/business_type/edit/{id}','BusinessTypeController@edit'); Route::get('/business_type/delete/{id}','BusinessTypeController@delete'); Route::post('/business_type/add','BusinessTypeController@add'); Route::post('/business_type/update','BusinessTypeController@update'); Route::get('/formation','FormationController@index'); Route::get('/formation/create','FormationController@create'); Route::get('/formation/edit/{id}','FormationController@edit'); Route::get('/formation/delete/{id}','FormationController@delete'); Route::post('/formation/add','FormationController@add'); Route::post('/formation/update','FormationController@update'); Route::get('/corporate','CorporateController@index'); Route::post('/corporate/add','CorporateController@add'); Route::get('/collaterls','CorporateController@collaterls'); Route::post('/collaterls/upload_logo','CorporateController@upload_logo'); Route::get('/collaterls/load_logo/{id}','CorporateController@load_logo'); Route::post('/collaterls/delete_logo','CorporateController@delete_logo'); Route::post('/collaterls/upload_featured_image','CorporateController@upload_featured_image'); Route::get('/collaterls/load_featured_image/{id}','CorporateController@load_featured_image'); Route::post('/collaterls/delete_featured_image','CorporateController@delete_featured_image'); Route::post('/collaterls/upload_brochure','CorporateController@upload_brochure'); Route::get('/collaterls/load_brochure/{id}','CorporateController@load_brochure'); Route::post('/collaterls/delete_brochure','CorporateController@delete_brochure'); Route::post('/collaterls/upload_gallery','CorporateController@upload_gallery'); Route::get('/collaterls/load_gallery/{id}','CorporateController@load_gallery'); Route::post('/collaterls/delete_gallery','CorporateController@delete_gallery'); Route::post('/collaterls/upload_leaderboard','CorporateController@upload_leaderboard'); Route::get('/collaterls/load_leaderboard/{id}','CorporateController@load_leaderboard'); Route::post('/collaterls/delete_leaderboard','CorporateController@delete_leaderboard'); Route::post('/collaterls/upload_video','CorporateController@upload_video'); Route::get('location','LocationController@index'); Route::post('location/add','LocationController@add'); Route::get('vendor_branch/create','LocationController@vendor_branch_create'); Route::get('branches','LocationController@branches'); Route::get('vendor_branch/delete/{id}','LocationController@vendor_branch_delete'); Route::get('vendor_branch/edit/{id}','LocationController@vendor_branch_edit'); Route::post('vendor_branch/add','LocationController@vendor_branch_add'); Route::post('vendor_branch/update','LocationController@vendor_branch_update'); Route::get('products','ProductController@index'); Route::post('products/add','ProductController@add'); Route::get('products/load_brochure/{id}','ProductController@load_brochure'); Route::post('products/delete_brochure','ProductController@delete_brochure'); Route::post('products/update','ProductController@update'); Route::get('products/create','ProductController@create'); Route::get('products/delete/{id}','ProductController@delete'); Route::get('products/edit/{id}','ProductController@edit'); Route::get('products/get_subcategories/{super_id}','ProductController@get_subcategories'); Route::get('products/get_productcategories/{sub_id}','ProductController@get_productcategories'); Route::get('products/images/{id}','ProductController@images'); Route::post('products/upload_gallery','ProductController@upload_gallery'); Route::get('products/load_gallery/{id}','ProductController@load_gallery'); Route::get('products/pricing/{id}','ProductController@pricing'); Route::get('products/pricing/delete/{id}','ProductController@pricing_delete'); Route::get('products/specification/delete/{id}','ProductController@specification_delete'); Route::post('products/pricing/add','ProductController@pricing_add'); Route::post('products/pricing/update','ProductController@pricing_update'); Route::post('products/specification/add','ProductController@specification_add'); Route::post('products/specification/update','ProductController@specification_update'); Route::post('products/specification/update_filter','ProductController@specification_update_filter'); Route::get('products/specification/{id}','ProductController@specification'); Route::get('products/availability/{id}','ProductController@availability'); Route::post('products/availability/update','ProductController@availability_update'); Route::post('products/others/update','ProductController@others_update'); Route::post('products/upload_brochure','ProductController@upload_brochure'); Route::post('products/delete_gallery','ProductController@delete_gallery'); Route::get('products/others/{id}','ProductController@others'); Route::get('about','WebController@about'); Route::post('api/get_all_packages','WebController@get_all_packages'); Route::post('api/get_contact_leads','WebController@get_contact_leads'); Route::post('api/get_list_your_business','WebController@get_list_your_business'); Route::post('api/delete_contact_lead','WebController@delete_contact_lead'); Route::post('api/delete_list_your_business_lead','WebController@delete_list_your_business_lead'); Route::get('listyourbusiness','WebController@listyourbusiness'); Route::get('faqs','WebController@faqs'); Route::get('contact','WebController@contact'); Route::get('login','Auth\LoginController@signin'); Route::get('loginwithotp','Auth\LoginController@loginwithotp'); Route::post('clogin','Auth\LoginController@clogin'); Route::post('cregister','Auth\LoginController@cregister'); Route::get('register','Auth\LoginController@signup'); Route::post('customlogout', 'HomeController@customlogout')->name('customlogout'); Route::post('adminlogout', 'HomeController@adminlogout')->name('adminlogout'); Route::get('forgotpassword', 'WebController@forgotpassword'); Route::get('review_parameters', 'ReviewController@index'); Route::get('vendor_reviews', 'ReviewController@vendor_reviews'); Route::get('review_parameters/create', 'ReviewController@create'); Route::post('review_parameters/add', 'ReviewController@add'); Route::post('send/forgot', 'WebController@send_forgot'); Route::post('submit/review', 'WebController@submit_review'); Route::get('send/loginotp/{mobile}', 'WebController@send_login_otp'); Route::get('social_channels', 'WebController@social_channels'); Route::post('send/social_channels', 'WebController@send_social_channels'); Route::post('send/otp', 'WebController@send_otp'); Route::post('send/quote', 'WebController@send_quote'); Route::post('vendor/send_sms', 'WebController@send_sms'); Route::post('send/contact_seller', 'WebController@send_contact_seller'); Auth::routes(); Route::get('/home', 'HomeController@index')->name('home');