diff --git a/app/Http/Controllers/APIs/Customer_API/SubscriptionController.php b/app/Http/Controllers/APIs/Customer_API/SubscriptionController.php index 2eba9a2..e62aa68 100644 --- a/app/Http/Controllers/APIs/Customer_API/SubscriptionController.php +++ b/app/Http/Controllers/APIs/Customer_API/SubscriptionController.php @@ -1,6 +1,6 @@ getMessage(), ['exception' => $e]); return jsonResponseWithErrorMessage(__('auth.something_went_wrong'), 500); @@ -29,7 +29,7 @@ class SubscriptionController extends Controller } - //created by; Hritik + //created by; Hritik //On - 28th June ,2024 //use - to get Data of User in Webview and show list of product @@ -37,11 +37,11 @@ class SubscriptionController extends Controller public function listOfProduct(Request $request) { try { - - - + + + return view('Admin.pages.subscriptions.list-of-products'); - + } catch (\Exception $e) { Log::error("An error occurred in " . __METHOD__ . ": " . $e->getMessage(), ['exception' => $e]); return jsonResponseWithErrorMessage(__('auth.something_went_wrong'), 500); @@ -50,7 +50,7 @@ class SubscriptionController extends Controller - //created by; Hritik + //created by; Hritik //On - 18th May ,2024 //use - to get Data of Detailed List Of Product , Monthly & Yearly public function nextPage(Request $request) @@ -111,7 +111,7 @@ class SubscriptionController extends Controller } } - //created by :-Hritik + //created by :-Hritik // On - 16th may ,2024 //subscription to a particular project based on plans and returning the subscription id to web to open Subscription screen public function subscribeToProduct(Request $request) @@ -235,7 +235,7 @@ class SubscriptionController extends Controller - //created by; Hritik + //created by; Hritik //On - 28th May ,2024 //use - To cancel the subscription of user on end of subscription end period diff --git a/routes/web.php b/routes/web.php index 32d22fa..a208844 100644 --- a/routes/web.php +++ b/routes/web.php @@ -1,6 +1,6 @@