commit eff0228447c35f7a6ccd7e5376feaf04b02a68e0 Author: vedant-chavan Date: Wed Jun 12 20:29:05 2024 +0530 first commit diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..8f0de65 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,18 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true + +[*.md] +trim_trailing_whitespace = false + +[*.{yml,yaml}] +indent_size = 2 + +[docker-compose.yml] +indent_size = 4 diff --git a/.env.example b/.env.example new file mode 100644 index 0000000..478972c --- /dev/null +++ b/.env.example @@ -0,0 +1,58 @@ +APP_NAME=Laravel +APP_ENV=local +APP_KEY= +APP_DEBUG=true +APP_URL=http://localhost + +LOG_CHANNEL=stack +LOG_DEPRECATIONS_CHANNEL=null +LOG_LEVEL=debug + +DB_CONNECTION=mysql +DB_HOST=127.0.0.1 +DB_PORT=3306 +DB_DATABASE=laravel +DB_USERNAME=root +DB_PASSWORD= + +BROADCAST_DRIVER=log +CACHE_DRIVER=file +FILESYSTEM_DISK=local +QUEUE_CONNECTION=sync +SESSION_DRIVER=file +SESSION_LIFETIME=120 + +MEMCACHED_HOST=127.0.0.1 + +REDIS_HOST=127.0.0.1 +REDIS_PASSWORD=null +REDIS_PORT=6379 + +MAIL_MAILER=smtp +MAIL_HOST=mailpit +MAIL_PORT=1025 +MAIL_USERNAME=null +MAIL_PASSWORD=null +MAIL_ENCRYPTION=null +MAIL_FROM_ADDRESS="hello@example.com" +MAIL_FROM_NAME="${APP_NAME}" + +AWS_ACCESS_KEY_ID= +AWS_SECRET_ACCESS_KEY= +AWS_DEFAULT_REGION=us-east-1 +AWS_BUCKET= +AWS_USE_PATH_STYLE_ENDPOINT=false + +PUSHER_APP_ID= +PUSHER_APP_KEY= +PUSHER_APP_SECRET= +PUSHER_HOST= +PUSHER_PORT=443 +PUSHER_SCHEME=https +PUSHER_APP_CLUSTER=mt1 + +VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}" +VITE_PUSHER_HOST="${PUSHER_HOST}" +VITE_PUSHER_PORT="${PUSHER_PORT}" +VITE_PUSHER_SCHEME="${PUSHER_SCHEME}" +VITE_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" diff --git a/.ftpquota b/.ftpquota new file mode 100644 index 0000000..8307444 --- /dev/null +++ b/.ftpquota @@ -0,0 +1 @@ +21335 1945895999 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..7dbbf41 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,11 @@ +* text=auto + +*.blade.php diff=html +*.css diff=css +*.html diff=html +*.md diff=markdown +*.php diff=php + +/.github export-ignore +CHANGELOG.md export-ignore +.styleci.yml export-ignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..c05562c --- /dev/null +++ b/.gitignore @@ -0,0 +1,25 @@ +/node_modules +/public/build +/public/hot +/public/storage +/storage/*.key +/vendor +.env +.env.backup +.env.production +.phpunit.result.cache +Homestead.json +Homestead.yaml +auth.json +npm-debug.log +yarn-error.log +/.fleet +/.idea +/.vscode +/public +/resources +/routes +/storage +/tests + + diff --git a/.htaccess b/.htaccess new file mode 100644 index 0000000..ee70d2a --- /dev/null +++ b/.htaccess @@ -0,0 +1,64 @@ + + + Options -MultiViews -Indexes + + + # block files which needs to be hidden, specify .example extension of the file + + Order allow,deny + Deny from all + + + RewriteEngine On + + # Handle Authorization Header + RewriteCond %{HTTP:Authorization} . + RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}] + + # Redirect Trailing Slashes If Not A Folder... + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_URI} (.+)/$ + RewriteRule ^ %1 [L,R=301] + + # Send Requests To Front Controller... + RewriteCond %{REQUEST_FILENAME} !-d + RewriteCond %{REQUEST_FILENAME} !-f + RewriteRule ^ index.php [L] + + +# BEGIN cPanel-generated php ini directives, do not edit +# Manual editing of this file may result in unexpected behavior. +# To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) +# For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) + + php_flag display_errors Off + php_value max_execution_time 300 + php_value max_input_time 120 + php_value max_input_vars 1000 + php_value memory_limit 128M + php_value post_max_size 16M + php_value session.gc_maxlifetime 1440 + php_value session.save_path "/var/cpanel/php/sessions/ea-php81" + php_value upload_max_filesize 10M + php_flag zlib.output_compression Off + + + php_flag display_errors Off + php_value max_execution_time 300 + php_value max_input_time 120 + php_value max_input_vars 1000 + php_value memory_limit 128M + php_value post_max_size 16M + php_value session.gc_maxlifetime 1440 + php_value session.save_path "/var/cpanel/php/sessions/ea-php81" + php_value upload_max_filesize 10M + php_flag zlib.output_compression Off + +# END cPanel-generated php ini directives, do not edit + +# php -- BEGIN cPanel-generated handler, do not edit +# Set the “ea-php81” package as the default “PHP” programming language. + + AddHandler application/x-httpd-ea-php81 .php .php8 .phtml + +# php -- END cPanel-generated handler, do not edit diff --git a/.htaccess_old b/.htaccess_old new file mode 100644 index 0000000..997a9b8 --- /dev/null +++ b/.htaccess_old @@ -0,0 +1,8 @@ + + +# php -- BEGIN cPanel-generated handler, do not edit +# Set the “ea-php81” package as the default “PHP” programming language. + + AddHandler application/x-httpd-ea-php81 .php .php8 .phtml + +# php -- END cPanel-generated handler, do not edit diff --git a/.user.ini b/.user.ini new file mode 100644 index 0000000..951b8fa --- /dev/null +++ b/.user.ini @@ -0,0 +1,16 @@ +; cPanel-generated php ini directives, do not edit +; Manual editing of this file may result in unexpected behavior. +; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor) +; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI) + +[PHP] +display_errors = Off +max_execution_time = 300 +max_input_time = 120 +max_input_vars = 1000 +memory_limit = 128M +post_max_size = 16M +session.gc_maxlifetime = 1440 +session.save_path = "/var/cpanel/php/sessions/ea-php81" +upload_max_filesize = 10M +zlib.output_compression = Off diff --git a/README.md b/README.md new file mode 100644 index 0000000..3ed385a --- /dev/null +++ b/README.md @@ -0,0 +1,66 @@ +

Laravel Logo

+ +

+Build Status +Total Downloads +Latest Stable Version +License +

+ +## About Laravel + +Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects, such as: + +- [Simple, fast routing engine](https://laravel.com/docs/routing). +- [Powerful dependency injection container](https://laravel.com/docs/container). +- Multiple back-ends for [session](https://laravel.com/docs/session) and [cache](https://laravel.com/docs/cache) storage. +- Expressive, intuitive [database ORM](https://laravel.com/docs/eloquent). +- Database agnostic [schema migrations](https://laravel.com/docs/migrations). +- [Robust background job processing](https://laravel.com/docs/queues). +- [Real-time event broadcasting](https://laravel.com/docs/broadcasting). + +Laravel is accessible, powerful, and provides tools required for large, robust applications. + +## Learning Laravel + +Laravel has the most extensive and thorough [documentation](https://laravel.com/docs) and video tutorial library of all modern web application frameworks, making it a breeze to get started with the framework. + +You may also try the [Laravel Bootcamp](https://bootcamp.laravel.com), where you will be guided through building a modern Laravel application from scratch. + +If you don't feel like reading, [Laracasts](https://laracasts.com) can help. Laracasts contains over 2000 video tutorials on a range of topics including Laravel, modern PHP, unit testing, and JavaScript. Boost your skills by digging into our comprehensive video library. + +## Laravel Sponsors + +We would like to extend our thanks to the following sponsors for funding Laravel development. If you are interested in becoming a sponsor, please visit the Laravel [Patreon page](https://patreon.com/taylorotwell). + +### Premium Partners + +- **[Vehikl](https://vehikl.com/)** +- **[Tighten Co.](https://tighten.co)** +- **[Kirschbaum Development Group](https://kirschbaumdevelopment.com)** +- **[64 Robots](https://64robots.com)** +- **[Cubet Techno Labs](https://cubettech.com)** +- **[Cyber-Duck](https://cyber-duck.co.uk)** +- **[Many](https://www.many.co.uk)** +- **[Webdock, Fast VPS Hosting](https://www.webdock.io/en)** +- **[DevSquad](https://devsquad.com)** +- **[Curotec](https://www.curotec.com/services/technologies/laravel/)** +- **[OP.GG](https://op.gg)** +- **[WebReinvent](https://webreinvent.com/?utm_source=laravel&utm_medium=github&utm_campaign=patreon-sponsors)** +- **[Lendio](https://lendio.com)** + +## Contributing + +Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the [Laravel documentation](https://laravel.com/docs/contributions). + +## Code of Conduct + +In order to ensure that the Laravel community is welcoming to all, please review and abide by the [Code of Conduct](https://laravel.com/docs/contributions#code-of-conduct). + +## Security Vulnerabilities + +If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell via [taylor@laravel.com](mailto:taylor@laravel.com). All security vulnerabilities will be promptly addressed. + +## License + +The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT). diff --git a/app/Console/Commands/DeleteNotification.php b/app/Console/Commands/DeleteNotification.php new file mode 100644 index 0000000..754af54 --- /dev/null +++ b/app/Console/Commands/DeleteNotification.php @@ -0,0 +1,44 @@ +subDays(3); + NotificationUser::where('created_at','<',$threeDaysAgo)->delete(); + + $this->info('Old notifications deleted successfully.'); + } +} diff --git a/app/Console/Commands/MoodOMeterNotification.php b/app/Console/Commands/MoodOMeterNotification.php new file mode 100644 index 0000000..b99f6a7 --- /dev/null +++ b/app/Console/Commands/MoodOMeterNotification.php @@ -0,0 +1,54 @@ +title = "Send Your Daily Mood O Meter"; + $notification_master->messages = "Mood-O-Meter"; + $notification_master->save(); + + $notification_id = $notification_master->id; + + foreach ($user as $user_data){ + + $notification_user = new NotificationUser; + $notification_user->notification_id = $notification_id; + $notification_user->user_id = $user_data->id; + $notification_user->save(); + } + + $this->info('Mood-O-Meter Notification Send succefully'); + } +} diff --git a/app/Console/Commands/PushNotification.php b/app/Console/Commands/PushNotification.php new file mode 100644 index 0000000..926f78e --- /dev/null +++ b/app/Console/Commands/PushNotification.php @@ -0,0 +1,64 @@ + [$playerId], + 'included_segments'=>[ 'All'], + 'contents' => ['en' => $message], + 'headings' => ['en' => $title], + 'isAndroid'=> true, + 'content_available' => true, + // 'data' => [ + // 'content_type' => $content_type, + // 'id' => $id, + // ], + // 'big_picture' => $imageUrl, + // 'app_id' => env('ONE_SIGNAL_APP_ID'), + // 'authorization' => env('ONE_SIGNAL_AUTHORIZE') + ]; + + $result = OneSignal::sendPush($fields); + } +} diff --git a/app/Console/Commands/StepsCountPoint.php b/app/Console/Commands/StepsCountPoint.php new file mode 100644 index 0000000..d715bee --- /dev/null +++ b/app/Console/Commands/StepsCountPoint.php @@ -0,0 +1,37 @@ +// toDateString(); +// $dailyStepCount = DailyStepsCount::where('date',$date)->get(); + +// if($dailyStepCount){ +// foreach($dailyStepCount as $count){ + +// $steps = $count->step_count; +// $points = intval(floor($steps/1000)); +// $user_id = $count->user_id; +// $leaderboardMaster = LeaderboardMaster::where('user_id', $user_id)->first(); +// if ($leaderboardMaster) { + +// $leaderboardMaster->total_score += $points; +// $leaderboardMaster->save(); +// } + +// } +// $this->info('Points Added Successfully'); +// } +// } +// } diff --git a/app/Console/Commands/StoreMonthlyPositions.php b/app/Console/Commands/StoreMonthlyPositions.php new file mode 100644 index 0000000..96a34c2 --- /dev/null +++ b/app/Console/Commands/StoreMonthlyPositions.php @@ -0,0 +1,67 @@ +format('Y'); +// $currentYear = 2023; + $currentMonth = now()->format('m'); +// $currentMonth = 4; + $users = User::all(); + foreach ($users as $user) { + $userId = $user->id; + $user_list = LeaderboardMaster::orderBy('total_score', 'desc')->get(); + + $position = null; + + foreach ($user_list as $index => $user){ + if($user->user_id == $userId){ + $position = $index + 1; + break; + } + } + if (isset($position)) { + $monthDate = Carbon::createFromDate($currentYear, $currentMonth, 1)->format('Y-m'); + + MonthlyPosition::updateOrCreate([ + 'user_id' => $userId, + 'month' => $monthDate, + ], [ + 'position' => $position, + ]); + } + } + + + $this->info('Users Position Stored Successfully!'); +// return Command::SUCCESS; + } +} diff --git a/app/Console/Commands/UpdateTableColumnCommand.php b/app/Console/Commands/UpdateTableColumnCommand.php new file mode 100644 index 0000000..ea75421 --- /dev/null +++ b/app/Console/Commands/UpdateTableColumnCommand.php @@ -0,0 +1,35 @@ +update(['is_active' => '1']); + + $this->info('Table column updated successfully.'); + } +} diff --git a/app/Console/Commands/UpdateUserRanking.php b/app/Console/Commands/UpdateUserRanking.php new file mode 100644 index 0000000..ca5c176 --- /dev/null +++ b/app/Console/Commands/UpdateUserRanking.php @@ -0,0 +1,39 @@ +call(function () { + $client = new \GuzzleHttp\Client(); + $response = $client->get('http://gsf.betadelivery.com/api/getUserRanking'); + // Handle the API response as needed +// $statusCode = $response->getStatusCode(); + // ... + })->everyMinute(); + } +} diff --git a/app/Console/Kernel.php b/app/Console/Kernel.php new file mode 100644 index 0000000..cc72815 --- /dev/null +++ b/app/Console/Kernel.php @@ -0,0 +1,46 @@ +command('update:column')->dailyAt('09:00')->timezone('Asia/Kolkata'); + $schedule->command('positions:store-monthly')->lastOfMonth('23:59'); + $schedule->command('mood-o-meter:send-daily')->dailyAt('09:00')->timezone('Asia/Kolkata'); + $schedule->command('delete:old-notification')->daily(); + $schedule->command('send:notification_daily')->dailyAt('07:00')->timezone('Asia/Kolkata'); + } + + /** + * Register the commands for the application. + * + * @return void + */ + protected function commands() + { + $this->load(__DIR__.'/Commands'); + + require base_path('routes/console.php'); + } +} diff --git a/app/Exceptions/Handler.php b/app/Exceptions/Handler.php new file mode 100644 index 0000000..82a37e4 --- /dev/null +++ b/app/Exceptions/Handler.php @@ -0,0 +1,50 @@ +, \Psr\Log\LogLevel::*> + */ + protected $levels = [ + // + ]; + + /** + * A list of the exception types that are not reported. + * + * @var array> + */ + protected $dontReport = [ + // + ]; + + /** + * A list of the inputs that are never flashed to the session on validation exceptions. + * + * @var array + */ + protected $dontFlash = [ + 'current_password', + 'password', + 'password_confirmation', + ]; + + /** + * Register the exception handling callbacks for the application. + * + * @return void + */ + public function register() + { + $this->reportable(function (Throwable $e) { + // + }); + } +} diff --git a/app/Exports/DataExport.php b/app/Exports/DataExport.php new file mode 100644 index 0000000..4707f0e --- /dev/null +++ b/app/Exports/DataExport.php @@ -0,0 +1,74 @@ +start_date; + // dd($start_date); + $end_date = request()->end_date; + // dd($end_date); + $userData = UserOverView::select('id','user_id','muscle_rate','body_fat','skeletal_muscle', 'protein', 'bmr','water','age','weight','created_at')->with('userData')->whereBetween('created_at', [$start_date, $end_date])->get(); + // dd($userData); + if ($userData->isEmpty()) { + + return collect([ + [ + 'message' => 'No data found for the specified date.', + ] + ]); + } + + $formattedData = $userData->map(function ($userData, $index) { + + $user_name = isset($userData->userData) && isset($userData->userData) + ? $userData->userData->full_name : 'N/A'; + + return [ + 'id' => $index + 1, + 'user_id' => $user_name, + 'Muscle Rate' => $userData->muscle_rate, + 'Body Fat' => $userData->body_fat, + 'Skeletal Muscle' => $userData->skeletal_muscle, + 'Protein' => $userData->protein, + 'BMR' => $userData->bmr, + 'Water' => $userData->water, + 'Age' => $userData->age, + 'Weight' => $userData->weight, + 'Date' => Carbon::parse($userData->created_at)->format('Y-m-d'), + + ]; + }); + + return $formattedData; + } + + public function headings(): array + { + return [ + 'id', + 'Name', + 'Muscle Rate', + 'Body Fat', + 'Skeletal Muscle', + 'Protein', + 'BMR', + 'Water', + 'Age', + 'Weight', + 'Date' + ]; + } +} diff --git a/app/Exports/UsersExport.php b/app/Exports/UsersExport.php new file mode 100644 index 0000000..22d37a2 --- /dev/null +++ b/app/Exports/UsersExport.php @@ -0,0 +1,22 @@ +get(); +// echo "
"; print_r($userData);
+//         exit;
+         dd($userData);
+         return $userData;
+     
+    }
+}
diff --git a/app/Http/Controllers/API/AboutController.php b/app/Http/Controllers/API/AboutController.php
new file mode 100644
index 0000000..ab1c6b9
--- /dev/null
+++ b/app/Http/Controllers/API/AboutController.php
@@ -0,0 +1,24 @@
+user();
+
+            $aboutdata = ManageAboutUs::where($userid)->get();
+            return response([
+                'user' => $aboutdata,
+                    //  'token' => $user->createToken('secret')->plainTextToken
+                    ], 200);
+        }
+    }
+}
diff --git a/app/Http/Controllers/API/ContactController.php b/app/Http/Controllers/API/ContactController.php
new file mode 100644
index 0000000..7bf51ab
--- /dev/null
+++ b/app/Http/Controllers/API/ContactController.php
@@ -0,0 +1,51 @@
+user();
+//            $bankobj = new ContactUs;
+//            print_r($req->all());
+//            exit; 
+            $contactdata = array(
+            'user_id' => $token['sub'],
+            'name' => $req->name,
+            'email_id' => $req->email_id,
+            'contact_number' => $req->contact_number,
+            'subject' => $req->subject,
+            'type' => $req->type,
+            'message' => $req->message,
+            'is_reply' => '0',
+            'is_active' => '1',
+            );
+
+//            print_r($contactdata);
+//            exit;
+//            $userobj = User::find($user);
+            $data = ContactUs::create($contactdata);
+                      }
+            return response([
+                'status' => "Success",
+                    ], 200);
+//            return $data;
+        } catch (Exception $ex) {
+            return response([
+                'status' => "failed",
+                    ], 500);
+        }
+    }
+
+}
diff --git a/app/Http/Controllers/API/CreateNotificationOneSignalController.php b/app/Http/Controllers/API/CreateNotificationOneSignalController.php
new file mode 100644
index 0000000..6cadf82
--- /dev/null
+++ b/app/Http/Controllers/API/CreateNotificationOneSignalController.php
@@ -0,0 +1,26 @@
+player_id;
+        $heading = $request->heading;
+        $message = $request->content;
+        $client = new \GuzzleHttp\Client();
+        $response = $client->request('POST', 'https://onesignal.com/api/v1/notifications?app_id=1be4b99b-8faa-45b8-ad82-c66225d77bf4', [
+            'body' => '{"include_player_ids":["'.$player_id.'"],"headings":{"en":"'.$heading.'"},"contents":{"en":"'.$message.'"},"name":"INTERNAL_CAMPAIGN_NAME"}',
+            'headers' => [
+                'Authorization' => 'Basic MWM2NGEyODUtN2U5MS00MzlkLWJhYmItZGUyODRjYTlmNGJm',
+                'accept' => 'application/json',
+                'content-type' => 'application/json',
+            ],
+        ]);
+        $resBody = $response->getBody();
+        return $resBody;
+    }
+}
diff --git a/app/Http/Controllers/API/DietPlanController.php b/app/Http/Controllers/API/DietPlanController.php
new file mode 100644
index 0000000..702761d
--- /dev/null
+++ b/app/Http/Controllers/API/DietPlanController.php
@@ -0,0 +1,68 @@
+diet_categories;
+
+            // Retrieve the user's bmr from UserOverview table
+            $userOverview = UserOverview::where('user_id', $user_id)
+                ->orderBy('id', 'desc')
+                ->first();
+            // dd($userOverview);
+            $bmr = $userOverview->bmr;
+            $bmrInt = intval($bmr);
+
+            // Retrieve diet plans based on filters and bmr range
+            $query = DietPlan::query();
+
+            // Apply filters
+            if ($filters && in_array($filters, ['Veg', 'Non-Veg'])) {
+                $query->where('diet_categories', '=', $filters);
+            }
+
+            // Apply bmr range filter
+            $query->where('bmr_range_from', '<=', $bmrInt)
+                  ->where('bmr_range_to', '>=', $bmrInt);
+
+            // Add more filter conditions if needed
+
+            $manage_diet_plan = $query->get()->toArray();
+            
+            
+            return response()->json([
+                'success' => true,
+                'message' => 'Data fetched successfully.',
+                'result' => $manage_diet_plan
+            ]);
+        } else {
+            return response()->json([
+                'success' => false,
+                'message' => 'Authentication failed.',
+            ]);
+        }
+    } catch (\Exception $e) {
+        \Log::error("Activity data listing failed: " . $e->getMessage());
+        return response()->json([
+            'success' => false,
+            'message' => 'Something went wrong.',
+        ]);
+    }
+}
+
+}
\ No newline at end of file
diff --git a/app/Http/Controllers/API/FaqController.php b/app/Http/Controllers/API/FaqController.php
new file mode 100644
index 0000000..60272d8
--- /dev/null
+++ b/app/Http/Controllers/API/FaqController.php
@@ -0,0 +1,24 @@
+where('is_active','1')->get();
+            return response([
+            'user' => $faqdata,
+                //  'token' => $user->createToken('secret')->plainTextToken
+                ], 200);
+        }       
+    
+    }  
+}
diff --git a/app/Http/Controllers/API/GetAppVersionCotroller.php b/app/Http/Controllers/API/GetAppVersionCotroller.php
new file mode 100644
index 0000000..1d72247
--- /dev/null
+++ b/app/Http/Controllers/API/GetAppVersionCotroller.php
@@ -0,0 +1,56 @@
+old_version_android;
+            $appOlderVersionIOS = $request->old_version_ios;
+            
+            if($appOlderVersionAndroi){
+                $version = AppVersion::updateOrCreate(['user_id'=>$user_id],['old_version_android'=>$appOlderVersionAndroi]);
+            }else{
+                $version = AppVersion::updateOrCreate(['user_id'=>$user_id],['old_version_ios'=>$appOlderVersionIOS]);
+            }
+            if($version){
+                return response(['status' => "Success"], 200);    
+            }
+            
+            
+        }
+        
+    }
+    
+    public function getNewVersion(){
+        $token = readHeaderToken();
+        if ($token) {
+            $user_id = $token['sub'];
+            
+            $newVersion = AppVersion::where('user_id',$user_id)->first();
+            return response(['result' => $newVersion,'status'=>"Success",'message'=>"Data Fetch Successfully"]);
+        }
+    }
+    
+    public function updateAppVersion(Request $request){
+        
+        $allData = AppVersion::all();
+        
+        $ios = $request->new_version_ios;
+        $android = $request->new_version_android;
+        if($ios){
+            AppVersion::update(['new_version_ios'=>$ios]);
+        }elseif($android){
+            AppVersion::update(['new_version_ios'=>$android]);
+        }
+        
+        
+    }
+}
diff --git a/app/Http/Controllers/API/LeaderBordMasterContoller.php b/app/Http/Controllers/API/LeaderBordMasterContoller.php
new file mode 100644
index 0000000..7a4be29
--- /dev/null
+++ b/app/Http/Controllers/API/LeaderBordMasterContoller.php
@@ -0,0 +1,730 @@
+get();
+//                return response()->json([
+//                            'success' => true,
+//                            'user_ranking' => $userRanking,
+//                            'message' => 'Data Fetch Successfully!.',
+//                ]);
+//            } else {
+//                return response()->json([
+//                            'success' => false,
+//                            'message' => 'Authentication failed.',
+//                ]);
+//            }
+//        } catch (\Exception $e) {
+//            \Log::error("User ranking retrieval failed: " . $e->getMessage());
+//            return response()->json([
+//                        'success' => false,
+//                        'message' => 'Something went wrong.',
+//            ]);
+//        }
+//    }
+
+    public function get_user_ranking($sortOrder = 'desc') {
+    try {
+        $token = readHeaderToken();
+        if ($token) {
+            $user_id = $token['sub'];
+
+            // Retrieve the user's ranking and related user details
+            $userRanking = LeaderboardMaster::with('user', 'user_data')
+                ->orderBy('total_score', $sortOrder)
+                ->get();
+
+            return response()->json([
+                'success' => true,
+                'user_ranking' => $userRanking,
+                'message' => 'Data Fetch Successfully!.',
+            ]);
+        } else {
+            return response()->json([
+                'success' => false,
+                'message' => 'Authentication failed.',
+            ]);
+        }
+    } catch (\Exception $e) {
+        \Log::error("User ranking retrieval failed: " . $e->getMessage());
+        return response()->json([
+            'success' => false,
+            'message' => 'Something went wrong.',
+        ]);
+    }
+}
+
+    public function get_user_gender(Request $request) {
+    try {
+        $token = readHeaderToken();
+        if ($token) {
+            $user_id = $token['sub'];
+            
+            $filters = $request->gender; 
+              $query = LeaderboardMaster::with(['user', 'user_data']);
+            
+            // Apply filters
+            if ($filters && in_array($filters, ['male', 'female'])) {
+                $query->whereHas('user_data', function ($query) use ($filters) {
+                    $query->where('gender', '=', $filters);
+                });
+            }
+            // Add more filter conditions if needed
+            
+            $manage_activity = $query->get()->toArray();
+           
+            return response()->json([
+                'success' => true,
+                'message' => 'Data fetched successfully.',
+                'result' => $manage_activity
+            ]);
+        } else {
+            return response()->json([
+                'success' => false,
+                'message' => 'Authentication failed.',
+            ]);
+        }
+    } catch (\Exception $e) {
+        \Log::error("Activity data listing failed: " . $e->getMessage());
+        return response()->json([
+            'success' => false,
+            'message' => 'Something went wrong.',
+        ]);
+    }
+}
+    
+    public function get_user_group_level(Request $request) {
+        try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+
+                $groupLevelFilter = $request->input('group_level');
+
+                $elites = null;
+                $gameChangers = null;
+                $underdogs = null;
+                
+                $elites_user_id = [];
+                if ($groupLevelFilter === 'elites') {
+                    $elites = GroupLevelElites();
+//                    print_r($elites['elites_user_id']);
+//                    exit;
+                } elseif ($groupLevelFilter === 'gameChangers') {
+
+                    $gameChangers = GroupLevelGameChanger();
+                } elseif ($groupLevelFilter === 'underdogs') {
+                    $underdogs_user_id = [];
+                    $game_changer_data = GroupLevelGameChanger();
+                    $users_id = $game_changer_data['all_top_users_id'];
+                    $underdog = LeaderboardMaster::whereNotIn('user_id', $users_id)->orderBy('total_score', 'desc')->get();
+                    foreach ($underdog as $k => $val){
+                        $underdogs_user_id[] = $val->user_id;
+                    }
+                    // dd($underdogs_user_id);
+                    
+                    $underdogs['underdogs'] = $underdog;
+                    $underdogs['underdogs_user_id'] = $underdogs_user_id;
+                } else {
+                    // Invalid group level filter
+                    return response()->json([
+                                'success' => false,
+                                'message' => 'Invalid group level filter.',
+                    ]);
+                }
+
+                return [
+                    'elites' => $elites,
+                    'gameChangers' => $gameChangers,
+                    'underdogs' => $underdogs,
+                ];
+            }
+        } catch (\Exception $e) {
+            \Log::error("Activity data listing failed: " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something went wrong.',
+            ]);
+        }
+    }
+
+//    public function filter_users(Request $request) {
+//        try {
+//            $token = readHeaderToken();
+//            if ($token) {
+//                $user_id = $token['sub'];
+//
+//                $filters = $request->input('gender');
+//                $groupLevelFilter = $request->input('group_level');
+//
+//                $query = LeaderboardMaster::with(['user', 'user_data']);
+//
+//                // Apply gender filter
+//                if ($filters && in_array($filters, ['male', 'female'])) {
+//                    $query->whereHas('user_data', function ($query) use ($filters) {
+//                        $query->where('gender', '=', $filters);
+//                    });
+//                } elseif ($filters !== null) {
+//                    // Invalid gender filter
+//                    return response()->json([
+//                                'success' => false,
+//                                'message' => 'Invalid gender filter.',
+//                    ]);
+//                }
+//                // Apply group level filter
+//                $elites = null;
+//                $gameChangers = null;
+//                $underdogs = null;
+//                $elites_user_id = [];
+//
+//                if ($groupLevelFilter === 'elites') {
+//                    $elites = GroupLevelElites();
+//
+//                    // Filter by gender
+//                    if ($filters && in_array($filters, ['male', 'female'])) {
+//                        $elites = array_filter($elites, function ($elite) use ($filters) {
+//                            return $elite['gender'] === $filters;
+//                        });
+//                    }
+//                } elseif ($groupLevelFilter === 'gameChangers') {
+//                    $gameChangers = GroupLevelGameChanger();
+//
+//                    // Filter by gender
+//                    if ($filters && in_array($filters, ['male', 'female'])) {
+//                        $gameChangers = array_filter($gameChangers, function ($gameChanger) use ($filters) {
+//                            return $gameChanger['gender'] === $filters;
+//                        });
+//                    }
+//                } elseif ($groupLevelFilter === 'underdogs') {
+//                    $game_changer_data = GroupLevelGameChanger();
+//                    $users_id = $game_changer_data['all_top_users_id'];
+//                    $query->whereNotIn('user_id', $users_id)->orderBy('total_score', 'desc');
+//
+//                    // Apply gender filter
+//if ($filters && in_array($filters, ['male', 'female'])) {
+//    $query->whereHas('user_data', function ($query) use ($filters) {
+//        $query->where('gender', '=', $filters);
+//    });
+//} elseif ($filters !== null) {
+//    // Invalid gender filter
+//    return response()->json([
+//        'success' => false,
+//        'message' => 'Invalid gender filter.',
+//    ]);
+//}
+//
+//                $users = $query->get()->toArray();
+//
+//                return response()->json([
+//                            'success' => true,
+//                            'message' => 'Data fetched successfully.',
+//                            'result' => [
+//                                'users' => $users,
+//                                'elites' => $elites,
+//                                'gameChangers' => $gameChangers,
+//                                'underdogs' => $underdogs,
+//                            ],
+//                ]);
+//            } else {
+//                return response()->json([
+//                            'success' => false,
+//                            'message' => 'Authentication failed.',
+//                ]);
+//            }
+//        }
+//        }catch (\Exception $e) {
+//            \Log::error("User filtering failed: " . $e->getMessage());
+//            return response()->json([
+//                        'success' => false,
+//                        'message' => 'Something went wrong.',
+//            ]);
+//        }
+//    }
+
+    public function get_user_data(Request $request)
+    {
+        try {
+           
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                //get user data for check gender and group level
+                $user = User::with('user_detail')->find($user_id);
+
+                //request inputs
+                $sortOrder = $request->input('sort_order');
+                $gender = "all";
+                
+                // if($gender != "all"){
+                //     $gender = $request->input('gender');
+                // }
+                // else{
+                //     $gender = "all";
+                // }
+                $groupLevelFilter = $request->input('group_level');
+
+                // Retrieve the user's ranking and related user details
+                $query = LeaderboardMaster::with('user', 'user_data','user.stepCount');
+                
+                // for gender
+                // $gender = "all";
+                if($request->has('gender')){
+                    $gender = $request->input('gender');
+                    // Apply gender filter
+                    if ($gender != "all") {
+                        $query->whereHas('user_data', function ($query) use ($gender) {
+                            $query->where('gender', '=', $gender);
+                        });
+                    }
+                }
+                // else{
+
+                //     $gender = $user->user_detail->gender;
+                //     if($gender){
+                //         if ($gender && in_array($gender, ['male', 'female'])) {
+                //             $query->whereHas('user_data', function ($query) use ($gender) {
+                //                 $query->where('gender', '=', $gender);
+                //             });
+                //         }
+                //     }
+                // }
+                //for group level
+                $elite = GroupLevelElites();
+                $game_changer = GroupLevelGameChanger();
+                $flattenedEliteArray = Arr::flatten($elite['elites_user_id']);
+                $flattenedGameChangerArray = Arr::flatten($game_changer['all_top_users_id']);
+                $filteredGameChangerArray = array_diff($flattenedGameChangerArray, $flattenedEliteArray);
+                
+                if($request->has('group_level')){
+                    if ($groupLevelFilter === 'elites') {
+                        // Apply elites filter
+                        $group_level = "elites";
+                        $query->whereIn('user_id', $flattenedEliteArray);
+                    } elseif ($groupLevelFilter === 'gameChangers') {
+                        // Apply gameChangers filter
+                        $group_level = "gameChangers";
+                        $query->whereIn('user_id', $filteredGameChangerArray);
+                    } elseif ($groupLevelFilter === 'underdogs') {
+                        // Apply underdogs filter
+                        $group_level = "underdogs";
+                        $query->whereNotIn('user_id', $flattenedGameChangerArray);
+                    } else {
+                        return response()->json([
+                                    'success' => false,
+                                    'message' => 'Invalid group level filter.',
+                        ]);
+                    }
+                }
+                else{
+                    if (in_array($user_id, $flattenedEliteArray)) {
+                        $group_level = "elites";
+                        $query->whereIn('user_id', $flattenedEliteArray);
+                    } elseif (in_array($user_id, $filteredGameChangerArray)) {
+                        $group_level = "gameChangers";
+                        $query->whereIn('user_id', $filteredGameChangerArray);
+                    } else {
+                        $group_level = "underdogs";
+                        $query->whereNotIn('user_id', $flattenedGameChangerArray);
+                    }
+                }
+                // Apply sorting
+                if ($sortOrder === 'asc') {
+                    $query->orderBy('total_score', 'asc');
+                } else {
+                    $query->orderBy('total_score', 'desc');
+                }
+                //final query
+                $user_data = $query->get()->toArray();
+                
+                return response()->json([
+                    'success' => true,
+//                    'user_data' => $user_data,
+                    'message' => 'Data Fetch Successfully!.',
+                    'user_data' => $user_data,
+                    'gender' => $gender,
+                    'group_level' => $group_level
+                ]);
+
+
+            } else {
+                return response()->json([
+                    'success' => false,
+                    'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("Data retrieval failed: " . $e->getMessage());
+            return response()->json([
+                'success' => false,
+                'message' => 'Something went wrong.',
+            ]);
+        }
+    }
+    
+    
+    public function get_user_data_home(Request $request)
+    {
+        try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                //get user data for check gender and group level
+                $user = User::with('user_detail')->find($user_id);
+
+                //request inputs
+                $sortOrder = $request->input('sort_order');
+                $gender = "all";
+                
+                // if($gender != "all"){
+                //     $gender = $request->input('gender');
+                // }
+                // else{
+                //     $gender = "all";
+                // }
+                $groupLevelFilter = $request->input('group_level');
+
+                // Retrieve the user's ranking and related user details
+                $query = LeaderboardMaster::with('user', 'user_data');
+                
+                // for gender
+                // $gender = "all";
+                if($request->has('gender')){
+                    $gender = $request->input('gender');
+                    // Apply gender filter
+                    if ($gender != "all") {
+                        $query->whereHas('user_data', function ($query) use ($gender) {
+                            $query->where('gender', '=', $gender);
+                        });
+                    }
+                }
+                // else{
+
+                //     $gender = $user->user_detail->gender;
+                //     if($gender){
+                //         if ($gender && in_array($gender, ['male', 'female'])) {
+                //             $query->whereHas('user_data', function ($query) use ($gender) {
+                //                 $query->where('gender', '=', $gender);
+                //             });
+                //         }
+                //     }
+                // }
+                //for group level
+                $elite = GroupLevelElites();
+                $game_changer = GroupLevelGameChanger();
+                $flattenedEliteArray = Arr::flatten($elite['elites_user_id']);
+                $flattenedGameChangerArray = Arr::flatten($game_changer['all_top_users_id']);
+                $filteredGameChangerArray = array_diff($flattenedGameChangerArray, $flattenedEliteArray);
+                
+                if($request->has('group_level')){
+                    if ($groupLevelFilter === 'elites') {
+                        // Apply elites filter
+                        $group_level = "elites";
+                        $query->whereIn('user_id', $flattenedEliteArray);
+                    } elseif ($groupLevelFilter === 'gameChangers') {
+                        // Apply gameChangers filter
+                        $group_level = "gameChangers";
+                        $query->whereIn('user_id', $filteredGameChangerArray);
+                    } elseif ($groupLevelFilter === 'underdogs') {
+                        // Apply underdogs filter
+                        $group_level = "underdogs";
+                        $query->whereNotIn('user_id', $flattenedGameChangerArray);
+                    } else {
+                        return response()->json([
+                                    'success' => false,
+                                    'message' => 'Invalid group level filter.',
+                        ]);
+                    }
+                }
+                else{
+                    if (in_array($user_id, $flattenedEliteArray)) {
+                        $group_level = "elites";
+                        $query->whereIn('user_id', $flattenedEliteArray);
+                    } elseif (in_array($user_id, $filteredGameChangerArray)) {
+                        $group_level = "gameChangers";
+                        $query->whereIn('user_id', $filteredGameChangerArray);
+                    } else {
+                        $group_level = "underdogs";
+                        $query->whereNotIn('user_id', $flattenedGameChangerArray);
+                    }
+                }
+                // Apply sorting
+                if ($sortOrder === 'asc') {
+                    $query->orderBy('total_score', 'asc');
+                } else {
+                    $query->orderBy('total_score', 'desc');
+                }
+                //final query
+                $user_data = $query->get()->toArray();
+                
+                return response()->json([
+                    'success' => true,
+//                    'user_data' => $user_data,
+                    'message' => 'Data Fetch Successfully!.',
+                    'user_data' => $user_data,
+                    'gender' => $gender,
+                    'group_level' => $group_level
+                ]);
+
+
+            } else {
+                return response()->json([
+                    'success' => false,
+                    'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("Data retrieval failed: " . $e->getMessage());
+            return response()->json([
+                'success' => false,
+                'message' => 'Something went wrong.',
+            ]);
+        }
+    }
+    
+    
+    public function ranking_position(){
+        
+        try {
+            $token = readHeaderToken();
+            
+            $currentYear = now()->format('Y');
+            // $currentYear = 2023;
+            $currentMonth = Carbon::now()->format('m');
+            // $currentMonth = 9;
+
+            
+            $users = User::where('status','1')->get();
+
+            foreach ($users as $user) {
+                $userId = $user->id;
+                $user = User::with('user_detail')->find($userId);
+                $query = LeaderboardMaster::with('user', 'user_data');
+
+                //get gender
+                // $gender = $user->user_detail->gender ;
+                //     if ($gender  && in_array($gender, ['male', 'female'])) {
+                //         $query->whereHas('user_data', function ($query) use ($gender) {
+                //             $query->where('gender', '=', $gender);
+                //         });
+                //     }
+                //for group level
+                $elite = GroupLevelElites();
+                $game_changer = GroupLevelGameChanger();
+                $flattenedEliteArray = Arr::flatten($elite['elites_user_id']);
+                $flattenedGameChangerArray = Arr::flatten($game_changer['all_top_users_id']);
+                $filteredGameChangerArray = array_diff($flattenedGameChangerArray, $flattenedEliteArray);
+                
+                if (in_array($userId, $flattenedEliteArray)) {
+                        $group_level = 1;
+                        $query->whereIn('user_id', $flattenedEliteArray);
+                        $user_list = $query->orderBy('total_score', 'desc')->get();
+                    } elseif (in_array($userId, $filteredGameChangerArray)) {
+                        $group_level = 2;
+                        $query->whereIn('user_id', $filteredGameChangerArray);
+                        $user_list = $query->orderBy('total_score', 'desc')->get();
+                    } else {
+                        $group_level = 3;
+                        $query->whereNotIn('user_id', $flattenedGameChangerArray);
+                        $user_list = $query->orderBy('total_score', 'desc')->get();
+                    }
+
+                $position = null;
+
+                foreach ($user_list as $index => $user){
+                    if($user->user_id == $userId){
+                        $position = $index + 1;
+                        break;
+                    }
+                }
+
+                $existingPositionRecord = MonthlyPosition::where([
+                    'user_id' => $userId,
+                    'month' => Carbon::createFromDate($currentYear, $currentMonth, 1)->format('Y-m'),
+                ])->first();
+                
+                if ($existingPositionRecord){
+                    if($existingPositionRecord->group_level >= $group_level){
+                        if($position < $existingPositionRecord->position || $group_level != $existingPositionRecord->group_level) {
+                            $monthDate = Carbon::createFromDate($currentYear, $currentMonth, 1)->format('Y-m');
+                            
+                            MonthlyPosition::updateOrCreate([
+                                'user_id' => $userId,
+                                'month' => $monthDate,
+                                'position' => $position,
+                                'group_levels' => $group_level,
+                            ]);
+                        }
+                    }
+                }else{
+                    $monthDate = Carbon::createFromDate($currentYear, $currentMonth, 1)->format('Y-m');
+                    
+                    MonthlyPosition::updateOrCreate([
+                        'user_id' => $userId,
+                        'month' => $monthDate,
+                        'position' => $position,
+                        'group_levels' => $group_level,
+                    ]);
+                }
+            }
+ 
+            return response()->json([
+                
+                'success' => true,
+                'message' => 'Position Stored Successfully!.',
+            ]);
+        } catch (Exception $ex) {
+            \Log::error("Data retrieval failed: " . $e->getMessage());
+            return response()->json([
+                'success' => false,
+                'message' => 'Something went wrong.',
+            ]);
+        }
+    }
+    
+    public function get_user_position(){
+        
+        
+        try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $currentYear = now()->format('Y');
+                $yearStartDate = Carbon::createFromDate($currentYear, 1, 1)->format('Y-m-d');
+                $yearEndDate = Carbon::createFromDate($currentYear, 12, 31)->format('Y-m-d');
+
+                // Get all the data for the user for the entire current year
+                $user_monthly_positions = MonthlyPosition::whereBetween('month', [$yearStartDate, $yearEndDate])
+                    ->where('user_id', $user_id)
+                    ->orderBy('month', 'asc')
+                    ->get();
+
+                // Create empty records for missing months
+                $allMonths = collect([]);
+                $currentMonthDate = Carbon::createFromDate($currentYear, 1, 1);
+                for ($month = 1; $month <= 12; $month++) {
+                    $allMonths->push($currentMonthDate->format('Y-m'));
+                    $currentMonthDate->addMonth();
+                }
+
+                // Merge empty records for missing months into the original collection
+                $user_monthly_positions = $allMonths->map(function ($month) use ($user_monthly_positions, $user_id) {
+                    return $user_monthly_positions->firstWhere('month', $month) ?? new MonthlyPosition([
+                        'user_id' => $user_id,
+                        'month' => $month,
+                        'position' => null, // You can set a default value for the position here
+                    ]);
+                });
+
+                return response()->json([
+                    'success' => true,
+                    'message' => 'Data Fetch Successfully',
+                    'monthly_positions' => $user_monthly_positions,
+                ]);
+            }else {
+                return response()->json([
+                    'success' => false,
+                    'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (Exception $ex) {
+            \Log::error("Data retrieval failed: " . $ex->getMessage());
+            return response()->json([
+                'success' => false,
+                'message' => 'Something went wrong.',
+            ]);
+        }
+    }
+    
+    public function get_daily_user_position(){
+        
+        try {
+            
+            $token = readHeaderToken();
+            if ($token) {
+                
+                $userId = $token['sub'];
+                $user = User::with('user_detail')->find($userId);
+                // $user_list = LeaderboardMaster::orderBy('total_score', 'desc')->get();
+                $query = LeaderboardMaster::with('user', 'user_data');
+                //get gender
+                // $gender = $user->user_detail->gender;
+                // if($gender){
+                //     if ($gender && in_array($gender, ['male', 'female'])) {
+                //         $query->whereHas('user_data', function ($query) use ($gender) {
+                //             $query->where('gender', '=', $gender);
+                //         });
+                //     }
+                // }
+                //for group level
+                $elite = GroupLevelElites();
+                $game_changer = GroupLevelGameChanger();
+                $flattenedEliteArray = Arr::flatten($elite['elites_user_id']);
+                $flattenedGameChangerArray = Arr::flatten($game_changer['all_top_users_id']);
+                $filteredGameChangerArray = array_diff($flattenedGameChangerArray, $flattenedEliteArray);
+                
+                if (in_array($userId, $flattenedEliteArray)) {
+                        $group_level = "elites";
+                        $query->whereIn('user_id', $flattenedEliteArray);
+                    } elseif (in_array($userId, $filteredGameChangerArray)) {
+                        $group_level = "gameChangers";
+                        $query->whereIn('user_id', $filteredGameChangerArray);
+                    } else {
+                        $group_level = "underdogs";
+                        $query->whereNotIn('user_id', $flattenedGameChangerArray);
+                    }
+                
+                //final query
+                $user_list = $query->orderBy('total_score', 'desc')->get();
+                $position = null;
+
+                foreach ($user_list as $index => $user){
+                    if($user->user_id == $userId){
+                        $position = $index + 1;
+                        break;
+                    }
+                }
+                
+                return response()->json([
+
+                    'success' => true,
+                    'message' => 'Data Fetch Successfully',
+                    'daily_position' => $position,
+                    
+                ]);
+                
+            }else {
+                return response()->json([
+                    'success' => false,
+                    'message' => 'Authentication failed.',
+                ]);
+            }
+                
+        } catch (Exception $ex) {
+            \Log::error("Data retrieval failed: " . $ex->getMessage());
+            return response()->json([
+                'success' => false,
+                'message' => 'Something went wrong.',
+            ]);
+        }
+            
+    }
+}
diff --git a/app/Http/Controllers/API/LoginController.php b/app/Http/Controllers/API/LoginController.php
new file mode 100644
index 0000000..7b139b2
--- /dev/null
+++ b/app/Http/Controllers/API/LoginController.php
@@ -0,0 +1,326 @@
+all(),[
+                    'email_id' => 'required|email',
+                    'password' => 'required|string|min:6'
+        ]);
+
+        $credentials = $request->only('email_id', 'password');
+        $token = Auth::guard('api')->attempt($credentials);
+        //   $token = auth('api')->attempt($credentials);
+        // dd("TOKEN",$token);
+        if (!$token) {
+            return response()->json([
+                        'success' => false,
+                'message' => 'Wrong Creditials',
+                'status'=>401,
+                            ], 401);
+        }
+
+        $user = Auth::guard('api')->user();
+        
+        // dd($user->end_date);
+        $todays_date = Carbon::now()->toDateString();
+        // dd($todays_date);
+        $endDate = Carbon::parse($user->end_date);
+        $subscriptionEndsIn7Days = $endDate->addDays(7)->toDateString();
+        if($subscriptionEndsIn7Days == null || $subscriptionEndsIn7Days < $todays_date){
+            $logout = auth('api')->logout();
+            return response()->json([
+                'success' => false,
+                'message' => 'Subscription end',
+                'status'=>201,], 201);
+        }
+        
+        $personalAccessToken = new PersonalAccessToken();
+        $personalAccessToken->user_id = $user->id;
+        $personalAccessToken->token = $token;
+        $personalAccessToken->last_login = Carbon::now()->format('Y-m-d H:i:s');
+        $personalAccessToken->save();
+
+        //moodometer add data
+         $existingRecord = mood_o_meter::where('user_id', $user->id)->exists();
+        if (!$existingRecord) {
+            // Create a new mood record
+            $newEntry = mood_o_meter::create([
+                        'user_id' => $user->id,
+                        'mood_o_meter' => null,
+                        'is_active' => '1',
+            ]);
+        }
+        
+        //Leaderboard add data
+         $existingRecord = LeaderboardMaster::where('user_id', $user->id)->exists();
+        if (!$existingRecord) {
+            // Create a new leaderbaord record
+            $newEntry = LeaderboardMaster::create([
+                        'user_id' => $user->id,
+                        'total_score' => '0',
+                        'progress_bar' => '0',
+                
+            ]);
+        }
+        
+         $user = User::with('user_detail')->where('id', $user->id)->first()->toArray();
+//        $user = User::select('id','full_name','contact_number','email_id','status')->where('id',$user->id)->first()->toArray();
+        return response()->json([
+                    'success' => true,
+                    'status' => true,
+                'message'=> 'You are successfully logged in',
+                'authorisation' => [
+                        'token' => $token,
+                        'user_data' => $user,
+                        'type' => 'bearer',
+                    ]
+                        ], 200);
+    }
+
+    public function update_password(Request $request) {
+        $validator = Validator::make($request->all(), [
+                    'user_id' => 'required|exists:users,id',
+                    // 'current_password' => 'required|string|min:6',
+                    'password' => 'required|string|confirmed' 
+        ]);
+
+        if ($validator->fails()) {
+            return response()->json([
+                        'success' => false,
+                        'status' => 406,
+                        'message' => 'Password does not match',
+                        'error' => $validator->errors(),
+                            ], 401);
+        }
+
+        # Match The Old Password
+
+        $user = User::where('id', $request->user_id)->first();
+        $user->password = Hash::make($request->input('password'));
+        $user->update();
+
+        return response()->json([
+                    'success' => true,
+                    'status' => 200,
+                    'message' => 'Password changed successfully!',
+        ]);
+    }
+
+    public function generate(Request $request) {
+        $validator = Validator::make($request->all(), [
+                    'email_id' => 'required|email',
+        ]);
+
+        if ($validator->fails()) {
+            return response()->json([
+                        'error' => $validator->errors()], 401);
+        }
+        //check user exist or not
+        $email = $request->email_id;
+        $user = User::where('email_id', $email)->first();
+
+        if(!$user){
+            return response(["status" => 404,
+                'message' => 'Email Id Does Not Exist']
+            );
+        }
+        // Generate An Otp
+        $otp = UserEmailOtp::updateOrCreate(['user_id' => $user->id],
+        [   'otp' => rand(1000, 9999),
+            'valid_upto' => Carbon::now()->addMinutes(10)
+        ]);
+        
+        if ($otp) {
+            // send otp in the email
+            $mail_details = [
+                'email' => $request->email_id,
+                'subject' => 'Forgot Password',
+                'body' => 'Your OTP is : ' . $otp->otp
+            ];
+
+            $mail = \Mail::to($request->email_id)->send(new SendUserOtp($mail_details));
+
+            return response(["status" => 200,
+                "message" => "OTP sent successfully",
+                'user_id' => $otp['user_id']]);
+        } else {
+            return response(["status" => 401,
+                'message' => 'Invalid']
+            );
+        }
+
+    }
+
+    public function verifyOtp(Request $request) {
+        
+        $emailId = $request->email_id;
+        $otp = $request->otp;
+        // dd($emailId,$otp);
+        $user = User::where('email_id', $emailId)->first();
+        $varificationCode = UserEmailOtp::where('user_id', $user->id)->latest()->first();
+        // dd($varificationCode);
+        $now = Carbon::now();
+
+        if ($varificationCode && $now->isAfter($varificationCode->valid_upto)) {
+            return response()->json([
+                    'status' => 500,
+                    'message' => 'Your OTP has been expired',
+                        ], 500);
+        }
+        if($varificationCode->otp != $otp){
+            return response(["status" => 401,
+                'message' => 'Invalid OTP']
+            );
+        }else{
+            return response(["status" => 200,
+                'message' => 'Valid OTP']
+            );
+        }
+        
+        
+    }
+
+    public function create_new_pass_with_otp(Request $request) {
+        $request->validate([
+            'user_id' => 'required|exists:users,id',
+        ]);
+
+        $validator = Validator::make($request->all(), [
+                    'user_id' => 'required|exists:users,id',
+                    'otp' => 'required'
+        ]);
+
+        #Validation Logic
+        $verificationCode = UserEmailOtp::where('user_id', $request->user_id)
+                ->where('otp', $request->otp)
+                ->first();
+
+        $now = Carbon::now();
+        if (!$verificationCode) {
+            return response()->json([
+                        'status' => 401,
+                        'message' => 'Invalid',
+                            ], 401);
+        } elseif ($verificationCode && $now->isAfter($verificationCode->valid_upto)) {
+            return response()->json([
+                        'status' => 500,
+                        'message' => 'Your OTP has been expired',
+                            ], 500);
+        } else {
+            return response()->json([
+                        'status' => 200,
+                        'message' => 'Otp Verify successfully',
+                            ], 200);
+        }
+    }
+
+    public function resend_otp(Request $request) {
+        $validator = Validator::make($request->all(), [
+                    'email_id' => 'required|email',
+        ]);
+
+        if ($validator->fails()) {
+            return response()->json([
+                        'error' => $validator->errors()], 401);
+        }
+
+        // Generate An Otp
+        $email = $request->email_id;
+        $user = User::where('email_id', $email)->first();
+        $otp = UserEmailOtp::updateOrCreate(['user_id' => $user->id],
+        [   'otp' => rand(1000, 9999),
+            'valid_upto' => Carbon::now()->addMinutes(10)
+        ]);
+        
+        if ($otp) {
+            // send otp in the email
+            $mail_details = [
+                'email' => $request->email_id,
+                'subject' => 'Forgot Password',
+                'body' => 'Your OTP is : ' . $otp->otp
+            ];
+            // print_r($mail_details);exit;
+
+            \Mail::to($request->email_id)->send(new SendUserOtp($mail_details));
+
+            return response(["status" => 200,
+                "message" => "OTP sent successfully",
+                'user_id' => $otp['user_id']]);
+        } else {
+            return response(["status" => 401,
+                'message' => 'Invalid']
+            );
+        }
+
+        // $message = "Your otp is - ".$varificationCode->otp;
+
+        return response()->json([
+                    'success' => true,
+                    'status' => 200,
+                    'message' => $message,
+        ]);
+    }
+    
+    public function resetPassword(Request $request){
+        
+        $userId = $request->user_id;
+        $oldPass = $request->old_pass;
+        $newPass = $request->new_pass;
+        
+        //check old password is not match with new password
+        
+        $userPass = User::where('id',$userId)->first();
+        
+        if(!Hash::check($oldPass,$userPass->password)){
+            
+            return response()->json([
+                                'status'=>201 ,
+                                'message'=>'Wrong Password'
+                                ]);
+        }elseif(Hash::check($newPass,$userPass->password)){
+            return response()->json([
+                                'status'=>201 ,
+                                'message'=>'New Password and Old Password Cannot Be same'
+                                ]);
+            
+        }else{
+            $user = User::where('id', $userId)->first();
+            $user->password = Hash::make($newPass);
+            $user->update();
+    
+            return response()->json([
+                        'success' => true,
+                        'status' => 200,
+                        'message' => 'Password changed successfully!',
+            ]);
+        }
+        
+    }
+
+}
diff --git a/app/Http/Controllers/API/ManageActivityController.php b/app/Http/Controllers/API/ManageActivityController.php
new file mode 100644
index 0000000..307b1e9
--- /dev/null
+++ b/app/Http/Controllers/API/ManageActivityController.php
@@ -0,0 +1,544 @@
+with('faq_activity_link.faqsData')->find($activityId);
+
+                if ($activity) {
+                    return response()->json([
+                                'success' => true,
+                                'message' => 'Activity fetched successfully.',
+                                'result' => $activity
+                    ]);
+                } else {
+                    return response()->json([
+                                'success' => false,
+                                'message' => 'Activity not found.',
+                    ]);
+                }
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("Activity data listing failed: " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something went wrong.',
+            ]);
+        }
+    }
+
+    public function get_manage_activity(Request $request) {
+        // try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                // dd($user_id);
+                
+                $user_data = User::where('id',$user_id)->first();
+                $utm_source = $user_data->utm_source;
+                $subscription_data = SubscriptionMaster::where('utm_plan',$utm_source)->first();
+                // dd($utm_source);
+                $subscription_id = $subscription_data->id;
+                // dd($subscription_id);
+                $current_day = Carbon::now()->toDateString();
+                // dd($current_day);
+                $manage_activity = ActivityDay::where('date', '=', $current_day)
+                                // ->where('')
+                                ->where('subscription_id', $subscription_id)
+                                ->with('subscription')
+                                ->with('faq_activity_link.faqsData')
+                                ->with('scheduleData', 'activityData.subscription')
+                                ->with('activityData.teacher_data')
+                                ->get();
+                // dd($manage_activity);     
+                $userIP = $request->ip(); // Get the user's IP address
+
+                // Make a GET request to ipinfo.io
+                $response = Http::get("https://ipinfo.io/{$userIP}/json");
+                // Parse the JSON response
+                
+                $ch = curl_init("https://ipinfo.io/{$userIP}/json");
+                curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
+                $response = curl_exec($ch);
+                curl_close($ch);
+                
+                $locationData = json_decode($response);
+                
+                // Extract the user's time zone from the location data
+                $userTimeZone = $locationData->timezone;
+                // dd($userTimeZone);
+                // Convert the time to the user's time zone
+                // $userTimeZone = $ca$carbonTimetz($userTimeZone);
+                $manage_activity->each(function ($item) {
+                    $timestamp = $item->time;
+                    $normalTime = Carbon::createFromFormat('H:i', $timestamp, 'Asia/Kolkata'); // Replace 'your_timezone' with the actual timezone of the 'time' column
+                    $utcTime = $normalTime->utc();
+                    $item->time = $utcTime->format('H:i'); // Update the 'time' value with the UTC time in 'HH:mm' format
+                    return $item;
+                });
+                $result = $manage_activity;
+                // $userIP = $request->ip(); // Get the user's IP address
+
+                // // Make a GET request to ipinfo.io
+                // $response = Http::get("https://ipinfo.io/{$userIP}/json");
+                // // Parse the JSON response
+                // $locationData = $response->json();
+                
+                // // Extract the user's time zone from the location data
+                // $userTimeZone = $locationData['timezone'];
+                
+                // $manage_activity->each(function ($item) use ($userTimeZone) {
+                //     $timestamp = $item->time;
+                //     $normalTime = Carbon::createFromFormat('H:i', $timestamp, $userTimeZone); // Replace 'your_timezone' with the actual timezone of the 'time' column
+                //     $normalTime->setTimezone($userTimeZone); // Convert to the user's time zone
+                //     $item->time = $normalTime->format('H:i'); // Update the 'time' value with the user's time zone in 'HH:mm' format
+                //     return $item;
+                // });
+                
+                // $result = $manage_activity;
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $result
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+    }
+
+
+    public function get_manage_activity_schedule() {    
+        try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $user_data = User::where('id',$user_id)->first();
+                $utm_source = $user_data->utm_source;
+               
+                $subscription_data = SubscriptionMaster::where('utm_plan',$utm_source)->first();
+                // dd($subscription_data);
+                $subscription_id = $subscription_data->id;
+                 $current_day = Carbon::now()->toDateString();
+                $activity_schedule = ActivityDay::where('date', '>', $current_day)
+                                                        ->where('subscription_id', $subscription_id)
+                                                       ->with('subscription')
+                                                       ->with('scheduleData', 'activityData.teacher_data')
+                                                       ->orderBy('date', 'asc')
+                                                       ->get();
+                
+                $activity_schedule->each(function ($item) {
+                    $timestamp = $item->time;
+                    $normalTime = Carbon::createFromFormat('H:i', $timestamp, 'Asia/Kolkata'); // Replace 'your_timezone' with the actual timezone of the 'time' column
+                    $utcTime = $normalTime->utc();
+                    $item->time = $utcTime->format('H:i'); // Update the 'time' value with the UTC time in 'HH:mm' format
+                    return $item;
+                });
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $activity_schedule
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+    
+    public function get_manage_activity_schedule_utc() {
+        try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $user_data = User::where('id',$user_id)->first();
+                $utm_source = $user_data->utm_source;
+                
+                $subscription_data = SubscriptionMaster::where('utm_plan',$utm_source)->first();
+                $subscription_id = $subscription_data->id;
+                 $current_day = Carbon::now()->toDateString();
+                $activity_schedule = ActivityDay::where('date', '>', $current_day)
+                                                        ->where('subscription_id', $subscription_id)
+                                                       ->with('subscription')
+                                                       ->with('scheduleData', 'activityData.teacher_data')
+                                                       ->get();
+                $activity_schedule->each(function ($item) {
+                    $timestamp = $item->time;
+                    $normalTime = Carbon::createFromFormat('H:i', $timestamp, 'Asia/Kolkata'); // Replace 'your_timezone' with the actual timezone of the 'time' column
+                    $utcTime = $normalTime->utc();
+                    $item->time = $utcTime->format('H:i'); // Update the 'time' value with the UTC time in 'HH:mm' format
+                    return $item;
+                });
+                // $activity_schedule_array = $activity_schedule->toArray();
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $activity_schedule
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+    public function get_schedule_id() {
+        try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $scheduleId = request('scheduleId');
+//                $data = User::with('user_details')->where('id', $user_id)->first()->toArray();
+
+                $activity_schedule = ActivitySchedule::with('subscription')->find($scheduleId);
+
+//                print_r($activity_schedule);exit;
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $activity_schedule
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+
+    public function get_manage_past_session() {
+        // try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $user_data = User::where('id',$user_id)->first();
+                // dd($user_data);
+                $utm_source = $user_data->utm_source;
+                // dd($utm_source);
+                
+                $subscription_data = SubscriptionMaster::where('utm_plan',$utm_source)->first();
+                $subscription_id = $subscription_data->id;
+                // dd($subscription_id);
+                $activity_data = ActivityMaster::where('subscription_id', $subscription_id)->orderBy('end_date', 'desc')->first();
+                // Calculate the cutoff date (end date + 7 days)
+                $end_date = $activity_data->end_date;
+                // dd($end_date);
+                $cutoffDate = Carbon::parse($end_date)->addDays(7);
+                // dd($cutoffDate);
+                // dd($cutoffDate,Carbon::now()->toDateString());
+                // $current_date = Carbon::now()->format('Y-m-d');
+                // $desired_date = Carbon::createFromDate(2024, 1, 2);
+                // $cutoffDate = $desired_date->format('Y-m-d');
+                // ->where('end_date','>=',$current_date)
+                // dd($desired_date_formatted);
+                
+                if(Carbon::now()->toDateString() > $cutoffDate){
+                    return response()->json([
+                            'success' => false,
+                            'message' => 'Activity has ended.',
+                        ]);
+                }
+                    
+                
+                $past_activity = ActivityMaster::where('subscription_id', $subscription_id)->where('end_date','<',$cutoffDate)->with('teacher_data')->orderBy('start_date', 'desc')->first();
+                $schedule_data = ActivitySchedule::where('activity_master_id', $past_activity['id'])->with('past_data')->orderBy('start_date', 'asc')->get()->toArray();
+                $data_schedule = [];
+                foreach ($schedule_data as $k => $val){
+                    if (empty($val['past_data'])){
+                        continue;
+                    }else{
+                        $data_schedule[] = $val;
+                    }
+                }
+                $past_activity['schedule'] = $data_schedule;
+            
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $past_activity
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        // } catch (\Exception $e) {
+        //     \Log::error("User data listing Failed: " . $e->getMessage());
+        //     return response()->json([
+        //                 'success' => false,
+        //                 'message' => 'Something went wrong.',
+        //     ]);
+        // }
+    }
+
+    public function get_manage_past_session_id() {
+        try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $pastSessionId = request('pastSessionId');
+                // Calculate the date 7 days before the current date
+                $seven_days_before = date('Y-m-d', strtotime('+7 days'));
+
+                // Get past sessions that occurred within 7 days before the current date
+                $passed_session = PastSession::where('created_at', '<=', $seven_days_before)
+                        ->find($pastSessionId);
+// dd($passed_session);
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $passed_session
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed: " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something went wrong.',
+            ]);
+        }
+    }
+
+    public function add_session_status(Request $request) {
+        try {
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $oldUserRankings = LeaderboardMaster::with('user')
+                        ->get();
+                //get old points
+
+                $validator = Validator::make($request->all(), [
+                            'content_id' => 'required',
+                            'content_type' => 'required'
+                ]);
+                if ($validator->fails()) {
+                    return response()->json([
+                                'error' => $validator->errors()
+                                    ], 401);
+                }
+                // validation fails
+                $data = UserContentView::where('user_id', $user_id)
+                        ->whereDate('created_at', now()->toDateString())
+                        ->get();
+
+                if ($data->isNotEmpty()) {
+                    return response([
+                        'status' => "Data already exists"
+                            ], 400);
+                } else {
+                    $add_content_view = new UserContentView;
+                    $add_content_view->user_id = $user_id;
+                    $add_content_view->content_id = $request->input('content_id');
+                    $add_content_view->is_view = $request->input('content_type');
+                    $add_content_view->save();
+
+                    // Check if user exists in another table
+                    $leaderboardMaster = LeaderboardMaster::where('user_id', $user_id)->first();
+                    if ($leaderboardMaster) {
+                        // Update points if user exists
+                        $leaderboardMaster->total_score += 1;
+                        $leaderboardMaster->save();
+                    } else {
+                        // Create a new entry with 1 point if user doesn't exist
+                        LeaderboardMaster::create([
+                            'user_id' => $user_id,
+                            'total_score' => 1,
+                        ]);
+                    }
+                }
+                $newUserRanking = LeaderboardMaster::where('user_id', $user_id)->first();
+                if ($oldUserRankings && $newUserRanking) {
+                    foreach ($oldUserRankings as $ranking) {
+                        $previousTotalScore = $ranking->total_score;
+                        $currentTotalScore = $newUserRanking->total_score;
+                        if ($ranking->user_id == $user_id) {
+                            if ($previousTotalScore === null) {
+                                $ranking->progress_bar = '0'; // Initial entry
+                            } elseif ($currentTotalScore > $previousTotalScore) {
+                                $ranking->progress_bar = '0'; // Total score increased
+                                $message = "You earned 1 point!";
+                            } elseif ($currentTotalScore < $previousTotalScore) {
+                                $ranking->progress_bar = '1'; // Total score decreased
+                                $message = "Your score decreased.";
+                            } else {
+                                $ranking->progress_bar = '2'; // Total score remained the same
+                                $message = "Your score remains the same.";
+                            }
+                            $ranking->save(); // Save the updated progress_bar value
+                        }
+                    }
+
+                    return response([
+                        'status' => "Data added successfully.",
+                        'progress_bar' => $message,
+                            ], 200);
+                }
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.'
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed: " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something went wrong.'
+            ]);
+        }
+    }
+    
+    public function dummy_activity(Request $request){
+        
+        
+        // try {
+        $token = readHeaderToken();
+        if ($token) {
+            $user_id = $token['sub'];
+            // dd($user_id);
+            
+            $user_data = User::where('id',$user_id)->first();
+            $utm_source = $user_data->utm_source;
+            
+            $subscription_data = SubscriptionMaster::where('utm_plan',$utm_source)->first();
+            $subscription_id = $subscription_data->id;
+            // dd($subscription_id);
+            $current_day = Carbon::now()->toDateString();
+            $manage_activity = ActivityDay::where('date', '=', $current_day)
+                            // ->where('')
+                            ->where('subscription_id', $subscription_id)
+                            ->with('subscription')
+                            ->with('faq_activity_link.faqsData')
+                            ->with('scheduleData', 'activityData.subscription')
+                            ->with('activityData.teacher_data')
+                            ->get();
+                            
+            // $userIP = $request->ip(); // Get the user's IP address
+
+            // // Make a GET request to ipinfo.io
+            // $response = Http::get("https://ipinfo.io/{$userIP}/json");
+            // // Parse the JSON response
+            
+            // $ch = curl_init("https://ipinfo.io/{$userIP}/json");
+            // curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
+            // $response = curl_exec($ch);
+            // curl_close($ch);
+            
+            // $locationData = json_decode($response);
+            
+            // // Extract the user's time zone from the location data
+            // $userTimeZone = $locationData->timezone;
+            // // dd($userTimeZone);
+            // // Convert the time to the user's time zone
+            // // $userTimeZone = $ca$carbonTimetz($userTimeZone);
+            // $manage_activity->each(function ($item) {
+            //     $timestamp = $item->time;
+            //     $normalTime = Carbon::createFromFormat('H:i', $timestamp, 'Asia/Kolkata'); // Replace 'your_timezone' with the actual timezone of the 'time' column
+            //     $utcTime = $normalTime->utc();
+            //     $item->time = $utcTime->format('H:i'); // Update the 'time' value with the UTC time in 'HH:mm' format
+            //     return $item;
+            // });
+            // $result = $manage_activity;
+            $userIP = $request->ip(); // Get the user's IP address
+
+            // Make a GET request to ipinfo.io
+            $response = Http::get("https://ipinfo.io/{$userIP}/json");
+            // Parse the JSON response
+            $locationData = $response->json();
+            
+            // Extract the user's time zone from the location data
+            $userTimeZone = $locationData['timezone'];
+            
+            $manage_activity->each(function ($item) use ($userTimeZone) {
+                $timestamp = $item->time;
+                $normalTime = Carbon::createFromFormat('H:i', $timestamp, $userTimeZone); // Replace 'your_timezone' with the actual timezone of the 'time' column
+                $normalTime->setTimezone($userTimeZone); // Convert to the user's time zone
+                $item->time = $normalTime->format('H:i'); // Update the 'time' value with the user's time zone in 'HH:mm' format
+                return $item;
+            });
+            
+            $result = $manage_activity;
+            return response()->json([
+                        'success' => true,
+                        'message' => 'Data fetched successfully.',
+                        'result' => $result
+            ]);
+        } else {
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Authentication failed.',
+            ]);
+        }
+    
+    }
+
+}
diff --git a/app/Http/Controllers/API/ManageBannerController.php b/app/Http/Controllers/API/ManageBannerController.php
new file mode 100644
index 0000000..54f7217
--- /dev/null
+++ b/app/Http/Controllers/API/ManageBannerController.php
@@ -0,0 +1,39 @@
+where('id', $user_id)->first()->toArray();
+                $data = ManageBanner::latest()->first();
+                return response()->json([
+                    'success' => true,
+                    'message'=> 'Data fetched successfully.',
+                    'result' => $data
+                ]); 
+            }else{
+                return response()->json([
+                    'success' => false,
+                    'message'=> 'Authentication failed.',
+                ]);
+            }
+        }catch(\Exception $e){
+             \Log::error("User data listing Failed : " .$e->getMessage());
+             return response()->json([
+                 'success' => false,
+                 'message'=> 'Something Went wrong.',
+             ]);
+         }
+   }
+}
diff --git a/app/Http/Controllers/API/ManageFeedbackController.php b/app/Http/Controllers/API/ManageFeedbackController.php
new file mode 100644
index 0000000..fe9da59
--- /dev/null
+++ b/app/Http/Controllers/API/ManageFeedbackController.php
@@ -0,0 +1,85 @@
+get();
+        // dd($data);
+        return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $data
+                ]);
+    }
+    
+    public function updateFeedback(Request $request) {
+        $token = readHeaderToken();
+        // dd($token);
+            if ($token) {
+            $user_id = $token['sub'];
+            // $user = auth()->user();
+            // dd($user_id);
+            $existingRecord = ManageFeedback::where('user_id', $user_id)->first();
+    
+            if ($existingRecord) {
+                $existingRecord->update(['message' => $request->message,'reaction' => $request->reaction]);
+                $data = $existingRecord;
+            } else {
+                $data = ManageFeedback::create([
+                    'user_id' => $user_id,
+                    'message' => $request->message,
+                    'reaction' => $request->reaction
+                ]);
+            }
+    
+            $message = $existingRecord ? 'Data updated successfully.' : 'Data created successfully.';
+    
+            return response()->json([
+                'success' => true,
+                'message' => $message,
+                'result' => $data
+            ]);
+        } else {
+            return response()->json([
+                'success' => false,
+                'message' => 'something went wrong.',
+            ]);
+        }
+    }
+    
+    // public function updateFeedback(Request $request) {
+    //     $token = readHeaderToken();
+    //     if ($token) {
+    //         $user_id = $token['sub'];
+    //         $user = auth()->user();
+    // // dd($user_id);
+    //         // Update or create ManageFeedback record
+    //         $data = ManageFeedback::updateOrCreate([
+    //             'user_id' => $user_id,
+    //             'message' => $request->message,
+    //             'reaction' => $request->reaction
+    //             ]);
+    
+    //         return response()->json([
+    //             'success' => true,
+    //             'message' => 'Data updated successfully.',
+    //             'result' => $data
+    //         ]);
+    //     } else {
+    //         return response()->json([
+    //             'success' => false,
+    //             'message' => 'something went wrong.',
+    //         ]);
+    //     }
+    // }
+
+}
diff --git a/app/Http/Controllers/API/ManageNotificationController.php b/app/Http/Controllers/API/ManageNotificationController.php
new file mode 100644
index 0000000..a1fcf9e
--- /dev/null
+++ b/app/Http/Controllers/API/ManageNotificationController.php
@@ -0,0 +1,121 @@
+where('is_read','0')->count();
+//        print_r($notification_list);
+//        exit;
+                $notification_list = NotificationUser::with('notification_master_data','user_data')->where('user_id',$user_id)->get()->toArray();
+//                echo "
";
+//                print_r($notification_list);
+//                exit;
+                return response()->json([
+                    'success' => true,
+                    'message' => 'Data Fetch Successfully!.',
+                    'notification_count' => $notification_count,
+                    'notification_list' => $notification_list
+                ]);
+            }else {
+                return response()->json([
+                    'success' => false,
+                    'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (Exception $ex) {
+            return response([
+                    'status' => "failed",
+                ], 500);
+        }
+    }
+    
+    public function update_read_status(Request $request){
+        
+        try {
+            $token = readHeaderToken();
+            if($token){
+                $user_id = $token['sub'];
+                
+                $nitification_id = $request->notification_id;
+                
+                NotificationUser::where('notification_id',$nitification_id)
+                        ->where('user_id',$user_id)
+                        ->update(['is_read' => '1']);
+                
+                return response()->json([
+                    'success' => true,
+                    'message' => 'Data Updated Successfully!.'
+                    ]);
+            }else {
+                return response()->json([
+                    'success' => false,
+                    'message' => 'Authentication failed.',
+                ]);
+            }
+            
+        } catch (Exception $ex) {
+            return response([
+                    'status' => "failed",
+                ], 500);
+        }
+    }
+    
+    public function delete_notification(Request $request){
+        
+        try{
+            $token = readHeaderToken();
+            if($token){
+                $user_id = $token['sub'];
+                $notification_id = $request->notification_id;
+                
+//                print_r($notification_id);
+//                exit;
+                NotificationUser::where('notification_id',$notification_id)
+                        ->where('user_id',$user_id)->delete();
+                
+                return response()->json([
+                    'success' => true,
+                    'message' => 'Deleted Successfully!.'
+                    ]);
+                
+            }else {
+                return response()->json([
+                    'success' => false,
+                    'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (Exception $ex) {
+
+        }
+    }
+    
+    
+    // public function delete(){
+        
+    //             $threeDaysAgo = Carbon::now()->subDays(3);
+    //             NotificationUser::where('created_at','<',$threeDaysAgo)->delete();
+                
+    //             return response()->json([
+    //                 'success' => true,
+    //                 'message' => 'Deleted Successfully!.'
+    //                 ]);
+                
+       
+    // }
+}
diff --git a/app/Http/Controllers/API/ManagePodcastController.php b/app/Http/Controllers/API/ManagePodcastController.php
new file mode 100644
index 0000000..e9634da
--- /dev/null
+++ b/app/Http/Controllers/API/ManagePodcastController.php
@@ -0,0 +1,21 @@
+inRandomOrder()->get();
+        
+        return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $data
+                ]);
+    }
+}
diff --git a/app/Http/Controllers/API/MoodOMeterController.php b/app/Http/Controllers/API/MoodOMeterController.php
new file mode 100644
index 0000000..c717416
--- /dev/null
+++ b/app/Http/Controllers/API/MoodOMeterController.php
@@ -0,0 +1,181 @@
+user();
+                $user_id = $token['sub'];
+                $oldUserRankings = LeaderboardMaster::with('user')->get();
+                $currentDate = now()->toDateString();
+                $previousDate = now()->subDay()->toDateString();
+
+                // Check if a record for the current user and current day already exists
+                $existingRecord = mood_o_meter::where('user_id', $user_id)
+//                ->whereDate('created_at', now()->toDateString())
+                        ->whereDate('updated_at', $currentDate)
+                        ->where('is_active','0')
+                        ->first();
+                if ($existingRecord) {
+                    // Update the existing mood record
+                    $existingRecord->update([
+                        'mood_o_meter' => $req->input('mood_o_meter'),
+                        'is_active' => '0',
+                    ]);
+
+                    return response([
+                        'status' => "Mood already added for today",
+                            ], 200);
+                } else {
+                // Check if a record for the current user and previous day exists
+//                $previousRecord = mood_o_meter::where('user_id', $user_id)
+//                    ->whereDate('updated_at', $previousDate)
+//                    
+//                    ->first();
+                    
+//                if ($previousRecord) {
+                    // Create a new mood record for the current day
+                    mood_o_meter::where('user_id', $user_id)
+                        ->update([
+                            'mood_o_meter' => $req->input('mood_o_meter'),
+                            'is_active' => '0'
+                        ]);
+//                } 
+//                else {
+//                    
+//                    mood_o_meter::create([
+//                        'user_id' => $user_id,
+//                        'mood_o_meter' => $req->input('mood_o_meter'),
+//                        'is_active' => '0',
+//                    ]);
+//                }
+                // Update is_active column based on the current time
+                $ranking = LeaderboardMaster::with('user')->where('user_id', $user_id)->first();
+                // Check if user exists in another table
+                $leaderboardMaster = LeaderboardMaster::where('user_id', $user_id)->first();
+                if ($leaderboardMaster) {
+                    // Update points if user exists
+                    $leaderboardMaster->increment('total_score', 1);
+                } else {
+                    // Create a new entry with 1 point if user doesn't exist
+                    LeaderboardMaster::create([
+                        'user_id' => $token['sub'],
+                        'total_score' => 1,
+                    ]);
+                }
+            
+            $newUserRanking = LeaderboardMaster::where('user_id', $user_id)->first();
+            if ($newUserRanking) {
+//                dd($oldUserRankings);
+//                $message = 'Hello World';
+                
+//                echo '
';
+//                print_r($ranking);
+//                exit();
+//                foreach ($oldUserRankings as $ranking) {
+                    $previousTotalScore = $ranking->total_score;
+                    $currentTotalScore = $newUserRanking->total_score;
+                    if ($ranking->user_id == $user_id) {
+                        if ($previousTotalScore === null) {
+                            $ranking->progress_bar = '0'; // Initial entry
+                        } elseif ($currentTotalScore > $previousTotalScore) {
+                            $ranking->progress_bar = '0'; // Total score increased
+                            $message = "You earned 1 point!";
+                        } elseif ($currentTotalScore < $previousTotalScore) {
+                            $ranking->progress_bar = '1'; // Total score decreased
+                            $message = "Your score decreased.";
+                        } else {
+                            $ranking->progress_bar = '2'; // Total score remained the same
+                            $message = "Your score remains the same.";
+                        }
+                        $ranking->save(); // Save the updated progress_bar value
+                        
+                    }
+//                }
+//             dd($userRanking,$newUserRanking);
+                return response()->json([
+                    'success' => true,
+                    'progress_bar' => $message,
+                ]);
+                
+            }
+            return response([
+                'status' => "Success",
+                    ], 200);
+        }
+    }
+        } catch (Exception $ex) {
+            return response([
+                'status' => "failed",
+                    ], 500);
+        }
+    }
+
+    
+    public function get_mood_o_meter() {
+        try {
+//            print_r(User::first()->user);exit;
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $data = mood_o_meter::where('user_id', $user_id)->value('is_active');
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $data
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+    
+    public function get_mood_o_meter_mood() {
+        try {
+//            print_r(User::first()->user);exit;
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $data = mood_o_meter::where('user_id', $user_id)->value('mood_o_meter');
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $data
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+
+}
diff --git a/app/Http/Controllers/API/NewsAndArticleController.php b/app/Http/Controllers/API/NewsAndArticleController.php
new file mode 100644
index 0000000..4ae8c6b
--- /dev/null
+++ b/app/Http/Controllers/API/NewsAndArticleController.php
@@ -0,0 +1,39 @@
+where('is_active','1')->inRandomOrder()->get();
+        // dd($data);
+        return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $data
+                ]);
+    }
+    
+
+    
+    public function search(Request $request)
+    {
+        $result = ManageNewsArticles::where('article_name', 'LIKE', '%' . $request->article_name . '%')->where('category_id',$request->category_id)->where('is_active','1')->get();
+        // dd($result);
+
+        if (count($result) > 0) {
+            return response()->json([
+                'success' => true,
+                'message' => 'Data fetched successfully.',
+                'result' => $result]);
+        } else {
+            return response()->json(['Result' => 'No Data found'], 200);
+        }
+    }
+    
+}
diff --git a/app/Http/Controllers/API/PeriodDatesController.php b/app/Http/Controllers/API/PeriodDatesController.php
new file mode 100644
index 0000000..5b1f135
--- /dev/null
+++ b/app/Http/Controllers/API/PeriodDatesController.php
@@ -0,0 +1,88 @@
+all();
+            // dd($data);
+            // $datetime = $data['datetime'];
+            $predicted_dates = $data['predicted_dates'];
+            $fertile_dates = $data['fertile_dates'];
+            $ovulating_dates = $data['ovulating_dates'];
+            $pickerdateRange = $data['pickerdateRange'];
+            
+            // $jsonEncodedDateTimeArray = json_encode($datetime);
+            $jsonEncodedPredictedDatesArray = json_encode($predicted_dates);
+            $jsonEncodedFertileDatesArray = json_encode($fertile_dates);
+            $jsonEncodedOvulatingDatesArray = json_encode($ovulating_dates);
+            $jsonEncodedPickerDteRangeArray = json_encode($pickerdateRange);
+            
+            PeriodDate::updateOrCreate( ['user_id'=>$user_id],
+                                        [
+                                            'predicted_dates'=>$jsonEncodedPredictedDatesArray,
+                                            'fertile_dates'=>$jsonEncodedFertileDatesArray,
+                                            'ovulating_dates'=>$jsonEncodedOvulatingDatesArray,
+                                            'pickerdateRange'=>$jsonEncodedPickerDteRangeArray,
+                                            'period_cycle_length'=>$request->period_cycle_length
+                                        ]);
+            
+             return response()->json([
+                        'success' => true,
+                        'message' => 'Data Added Successfully'
+                    ],200);
+        }else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+    }
+    
+    public function getPeriodDates(){
+        
+        $token = readHeaderToken();
+        if($token){
+            $user_id = $token['sub'];
+            
+            $data = PeriodDate::where('user_id',$user_id)->first();
+            
+            $result['predictedDates'] = json_decode($data->predicted_dates);
+            $result['fertileDates'] = json_decode($data->fertile_dates);
+            $result['ovulatingDates'] = json_decode($data->ovulating_dates);
+            $result['pickerdateRange'] = json_decode($data->pickerdateRange);
+            $result['period_cycle_length'] = $data->period_cycle_length;
+            
+            return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $result
+                ]);
+        }
+        
+    }
+    
+    public function deletePeriodDates(){
+        $token = readHeaderToken();
+        if($token){
+            $user_id = $token['sub'];
+            // dd($user_id);
+            $data = PeriodDate::where('user_id',$user_id)->delete();
+            return response()->json([
+                            'success' => true,
+                            'message' => 'Data delete successfully.',
+                            'result' => $data
+            ]);
+        }
+    }
+}
diff --git a/app/Http/Controllers/API/ProfileController.php b/app/Http/Controllers/API/ProfileController.php
new file mode 100644
index 0000000..b4f7dcf
--- /dev/null
+++ b/app/Http/Controllers/API/ProfileController.php
@@ -0,0 +1,194 @@
+user();
+//                print_r($user);exit;
+                // check validation
+                $validator = Validator::make($request->all(), [
+                            'full_name'=>'required',
+                            'bio' => 'required|string|min:6',
+                            'description' => 'required|string|min:6',
+                            'gender' => 'required|in:male,female',
+                            'age' => 'required',
+                            'full_address' => 'required',
+                            'city' => 'required',
+                            'height' => 'required',
+//                            'weight' => 'required',
+//                          'profile_picture' => 'required|image|mimes:jpg,png,jpeg,gif',
+                ]);
+                if ($validator->fails()) {
+                    return response()->json([
+                                'success' => false,
+                                'error' => $validator->errors()], 401);
+                }
+
+                $profile_completed_status = User::select('status')->find($user_id);
+                if ($profile_completed_status->status == 0) {
+                    $UserDetail = new UserDetail;
+                    $UserDetail->user_id = $user_id;
+                    $UserDetail->user_bio = $request->input('bio');
+                    $UserDetail->description = $request->input('description');
+                    $UserDetail->gender = $request->input('gender');
+                    $UserDetail->age = $request->input('age');
+                    $UserDetail->full_address = $request->input('full_address');
+                    $UserDetail->city = $request->input('city');
+                    $UserDetail->height = $request->input('height');
+//                    $UserDetail->weight = $request->input('weight');
+                    if ($request->hasFile('profile_picture')) {
+                        $file = $request->file('profile_picture');
+                        $ext = $file->extension();
+                        $file_name = time() . '.' . $ext;
+                        $path = public_path() . '/uploads/profile_images/';
+                        $file->move($path, $file_name);
+                        $UserDetail->profile_picture = url('/public/uploads/profile_images/' . $file_name);
+                    }
+                    $UserDetail->save();
+                    User::where('id', $user_id)->update(array('status' => '1'));
+                    $msg = "Profile Completed Successfully.";
+                } else {
+                    $user = UserDetail::where('user_id', $user_id)->first();
+                    // $file_name = $user->profile_picture;
+                    $UserDetails = UserDetail::where('user_id', $user_id)->first();
+                            
+                    $UserDetails->user_bio = $request->input('bio');
+                    $UserDetails->description = $request->input('description');
+                    $UserDetails->gender = $request->input('gender');
+                    $UserDetails->age = $request->input('age');
+                    $UserDetails->full_address = $request->input('full_address');
+                    $UserDetails->city = $request->input('city');
+                    $UserDetails->height = $request->input('height');
+//                                'weight' => $request->input('weight'),
+                    if ($request->hasFile('profile_picture')) {
+                        $file = $request->file('profile_picture');
+                        $ext = $file->extension();
+                        $file_name = time() . '.' . $ext;
+                        $path = public_path() . '/uploads/profile_images/';
+                        $file->move($path, $file_name);
+                        // delete previous file
+                        $previous_image = public_path('/uploads/profile_images/' . $user->profile_picture);
+                        $delete_prv_image = File::delete($previous_image);
+                        $UserDetails->profile_picture = url('/public/uploads/profile_images/' . $file_name);
+                    }
+                    // $UserDetails->profile_picture = url('/public/uploads/profile_images/' . $file_name);
+                    $UserDetails->save();
+                    User::where('id', $user_id)->update(array('full_name' => $request->input('full_name')));
+                    $msg = "Profile Updated Successfully.";
+                }
+                
+                $user = User::with('user_detail')->where('id', $user_id)->first()->toArray();
+                //        $user = User::select('id','full_name','contact_number','email_id','status')->where('id',$user->id)->first()->toArray();
+                        return response()->json([
+                                'success' => true,
+                                'status' => true,
+                                'message'=> $msg,
+                                'authorisation' => [
+                                    'token' => null,
+                                    'user_data' =>$user,
+                                    'type' => 'bearer',
+                                ]
+                            ],200);
+//                return response()->json([
+//                            'success' => true,
+//                            'status' => true,
+//                            'message' => $msg,
+//                            'authorisation' => [
+//                                'token' => null,
+//                                'user_detail' =>$user,
+//                                'type' => 'bearer',
+//                            ],
+//                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("Update Complete/Update Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+
+    /**
+     * Created By : Pradyumn Dwivedi
+     * Created at : 06 Feb 2023
+     * Use : To display list of User data
+     */
+    
+    public function index() {
+        try {
+//            print_r(User::first()->user);exit;
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $data = User::with('user_detail')->where('id', $user_id)->first();
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'authorisation' => [
+                            'user_data' => $data 
+                        ]         
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+
+    public function viewProfile() {
+        try {
+//            print_r(User::first()->user);exit;
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $data = User::with('user_detail')->get();
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $data
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+
+}
diff --git a/app/Http/Controllers/API/QuizController.php b/app/Http/Controllers/API/QuizController.php
new file mode 100644
index 0000000..ca375de
--- /dev/null
+++ b/app/Http/Controllers/API/QuizController.php
@@ -0,0 +1,131 @@
+where('is_active', '1')->where('schedule_timing', '=', $currentDateTime)->inRandomOrder()->limit(3)->get()->toArray();
+    //     // $data = $data = ManageQuizQuestion::with('answer')->where('is_active', '1')->inRandomOrder()->limit(3)->get()->toArray();
+        
+        
+    //     if (empty($data)) {
+    //     return response()->json([
+    //         'success' => false,
+    //         'message' => 'No quiz found.',
+    //         'result' => []
+    //         ]);
+    //     }
+    
+    //     return response()->json([
+    //             'success' => true,
+    //             'message' => 'Data fetched successfully.',
+    //             'result' => $data
+    //         ]);
+
+    // }
+    
+    public function getQuiz() {
+    $currentDateTime = now();
+
+    $todayQuizzes = ManageQuizQuestion::with('answer')->where('is_active', '1')->whereDate('schedule_timing', '=', $currentDateTime)->latest()->limit(3)->get()->toArray();
+    
+    // If there are no quizzes scheduled for today or if any one quiz is inactive, fetch past quizzes
+    if (count($todayQuizzes) === 0 || count($todayQuizzes) < 3) {
+        $remainingSlots = 3 - count($todayQuizzes);
+        
+        $pastQuizzes = ManageQuizQuestion::with('answer')->where('is_active', '1')->whereDate('schedule_timing', '<', $currentDateTime)->inRandom()->limit($remainingSlots)->get()->toArray();
+        
+        // Merge today's and past quizzes
+        $data = array_merge($todayQuizzes, $pastQuizzes);
+    } else {
+        // If there are quizzes scheduled for today, use those
+        $data = $todayQuizzes;
+    }
+
+    if (empty($data)) {
+        return response()->json([
+            'success' => true,
+            'message' => 'No quiz found.',
+            'result' => []
+        ]);
+    }
+    
+    return response()->json([
+        'success' => true,
+        'message' => 'Data fetched successfully.',
+        'result' => $data
+    ]);
+}
+
+    
+    public function storeQuizPoints(Request $request){
+        
+        $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $currentDate = now()->toDateString(); // Extracting only the date part
+                // dd($currentDate);
+                
+                $existingRecord = UserQuizPoints::whereDate('created_at', $currentDate)
+                    ->where('user_id', $user_id)
+                    ->first();
+                // dd($existingRecord);
+                $points = $request->points*10;
+                if ($existingRecord == null) {
+                    UserQuizPoints::create(['user_id'=>$user_id,'quize_points'=>$points,'is_active'=>'1']);
+                    $leaderboard = LeaderboardMaster::where('user_id', $user_id)->first();
+                    $leaderboard->total_score += $points;
+                    $leaderboard->save();
+                    return response()->json([
+                        'success' => true,
+                        'message' => 'Points Adeed Succefully'
+                    ]);
+                }else{
+                    return response()->json([
+                        'success' => true,
+                        'message' => 'Points Already Added'
+                    ]);
+                }
+            }else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+            
+        
+    }
+    
+    public function getUerQuizpoints(){
+        
+        $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $currentDate = now()->toDateString(); // Extracting only the date part
+                // dd($currentDate);
+                
+                $userQuizPoints = UserQuizPoints::whereDate('created_at', $currentDate)
+                    ->where('user_id', $user_id)->get();
+                    return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $userQuizPoints
+                ]);
+                // dd($existingRecord);
+            }else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+    }
+}
diff --git a/app/Http/Controllers/API/RateUsController.php b/app/Http/Controllers/API/RateUsController.php
new file mode 100644
index 0000000..c82f15d
--- /dev/null
+++ b/app/Http/Controllers/API/RateUsController.php
@@ -0,0 +1,58 @@
+get();
+        return response()->json([
+            'success' => true,
+            'message' => 'Data fetched successfully.',
+            'result' => $result
+        ]);
+    }
+    
+    public function updateRateUs(Request $request) {
+    $token = readHeaderToken();
+
+        if ($token) {
+            $user_id = $token['sub'];
+            $user = auth()->user();
+    
+            $existingRecord = ManageRateUs::where('user_id', $user_id)->first();
+    
+            if ($existingRecord) {
+                // If the record exists, update it
+                $existingRecord->update(['rate_us' => $request->rate_us]);
+                $data = $existingRecord;
+            } else {
+                $data = ManageRateUs::create([
+                    'user_id' => $user_id,
+                    'rate_us' => $request->rate_us,
+                ]);
+            }
+    
+            $message = $existingRecord ? 'Data updated successfully.' : 'Data created successfully.';
+    
+            return response()->json([
+                'success' => true,
+                'message' => $message,
+                'result' => $data
+            ]);
+        } else {
+            return response()->json([
+                'success' => false,
+                'message' => 'Something went wrong.',
+            ]);
+        }
+    }
+
+}
\ No newline at end of file
diff --git a/app/Http/Controllers/API/RegisterController.php b/app/Http/Controllers/API/RegisterController.php
new file mode 100644
index 0000000..d51ad1b
--- /dev/null
+++ b/app/Http/Controllers/API/RegisterController.php
@@ -0,0 +1,56 @@
+all(),[
+            'full_name'=> 'required',
+            'contact_number'=> 'required',
+            'email_id'=> 'required|unique:users,email_id',
+            'password'=> 'required|confirmed',
+            'address'=> 'required',
+            'fitness_goal'=> 'required',
+            'hear_about_us'=> 'required',
+        ]);
+        if ($validator->fails()) { 
+            return response()->json([
+                'error'=>$validator->errors()], 401);
+            }  
+        $data = new User;
+        $data->full_name = $request->input('full_name');
+        $data->contact_number = $request->input('contact_number');
+        $data->email_id = $request->input('email_id');
+        $data->password	 = Hash::make($request->input('password'));
+        $data->address	 = $request->input('address');
+        $data->fitness_goal = $request->input('fitness_goal');
+        $data->hear_about = $request->input('hear_about_us');
+        $register = $data->save();
+       if($register == 1){
+        return response()->json([
+            'success' => true,
+            'status'=>200,
+            'message'=> 'User Register Successfully',
+        ]);
+       }else{
+        return response()->json([
+            'success' => true,
+            'error'=>400,
+            'message'=> 'Please Try Again',
+        ]);
+       }
+        
+
+    }  
+    
+}
\ No newline at end of file
diff --git a/app/Http/Controllers/API/ShareYourThoughtsController.php b/app/Http/Controllers/API/ShareYourThoughtsController.php
new file mode 100644
index 0000000..d9c7e6d
--- /dev/null
+++ b/app/Http/Controllers/API/ShareYourThoughtsController.php
@@ -0,0 +1,81 @@
+user();
+//                print_r($user);exit;
+
+                // check validation
+//                $validator = Validator::make($request->all(), [
+//                     'rating' => 'required|integer|min:1|max:5',
+//                ]);
+//                if ($validator->fails()) {
+//                    return response()->json([
+//                                'error' => $validator->errors()], 401);
+//                }
+                
+               $thoughts = new ShareYourThought;
+               $thoughts->rating = $request->input('rating');
+               $thoughts->user_id = $user_id;
+               $thoughts->save();
+               $msg = "Thank You Review Added Successfully.";
+                return response()->json([
+                            'success' => true,
+                            'message' => $msg,
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("Update Complete/Update Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+
+    public function get_thought_id() {
+        try {
+//            print_r(User::first()->user);exit;
+            $token = readHeaderToken();
+            if ($token) {
+//                $user_id = $token['sub'];
+                $data = UserThought::where('is_active', '1')->inRandomOrder()->get();
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $data
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+}
diff --git a/app/Http/Controllers/API/ShortClipsController.php b/app/Http/Controllers/API/ShortClipsController.php
new file mode 100644
index 0000000..deca914
--- /dev/null
+++ b/app/Http/Controllers/API/ShortClipsController.php
@@ -0,0 +1,220 @@
+all(), [
+//                    'video_title' => 'required',
+//                    'video_description' => 'required',
+//                    'video_url' => 'required',
+//        ]);
+//        if ($validator->fails()) {
+//            return response()->json([
+//                        'error' => $validator->errors()], 401);
+//        }
+//        $shortclips = new ManageShortClips();
+//        $shortclips->video_title = $req->input('video_title');
+//        $shortclips->video_description = $req->input('video_description');
+//        $shortclips->video_url = $req->input('video_url');
+//        $shortclips->thumbnail = $req->input('thumbnail');
+//        $storeclips = $shortclips->save();
+//        if ($storeclips == 1) {
+//            return response()->json([
+//                        'success' => true,
+//                        'status' => 200,
+//                        'message' => 'Short Clips Added Successfully',
+//            ]);
+//        } else {
+//            return response()->json([
+//                        'success' => true,
+//                        'error' => 400,
+//                        'message' => 'Please Try Again',
+//            ]);
+//        }
+//    }
+
+    public function like_short_clips(Request $request) {
+        try {
+//            print_r(User::first()->user);exit;
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+//                dd($user_id);
+                // check validation
+                $validator = Validator::make($request->all(), [
+                            'short_clips_id' => 'required',
+                ]);
+                if ($validator->fails()) {
+                    return response()->json([
+                                'error' => $validator->errors()], 401);
+                }
+                // check validation end
+                $like = ShortClipsLikes::where('user_id', $user_id)
+                        ->where('short_clips_id', $request->short_clips_id)
+                        ->first();
+
+                if (!empty($like)) {
+                    if ($like->is_like == '0') {
+                        $like->is_like = '1';
+                        $like->is_active = '0';
+                        $like->update();
+                        $manage_likes = ManageShortClips::where('id', $request->short_clips_id)->first();
+                        if ($manage_likes->likes > 0) {
+                            $manage_likes->likes = $manage_likes->likes - 1;
+                            $manage_likes->update();
+                        }
+                        
+                        return response()->json([
+                                    'message' => 'you unliked'
+                                        ], 200);
+                    } else {
+                        $like->is_like = '0';
+                        $like->is_active = '1';
+                        $like->update();
+                        $manage_likes = ManageShortClips::where('id', $request->short_clips_id)->first();
+                        $manage_likes->likes = $manage_likes->likes + 1;
+                        $manage_likes->update();
+                        
+                       
+
+                        return response()->json([
+                                    'message' => 'you liked'
+                                        ], 200);
+                    }
+                } else {
+                    $like = new ShortClipsLikes();
+                    $like->user_id = $user_id;
+                    $like->is_active = '1';
+                    $like->short_clips_id = $request->short_clips_id;
+                    if ($like->save()) {
+                        $manage_likes = ManageShortClips::where('id', $request->short_clips_id)->first();
+                        $manage_likes->likes = $manage_likes->likes + 1;
+                        $manage_likes->update();
+                        return response()->json([
+                                    'message' => 'You Like a post',
+                                        ], 201);
+                    } else {
+                        return response()->json([
+                                    'message' => "please try again"
+                                        ], 500);
+                    }
+                }
+                return response()->json([
+                            'success' => true,
+                            'message' => 'likes added successfully.',
+                            'result' => $data
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+    
+
+    public function get_short_clips_by_id($id) {
+//        print_r("dfghjk");
+        $get_short_clips = ManageShortClips::find($id);
+        // print_r($get_short_clips);
+        // exit;
+    }
+
+    public function update_short_clips(Request $request) {
+
+        $validator = Validator::make($request->all(), [
+                    'likes' => 'required',
+        ]);
+        if ($validator->fails()) {
+            return response()->json([
+                        'error' => $validator->errors()], 401);
+        }
+        $shortclips = ManageShortClips();
+        $shortclips->likes = $req->input('likes');
+
+        $storeclips = $shortclips->save();
+        if ($storeclips == 1) {
+            return response()->json([
+                        'success' => true,
+                        'status' => 200,
+                        'message' => 'Short Clips Added Successfully',
+            ]);
+        } else {
+            return response()->json([
+                        'success' => true,
+                        'error' => 400,
+                        'message' => 'Please Try Again',
+            ]);
+        }
+    }
+
+    public function get_short_clips() {
+        $token = readHeaderToken();
+        if ($token) {
+//            $userid = auth()->user();
+
+            $shortdata = ManageShortClips::where('is_active','1')->get();
+
+            foreach ($shortdata as $k => $val) {
+
+                $shortdata[$k]['thumbnail'] = ListingImageUrl('short_clips', $val['thumbnail']);
+            }
+//            print_r($shortdata);
+//            exit;
+            return response([
+                'user' => $shortdata,
+                    //  'token' => $user->createToken('secret')->plainTextToken
+                    ], 200);
+        }
+    }
+    
+    public function get_short_clips_likes(){
+        //  try {
+//            print_r(User::first()->user);exit;
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                
+                $data = ShortClipsLikes::with('shortClicpLikes')->where('user_id', $user_id)->where('is_active','1')->get();
+                
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $data
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        // } catch (\Exception $e) {
+        //     \Log::error("User data listing Failed : " . $e->getMessage());
+        //     return response()->json([
+        //                 'success' => false,
+        //                 'message' => 'Something Went wrong.',
+        //     ]);
+        // }
+    }
+
+
+}
diff --git a/app/Http/Controllers/API/StepCountController.php b/app/Http/Controllers/API/StepCountController.php
new file mode 100644
index 0000000..f1238e6
--- /dev/null
+++ b/app/Http/Controllers/API/StepCountController.php
@@ -0,0 +1,108 @@
+step_count);
+        $token = readHeaderToken();
+        if ($token) {
+            $stepCount = $request->step_count;
+            $userId = $token['sub'];
+            // dd($userId);
+            $date = Carbon::now()->toDateString();
+            $dailyStepCount = DailyStepsCount::where('user_id', $userId)
+                ->where('date', $date)
+                ->first();
+            // dd($dailyStepCount);
+                Log::info("dailyStepCount found at that date");
+            // dd($dailyStepCount->step_count);
+            
+            if ($dailyStepCount) {
+                $oldStepCounts = $dailyStepCount->step_count;
+                $oldPoints = $dailyStepCount->points;
+                
+                // if($oldStepCounts > $stepCount){
+                //     $stepCount = $oldStepCounts + $stepCount;
+                // }
+                $dailyStepCount->update(['step_count' => $stepCount]);
+                
+                $latestSteps = $dailyStepCount->step_count;
+                // Update the step count for the current date and update points
+                
+                $latestPoints = intval(floor($latestSteps/1000));
+                if($latestPoints > $oldPoints){
+                    $currentPoints = $latestPoints - $oldPoints;
+                    
+                    //update points 
+                    $dailyStepCount->update(['points' => $latestPoints]);
+                    
+                    $leaderboardMaster = LeaderboardMaster::where('user_id', $userId)->first();
+                    
+                    if ($leaderboardMaster) {
+                        // $latestPoints = $latestPoints*5;
+                        $leaderboardMaster->total_score += 5*$currentPoints;
+                        $leaderboardMaster->save();
+                    }
+                    
+                } 
+                
+                $updated_step_counts = $points = intval(floor($dailyStepCount->step_count/1000));
+                $updated_points = $dailyStepCount->points;
+                if($updated_step_counts < $updated_points){
+                    $leaderboardMaster = LeaderboardMaster::where('user_id', $userId)->first();
+                    if ($leaderboardMaster) {
+                        
+                        $leaderboardMaster->total_score -= 5*$updated_points;
+                        $leaderboardMaster->total_score += 5*$updated_step_counts;
+                        $leaderboardMaster->save();
+                    }
+                    $dailyStepCount->update(['points' => $updated_step_counts]);
+                }
+                
+                    
+                
+            } else {
+                
+                 Log::info("New user Creating");
+                // Create a new record for the new day
+                $points = intval(floor($stepCount/1000));
+                $newDailyStepCount = new DailyStepsCount([
+                    'user_id' => $userId,
+                    'date' => $date,
+                    'step_count' => $stepCount,
+                    'points' => $points,
+                ]);
+        
+                $newDailyStepCount->save();
+                
+                $leaderboardMaster = LeaderboardMaster::where('user_id', $userId)->first();
+                if ($leaderboardMaster) {
+                    
+                    $leaderboardMaster->total_score += 5*$points;
+                    $leaderboardMaster->save();
+                }
+            }
+            
+        return response(['status' => "Success"], 200);    
+            
+        } else {
+            return response()->json([
+                'success' => false,
+                'message' => 'Authentication failed.',
+            ]);
+        }
+        
+    }
+}
diff --git a/app/Http/Controllers/API/TestimonialController.php b/app/Http/Controllers/API/TestimonialController.php
new file mode 100644
index 0000000..fd7306f
--- /dev/null
+++ b/app/Http/Controllers/API/TestimonialController.php
@@ -0,0 +1,76 @@
+inRandomOrder()->get();
+            // echo "
";
+            // print_r($testdata);
+            // exit;
+            // foreach ($testdata as  $val) {
+                
+            //     foreach($val['testimonial_data'] as $k =>$image){
+            //         $testdata[$k]['image'] = ListingImageUrl('testimonial', $val['image']);
+            //     }
+                
+            // }
+            return response([
+                'user' => $testdata,
+                    ], 200);
+        }
+    }
+    
+    public function store_testimonial(Request $req) {
+
+        $validator = Validator::make($req->all(), [
+                    'user_name' => 'required',
+                    'image' => 'required|image|mimes:jpg,png,jpeg,gif',
+                    'title' => 'required',
+                    'description' => 'required',
+                    'rating' => 'required',
+        ]);
+        if ($validator->fails()) {
+            return response()->json([
+                        'error' => $validator->errors()], 401);
+        }
+        $testimonials = new Testimonial();
+        $testimonials->user_name = $req->input('user_name');
+//        $testimonials->image = $req->input('image');
+        $testimonials->title = $req->input('title');
+        $testimonials->description = $req->input('description');
+        $testimonials->rating = $req->input('rating');
+        if ($req->hasFile('image')) {
+                        $file = $req->file('image');
+                        $ext = $file->extension();
+                        $file_name = time() . '.' . $ext;
+                        $path = public_path() . '/uploads/testimonial/';
+                        $file->move($path, $file_name);
+                        $testimonials->image = url('/public/uploads/testimonial/' . $file_name);
+                    }
+        $storetestimonial = $testimonials->save();
+        if ($storetestimonial == 1) {
+            return response()->json([
+                        'success' => true,
+                        'status' => 200,
+                        'message' => 'Testimonial Added Successfully',
+            ]);
+        } else {
+            return response()->json([
+                        'success' => true,
+                        'error' => 400,
+                        'message' => 'Please Try Again',
+            ]);
+        }
+    }
+}
diff --git a/app/Http/Controllers/API/UserController.php b/app/Http/Controllers/API/UserController.php
new file mode 100644
index 0000000..73af95a
--- /dev/null
+++ b/app/Http/Controllers/API/UserController.php
@@ -0,0 +1,73 @@
+where('is_active', '0')->first(['id', 'utm_source', 'start_date', 'end_date']);
+            if ($result) {
+                return response()->json([
+                    'success' => true,
+                    'message' => 'Data fetched successfully.',
+                    'result' => $result
+                ]);
+            } else {
+                return response()->json([
+                    'success' => false,
+                    'message' => 'User not found.'
+                ], 404);
+            }
+        } else {
+            return response()->json([
+                'success' => false,
+                'message' => 'Token not provided.'
+            ], 401);
+        }
+    }
+    
+    public function delete_user() {
+        $token = readHeaderToken();
+        if ($token) {
+            $user_id = $token['sub'];
+            // dd($user_id);
+            $user = User::find($user_id);
+            // dd($user);
+            if ($user) {
+                $data = $user->delete();
+                if ($data) {
+                    return response()->json([
+                        'success' => true,
+                        'message' => 'User deleted successfully.',
+                        'result' => $user
+                    ]);
+                } else {
+                    return response()->json([
+                        'success' => false,
+                        'message' => 'Failed to delete user.'
+                    ], 500);
+                }
+            } else {
+                return response()->json([
+                    'success' => false,
+                    'message' => 'User not found.'
+                ], 404);
+            }
+        } else {
+            return response()->json([
+                'success' => false,
+                'message' => 'Token not provided.'
+            ], 401);
+        }
+    }
+}
diff --git a/app/Http/Controllers/API/UserOverviewController.php b/app/Http/Controllers/API/UserOverviewController.php
new file mode 100644
index 0000000..37a3a53
--- /dev/null
+++ b/app/Http/Controllers/API/UserOverviewController.php
@@ -0,0 +1,329 @@
+toDateString();
+                // dd($todaysDate);
+                $oldUserRankings = LeaderboardMaster::with('user')->get();
+                $result = UserOverView::where("user_id", $user_id)
+                        ->where('created_at', $todaysDate)
+                        // ->orderBy('created_at', 'desc')
+                        ->exists();
+                if ($result) {
+                    $lastOverview = UserOverView::where('user_id', $user_id)
+                        ->orderBy('created_at', 'desc')
+                        // ->skip(1)
+                        ->first();
+                    UserOverView::where('user_id', $user_id)
+                        ->whereDay('created_at', now()->day)
+                        ->update([
+                            "muscle_rate" => $req->muscle_rate,
+                            "body_fat" => $req->body_fat,
+                            "skeletal_muscle" => $req->skeletal_muscle,
+                            "protein" => $req->protein,
+                            "bmr" => $req->bmr,
+                            "water" => $req->water,
+                            "age" => $req->age,
+                            "weight" => $req->weight,
+                        ]);
+                    $points = (100 - $req->body_fat) + $req->muscle_rate;
+                    
+                    $leaderboard = LeaderboardMaster::where('user_id', $user_id)->first();
+                    if ($leaderboard) {
+                        // $lastOverview = UserOverView::where('user_id', $user_id)
+                        //     ->orderBy('created_at', 'desc')
+                        //     // ->skip(1)
+                        //     ->first();
+                        if ($lastOverview) {
+                            $pointsToDeduct = (100 - $lastOverview->body_fat) + $lastOverview->muscle_rate;
+                            $leaderboard->total_score -= $pointsToDeduct;
+                            // dd($leaderboard);
+                            // Ensure total_score is not negative
+                            if ($leaderboard->total_score < 0) {
+                                $leaderboard->total_score = 0;
+                            }
+                        }
+                        
+                        $leaderboard->total_score += $points;
+                        
+                        
+                    }
+                    $leaderboard->save();
+                    
+                    $msg = "User Overview Updated Successfully.";
+                } else {
+                    $tellobj = new UserOverView();
+                    $tellobj->user_id = $user_id;
+                    $tellobj->muscle_rate = $req->muscle_rate;
+                    $tellobj->body_fat = $req->body_fat;
+                    $tellobj->skeletal_muscle = $req->skeletal_muscle;
+                    $tellobj->protein = $req->protein;
+                    $tellobj->bmr = $req->bmr;
+                    $tellobj->water = $req->water;
+                    $tellobj->age = $req->age;
+                    $tellobj->weight = $req->weight;
+                    $tellobj->save();
+
+                    // Calculate points based on body_fat and muscle_rate
+                    $points = (100 - $req->body_fat) + $req->muscle_rate ;
+                    
+                    $userDetails = UserDetail::where('user_id', $user_id)->first();
+                    if ($userDetails && $userDetails->gender == 'female') {
+                        $points += 25;
+                    }else{
+                        $points += 1;
+                    }
+                    
+                    $leaderboard = LeaderboardMaster::where('user_id', $user_id)->first();
+                    if ($leaderboard) {
+                        // Deduct points from yesterday's overview
+                        $lastOverview = UserOverView::where('user_id', $user_id)
+                            ->orderBy('created_at', 'desc')
+                            ->skip(1)
+                            ->first();
+                        if ($lastOverview) {
+                            $pointsToDeduct = (100 - $lastOverview->body_fat) + $lastOverview->muscle_rate ;
+                            $leaderboard->total_score -= $pointsToDeduct; 
+                            // Ensure total_score is not negative
+                            if ($leaderboard->total_score < 0) {
+                                $leaderboard->total_score = 0;
+                            }
+                        }
+    
+                        $leaderboard->total_score += $points;
+                    } else {
+                        $leaderboard = new LeaderboardMaster();
+                        $leaderboard->user_id = $user_id;
+                        $leaderboard->total_score = $points;
+                    }
+                      
+                    $leaderboard->save();
+                
+                    $msg = "User Overview Added Successfully.";
+                }
+
+                // Decrease 5 point for every 3 days since the previous overview
+            $lastOverview = UserOverView::where('user_id', $user_id)
+                ->orderBy('created_at', 'desc')
+                ->skip(1)
+                ->first();
+
+            if ($lastOverview) {
+                $daysSinceLastOverview = $lastOverview->created_at->diffInDays(now());
+                $pointsToDeduct = floor($daysSinceLastOverview / 3);
+
+                $leaderboard = LeaderboardMaster::where('user_id', $user_id)->first();
+                if ($leaderboard) {
+                    $leaderboard->total_score -= $pointsToDeduct;
+                    $leaderboard->save();
+                }
+            }
+             $newUserRanking = LeaderboardMaster::where('user_id',$user_id)->first();
+              if ($oldUserRankings && $newUserRanking) {
+                foreach ($oldUserRankings as $ranking) {
+                    $previousTotalScore = $ranking->total_score;
+                    $currentTotalScore = $newUserRanking->total_score;
+                   if($ranking->user_id==$user_id){
+                    if ($previousTotalScore === null) {
+                        $ranking->progress_bar = '0'; // Initial entry
+                    } elseif ($currentTotalScore > $previousTotalScore) {
+                        $ranking->progress_bar = '0'; // Total score increased
+                         $message = "You earned 1 point!";
+                    } elseif ($currentTotalScore < $previousTotalScore) {
+                        $ranking->progress_bar = '1'; // Total score decreased
+                         $message = "Your score decreased.";
+                    } else {
+                        $ranking->progress_bar = '2'; // Total score remained the same
+                        $message = "Your score remains the same.";
+                    }
+
+                    $ranking->save(); // Save the updated progress_bar value
+                    }
+
+                }
+//             dd($userRanking,$newUserRanking);
+                return response()->json([
+                            'success' => true,
+                            'message' => $msg,
+                            'progress_bar' => $message,
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        }
+        }catch (\Exception $e) {
+            \Log::error("Update Complete/Update Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+
+    public function get_user_overview_by_id() {
+        try {
+//            print_r(User::first()->user);exit;
+            $token = readHeaderToken();
+            if ($token) {
+                $user_id = $token['sub'];
+                $data = UserOverView::where('user_id', $user_id)->get();
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'result' => $data
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    }
+
+    public function show_user_overview(Request $request) {
+        // dd($request->created_at);
+        // try {
+
+            $token = readHeaderToken();
+            if ($token) {
+                // dd($request->created_at);
+                $user_id = $token['sub'];
+                if($request->created_at)
+                {
+                    $data = UserOverView::where('user_id',$user_id)->where('created_at', $request->created_at)->first();
+                }else{
+                    $data = UserOverView::where('user_id',$user_id)->get();
+                }
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'authorisation' => [
+                                'user_data' => $data
+                            ]
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        // } catch (\Exception $e) {
+        //     \Log::error("User data listing Failed : " . $e->getMessage());
+        //     return response()->json([
+        //                 'success' => false,
+        //                 'message' => 'Something Went wrong.',
+        //     ]);
+        // }
+    }
+    
+    public function showUserOverview_new(Request $request){
+        
+        // dd($request->created_at);
+        try {
+
+            $token = readHeaderToken();
+            if ($token) {
+                // dd($request->created_at);
+                $user_id = $token['sub'];
+                if($request->created_at)
+                {
+                    $data = UserOverView::where('user_id',$user_id)->where('created_at', $request->created_at)->first();
+                }else{
+                    
+                    if($request->data == "week"){
+                        $last7Days = Carbon::now()->subDays(7);
+                        $data = UserOverView::where('user_id',$user_id)->where('created_at','>=',$last7Days)->get();
+                    }elseif($request->data == "month"){
+                        $last30Days = Carbon::now()->subDays(30);
+                        $data = UserOverView::where('user_id',$user_id)->where('created_at','>=',$last30Days)->get();
+                    }elseif($request->data == "year"){
+                        $lastYear = Carbon::now()->subYear();
+                        // dd($lastYear);
+                        $data = UserOverView::where('user_id',$user_id)->where('created_at','>=',$lastYear)->get();
+                    }
+                }
+                    
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Data fetched successfully.',
+                            'authorisation' => [
+                                'user_data' => $data
+                            ]
+                ]);
+            } else {
+                return response()->json([
+                            'success' => false,
+                            'message' => 'Authentication failed.',
+                ]);
+            }
+        } catch (\Exception $e) {
+            \Log::error("User data listing Failed : " . $e->getMessage());
+            return response()->json([
+                        'success' => false,
+                        'message' => 'Something Went wrong.',
+            ]);
+        }
+    
+    }
+    
+    public function resetPoints(){
+        
+        $currentDate = date('Y-m-d');
+        $activityData = ActivityMaster::orderBy('id','desc')->first();
+        if($activityData){
+            $start_date = $activityData->start_date;
+            if($currentDate < $start_date){
+                $leaderBoaradData = LeaderboardMaster::all();
+                // dd($leaderBoaradData);
+                foreach($leaderBoaradData as $data){
+                    LeaderboardMaster::where('user_id',$data->user_id)->update(['total_score' => 0]);
+                }
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Reset Succefully'
+                        ],200);
+            }else{
+                return response()->json([
+                            'success' => true,
+                            'message' => 'Season is not end yet!'
+                        ],201);
+            }
+        }else{
+            return response()->json([
+                            'success' => flase,
+                            'message' => 'No Activity Found'
+                        ],404);
+        }
+        
+    }
+
+}
diff --git a/app/Http/Controllers/API/ViewDevicesOneSignalController.php b/app/Http/Controllers/API/ViewDevicesOneSignalController.php
new file mode 100644
index 0000000..f00d48f
--- /dev/null
+++ b/app/Http/Controllers/API/ViewDevicesOneSignalController.php
@@ -0,0 +1,20 @@
+request('GET', 'https://onesignal.com/api/v1/players?app_id=1be4b99b-8faa-45b8-ad82-c66225d77bf4&limit=10&offset=0', [
+        'headers' => [
+            'Authorization' => 'Basic MWM2NGEyODUtN2U5MS00MzlkLWJhYmItZGUyODRjYTlmNGJm',
+            'accept' => 'text/plain',
+            ],
+        ]);
+        return $response->getBody();
+    }
+}
diff --git a/app/Http/Controllers/Admin/AboutUsController.php b/app/Http/Controllers/Admin/AboutUsController.php
new file mode 100644
index 0000000..0b9ce51
--- /dev/null
+++ b/app/Http/Controllers/Admin/AboutUsController.php
@@ -0,0 +1,48 @@
+manageAboutUsService = $manageAboutUsService;
+    } 
+
+    public function view_about_us(){
+
+        $about_us['about_us'] = $this->manageAboutUsService->view_about_us()->toArray();
+        // echo "
";
+        // print_r($about_us);
+        // echo "
";exit; + + // dd($about_us); + return view('Admin.Pages.manage_cms.about_us.about_us',$about_us); + } + + public function edit_about_us($id) + { + $about_us['about_us'] = $this->manageAboutUsService->edit_about_us($id)->toArray(); + // echo "
";
+        // print_r($about_us);
+        // echo "
";exit; + return view('Admin.Pages.manage_cms.about_us.edit_about_us',$about_us); + } + + public function update_about_us(Request $request) + { + $edit_about_us = $this->manageAboutUsService->update_about_us($request); + if(!empty($edit_about_us)) + { + return response()->json(['success' => true , 'status' => 200]); + } + else{ + return response()->json(['success' => false , 'status' => 422]); + } + + } +} diff --git a/app/Http/Controllers/Admin/ActivityDaysController.php b/app/Http/Controllers/Admin/ActivityDaysController.php new file mode 100644 index 0000000..39d1c23 --- /dev/null +++ b/app/Http/Controllers/Admin/ActivityDaysController.php @@ -0,0 +1,305 @@ +with('scheduleData','activityData') +//// ->where('start_date', '<=',$current_day) +//// ->where('end_date', '>=',$current_day) +//// ->where() +// ->get() +// ->toArray(); +//// echo "
"; print_r($manage_activity_day);exit;
+//        return view('Admin.Pages.manage_activities.activity_days.activity_days')->with(['manage_activity_day' => $manage_activity_day]);
+//    }
+
+    public function show($id) {
+        $current_day = now()->format('Y-m-d'); // Get the current date in the format "YYYY-MM-DD"
+
+        $manage_activity_day = ActivityDay::where('activity_schedule_id', $id)
+                ->with('scheduleData', 'activityData')
+                ->where('date', 'LIKE', "%$current_day%") // Check if the current date is present in the "days" column
+                ->get()
+                ->toArray();
+
+        return view('Admin.Pages.manage_activities.activity_days.activity_days')->with(['manage_activity_day' => $manage_activity_day]);
+    }
+
+    public function add($id) {
+        // dd($id);
+        $get_single_schedule = ActivitySchedule::find($id)->toArray();
+        // echo '
';print_r($get_single_schedule);exit;
+        // dd($get_single_schedule);
+        $subcription = SubscriptionMaster::all()->toArray();
+        return view('Admin.Pages.manage_activities.activity_days.add_activity_days')->with(['get_schedule_data' => $get_single_schedule, 'subcriptions' => $subcription]);
+    }
+    
+    public function add_upcoming($id) {
+
+        $get_single_schedule = ActivitySchedule::find($id)->toArray();
+        // echo '
';print_r($get_single_schedule);exit;
+
+        $subcription = SubscriptionMaster::all()->toArray();
+        return view('Admin.Pages.manage_activities.activity_days.add_upcoming_activity_day')->with(['get_schedule_data' => $get_single_schedule, 'subcriptions' => $subcription]);
+    }
+    
+    public function add_data(Request $request) {
+
+//        echo '
';
+//        print_r($request->all());
+//        exit;
+        $rules = [
+            'myFile' => 'required|file|max:400', // 400 KB
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+ 
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return response()->json(['success' => false , 'status' => 422]);
+            }
+        }
+        else {
+            $file = $request->file('myFile');
+            $ext = $file->extension();
+            $file_name = time() . '.' . $ext;
+            $path = public_path() . '/uploads/activity_banner_images/activity_day';
+            $file->move($path, $file_name);
+        }
+        $activity_day = new ActivityDay;
+        $activity_day->activity_master_id = $request->input('activity_id');
+        $activity_day->activity_schedule_id = $request->input('schedule_id');
+        $activity_day->activity_name = $request->input('main_activity_name');
+        $activity_day->activity_teaser = url('/public/uploads/activity_banner_images/activity_day/' . $file_name);
+        $activity_day->activity_duration = $request->input('activity_duration');
+        $activity_day->description = $request->input('description');
+        $activity_day->date = $request->input('date');
+        $activity_day->day = $request->input('day');
+        $activity_day->time = $request->input('time');
+        $activity_day->zoom_link = $request->input('zoom_link');
+        $activity_day->subscription_id = $request->input('subscription_id');
+        
+        $date = strtotime($request->input('date'));
+        // Retrieve the ActivityMaster record
+        $activity_schedule = ActivitySchedule::find($request->input('schedule_id'));
+
+        $activity_shedule_start_date = strtotime($activity_schedule->start_date);
+        $activity_shedule_end_date = strtotime($activity_schedule->end_date);
+        if ($date >= $activity_shedule_start_date && $date <= $activity_shedule_end_date) {
+            $activity_day->save();
+            return response()->json([
+                        'schedule_data' => $activity_day->activity_schedule_id,
+                        'success' => true,
+                        'status' => 200,
+            ]);
+        } else {
+            return response()->json([
+                        'error_msg' => 'Start date or end date is not within the activity master range.',
+                        'success' => false,
+                        'status' => 400,
+            ]);
+        }
+    }
+    
+     public function add_upcoming_data(Request $request) {
+
+//        echo '
';
+//        print_r($request->all());
+//        exit;
+        $rules = [
+            'myFile' => 'required|file|max:400', // 400 KB
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+ 
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return response()->json(['success' => false , 'status' => 422]);
+            }
+        }
+        else {
+            $file = $request->file('myFile');
+            $ext = $file->extension();
+            $file_name = time() . '.' . $ext;
+            $path = public_path() . '/uploads/activity_banner_images/activity_day';
+            $file->move($path, $file_name);
+        }
+
+        $activity_day = new ActivityDay;
+        $activity_day->activity_master_id = $request->input('activity_id');
+        $activity_day->activity_schedule_id = $request->input('schedule_id');
+        $activity_day->activity_name = $request->input('main_activity_name');
+        $activity_day->activity_teaser = url('/public/uploads/activity_banner_images/activity_day/' . $file_name);
+        $activity_day->activity_duration = $request->input('activity_duration');
+        $activity_day->description = $request->input('description');
+        $activity_day->date = $request->input('date');
+        $activity_day->day = $request->input('day');
+        $activity_day->time = $request->input('time');
+        $activity_day->subscription_id = $request->input('subscription_id');
+        $activity_day->zoom_link = $request->input('zoom_link');
+
+        $date = strtotime($request->input('date'));
+        // Retrieve the ActivityMaster record
+        $activity_schedule = ActivitySchedule::find($request->input('schedule_id'));
+
+        $activity_shedule_start_date = strtotime($activity_schedule->start_date);
+        $activity_shedule_end_date = strtotime($activity_schedule->end_date);
+        if ($date >= $activity_shedule_start_date && $date <= $activity_shedule_end_date) {
+            $activity_day->save();
+            return response()->json([
+                        'schedule_data' => $activity_day->activity_schedule_id,
+                        'success' => true,
+                        'status' => 200,
+            ]);
+        } else {
+            return response()->json([
+                        'error_msg' => 'Start date or end date is not within the activity master range.',
+                        'success' => false,
+                        'status' => 400,
+            ]);
+        }
+    }
+
+    public function edit_activity_day($id) {
+        $manage_activity_day = ActivityDay::where('id', $id)->with('scheduleData', 'activityData')
+                ->get()
+                ->toArray();
+                // echo "
"; print_r($manage_activity_day);exit;
+//        return view('Admin.Pages.manage_activities.activity_days.activity_days')->with(['manage_activity_day' => $manage_activity_day]);
+//    }
+
+        $subcription = SubscriptionMaster::all()->toArray();
+        
+        return view('Admin.Pages.manage_activities.activity_days.edit_activity_days')->with(['manage_activity_day' => $manage_activity_day, 'subcriptions' => $subcription]);
+    }
+    
+    //upcoming edit 
+    
+    public function edit_upcoming_activity_day($id) {
+        $manage_activity_day = ActivityDay::where('id', $id)->with('scheduleData', 'activityData')
+                ->get()
+                ->toArray();
+
+        $subcription = SubscriptionMaster::all()->toArray();
+        return view('Admin.Pages.manage_activities.activity_days.edit_upcoming_activity_day')->with(['manage_activity_day' => $manage_activity_day, 'subcriptions' => $subcription]);
+    }
+    
+    public function edit_activity_day_data(Request $request) {
+
+//        echo '
';
+//        print_r($request->all());
+//        exit;
+        $activity_day = ActivityDay::find($request->edit_main_activity_id);
+        $activity_day->activity_name = $request->input('activity_name');
+        if ($request->file('activity_teaser')) {
+            $rules = [
+                'activity_teaser' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return response()->json(['success' => false , 'status' => 422]);
+                }
+            }
+            else {
+                $file = $request->file('activity_teaser');
+                $ext = $file->extension();
+                $file_name = time() . '.' . $ext;
+                $path = public_path() . '/uploads/activity_banner_images/activity_day/';
+                $file->move($path, $file_name);
+                $file_name_store = url('/public/uploads/activity_banner_images/activity_day/' . $file_name);
+                $activity_day->activity_teaser = url('/public/uploads/activity_banner_images/activity_day/' . $file_name);
+            }
+//        print_r($file_name_store);exit;
+        }
+        $activity_day->activity_duration = $request->input('activity_duration');
+        $activity_day->description = $request->input('description');
+        $activity_day->date = $request->input('date');
+        $activity_day->day = $request->input('day');
+        $activity_day->time = $request->input('time');
+        $activity_day->zoom_link = $request->input('zoom_link');
+        $activity_day->subscription_id = $request->input('subscription_id');
+        $activity_day->save();
+        return response()->json(['success' => true, 'status' => 200,'day_data'=>$request->activity_schedule_master_id]);
+    }
+    
+    public function edit_upcoming_activity_day_data(Request $request) {
+
+//        echo '
';
+//        print_r($request->all());
+//        exit;
+        $activity_day = ActivityDay::find($request->edit_main_activity_id);
+        $activity_day->activity_name = $request->input('activity_name');
+        if ($request->activity_teaser) {
+            $rules = [
+                'activity_teaser' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return response()->json(['success' => false , 'status' => 422]);
+                }
+            }
+            else {
+                $file = $request->file('activity_teaser');
+                $ext = $file->extension();
+                $file_name = time() . '.' . $ext;
+                $path = public_path() . '/uploads/activity_banner_images/activity_day/';
+                $file->move($path, $file_name);
+                $file_name_store = url('/public/uploads/activity_banner_images/activity_day/' . $file_name);
+                $activity_day->activity_teaser = url('/public/uploads/activity_banner_images/activity_day/' . $file_name);
+            }
+//        print_r($file_name_store);exit;
+        }
+        $activity_day->activity_duration = $request->input('activity_duration');
+        $activity_day->description = $request->input('description');
+        $activity_day->date = $request->input('date');
+        $activity_day->day = $request->input('day');
+        $activity_day->time = $request->input('time');
+        
+        $activity_day->zoom_link = $request->input('zoom_link');
+        $activity_day->subscription_id = $request->input('subscription_id');
+        $activity_day->save();
+        return response()->json(['success' => true, 'status' => 200,'day_data'=>$request->activity_schedule_master_id]);
+    }
+
+    public function upcomimg_days_show($id) {
+        $current_day = now()->format('Y-m-d'); // Get the current date in the format "YYYY-MM-DD"
+
+        $manage_activity_day = ActivityDay::where('activity_schedule_id', $id)
+                ->with('scheduleData', 'activityData')
+                ->where('date', '>', "$current_day") // Check if the current date is present in the "days" column
+                ->get()
+                ->toArray();
+
+        return view('Admin.Pages.manage_activities.activity_days.upcoming_activity_days')->with(['manage_activity_day' => $manage_activity_day]);
+    }
+    
+    public function delete_activity_days($id) {
+        // print_r($id);
+        // exit;
+        $manage_activity_days = ActivityDay::find($id)->delete();
+    }
+
+}
diff --git a/app/Http/Controllers/Admin/DashboardController.php b/app/Http/Controllers/Admin/DashboardController.php
new file mode 100644
index 0000000..bdcba87
--- /dev/null
+++ b/app/Http/Controllers/Admin/DashboardController.php
@@ -0,0 +1,32 @@
+with(['user_count' => $userCount]);
+//    }
+    
+    public function view_dashboard() {
+        // dd(Auth::user());
+        $manage_dashboard = LeaderboardMaster::with('user')->get()->toArray();
+//            echo "
";
+//            print_r($manage_dashboard);
+//            exit();
+
+        // Sort the $manage_dashboard array by the 'total_score' attribute in descending order
+            usort($manage_dashboard, function($a, $b) {
+                return $b['total_score'] <=> $a['total_score'];
+            });
+        return view('Admin.dashboard')->with(['manage_dashboard' => $manage_dashboard]);
+
+    }
+}
diff --git a/app/Http/Controllers/Admin/DirectUserController.php b/app/Http/Controllers/Admin/DirectUserController.php
new file mode 100644
index 0000000..b99255d
--- /dev/null
+++ b/app/Http/Controllers/Admin/DirectUserController.php
@@ -0,0 +1,46 @@
+get()->toArray();
+        
+        // dd($data);
+        return view('Admin.Pages.direct_users.direct_user')->with(['user_data'=> $data]);
+    }
+    
+    public function import(Request $request)
+    {
+        try {
+            $validation = $request->validate([
+                'csv_file' => 'required|mimes:csv,txt,xlsx',
+            ]);
+            // dd($request->all());
+            // Use try-catch to handle exceptions thrown by Excel::import
+            // try {
+                Excel::import(new UserImport, $request->file('csv_file'));
+                return response()->json(['success' => true, 'status' => 200]);
+            // } catch (ValidationException $e) {
+            //     // Catch the validation exception and extract errors
+            //     $errors = $e->validator->errors()->toArray();
+
+            //     return response()->json(['errors' => $errors], 422); // 422 Unprocessable Entity
+            // }
+
+            
+        } catch (\Exception $e) {
+            return response()->json(['error' => 'Error importing data: ' . $e->getMessage()], 500);
+        }
+    }
+}
+
diff --git a/app/Http/Controllers/Admin/LoginController.php b/app/Http/Controllers/Admin/LoginController.php
new file mode 100644
index 0000000..fbc35fa
--- /dev/null
+++ b/app/Http/Controllers/Admin/LoginController.php
@@ -0,0 +1,346 @@
+"; print_r($data);exit;
+        return view('Admin.two_steps',$data);
+    }
+
+//    public function sendOtp(Request $request) 
+//    {
+//        try {
+//            $msg_data = array();
+//            $validationErrors = $this->validateLogin($request);
+//            if (count($validationErrors)) {
+//                \Log::error("Auth Exception: " . implode(", ", $validationErrors->all()));
+//                $msg_data['data'] = array("success" => '0', "message" => implode("\n", $validationErrors->all()));
+//                return response()->json($msg_data);
+//            }
+//            $email = trim(strtolower($request->email));
+//            //check admin exist with this email or not
+//            $admin_exits = AdminMaster::where('email_id', $email)->get();
+//            // echo "
";
+//            // print_r($admin_exits[0]->password);
+//            // die;
+//            if (empty($admin_exits)) {
+//                $msg_data['data'] = array(
+//                    "success" => '0',
+//                    "message" => "Admin does not exist");
+//                return response()->json($msg_data);
+//            }
+//            //verifying password from table
+//            $password = md5($request->password);
+//           
+//            // print_r($admin_exit."
"); +// if ($password == $admin_exits[0]->password) +// { +// $admin_data = AdminMaster::where('email_id', $email)->where('pin', $request->digit_pin)->first(); +// if (empty($admin_data)) +// { +// \Log::error("Admin not found with this email id and pin is incorrect."); +// $msg_data['data'] = array("success" => '0', "message" => "Please enter correct pin!"); +// return response()->json($msg_data); +// } +// +// if ($admin_data->is_active == 1) { +// // print_r($admin_data->is_active); +// // die; +// // \Log::info("Login Successful!"); +// $enc_data = Crypt::encrypt($email); +// // print_r($enc_data); +// // die; +// //update otp to table +// $otp_data = array(); +// $otp_data['otp'] = $otp = generateRandomOTP(); +// $checkOtp = AdminMaster::where('email_id', $email)->first(); +// $update_otp = AdminMaster::find($checkOtp->id); //->update($otp_data); +// $update_otp->otp = $otp; +// $update_otp->save(); +// // print_r($update_otp); +// // die; +// +// //send email otp section start +// // $body = "Login Verification, please use the verification code to sign in Code " . $otp; +// // Mail::send("Admin.auth.send_otp", ['body'=> $body], function ($message) use ($email) { +// // $message->from('pradyumn@wdimails.com', 'WOKA'); +// // $message->to($email, 'WOKA')->subject('Woka Sign in OTP'); +// // }); +// +// $msg_data['data'] = array("success" => '1', "message" => "OTP has been sent to your mails. " . $otp, "redirect" => "two_step", "email" => $enc_data); +// return response()->json($msg_data); +// } else { +// \Log::error("Account Suspended."); +// $msg_data['data'] = array("success" => '0', "message" => 'Account is suspended.'); +// return response()->json($msg_data); +// } +// return response()->json($msg_data); +// } else +// { +// $msg_data['data'] = array("success" => '0', "message" => 'Incorrect Password.'); +// return response()->json($msg_data); +// } +// return response()->json($msg_data); +// } catch (\Exception $e) { +// \Log::error("Login failed: " . $e->getMessage()); +// return response()->json(array("success" => '0', "message" => 'Something Went Wrong.')); +// } +// } + + public function sendOtp(Request $request) + { + try { + $msg_data = array(); + $validationErrors = $this->validateLogin($request); +// print_r($validationErrors); exit; + if (count($validationErrors)) { + \Log::error("Auth Exception: " . implode(", ", $validationErrors->all())); + $msg_data['data'] = array("success" => '0', "message" => implode("\n", $validationErrors->all())); + return response()->json($msg_data); + } + + $email = trim(strtolower($request->email)); + //check admin exist with this email or not + $admin_exits = AdminMaster::where('email_id', $email)->first(); +// print_r($admin_exits); exit; + if (empty($admin_exits)){ + $msg_data['data'] = array( + "success" => '0', + "message" => "Admin does not exist!"); + return response()->json($msg_data); + } + //verifying password from table +// print_r($admin_exits->password);exit; +//dd( (Hash::check(trim($request->password), $admin_exits->password) ) +// ,$request->password,$admin_exits->password); + $verify_pass = Hash::check($request->password,$admin_exits->password); +// print_r($verify_pass); exit; + if ($verify_pass){ + $admin_data = AdminMaster::where([['email_id', $email], ['pin', $request->digit_pin]])->first(); + if (empty($admin_data)) { + \Log::error("Admin not found with this email id and pin is incorrect."); + $msg_data['data'] = array("success" => '0', "message" => "Please enter correct pin!"); + return response()->json($msg_data); + } + + if ($admin_data->is_active == 1) { + // \Log::info("Login Successful!"); + $enc_data = Crypt::encrypt($email); + + //update otp to table + $now = Carbon::now('Asia/Kolkata')->format('Y-m-d H:i:s'); + $otp_data = array(); + // generateRandomOTP(); + $otp_data['otp'] = $otp = 1234; + $checkOtp = AdminMaster::where('email_id', $email)->first(); + $update_otp = AdminMaster::find($checkOtp->id);//->update($otp_data); + $update_otp->otp = $otp; + $update_otp->updated_at = $now; + $update_otp->save(); + + //send email otp section start + $body = $otp; + $mail = Mail::send("Admin.Templates.sign_in_otp", ['body'=> $body], function ($message) use ($email) { + $message->from('getsetfit@gmail.com', 'GSF'); + $message->to($email, 'GSF')->subject('Gsf Sign in OTP'); + }); + if ($mail){ + $msg_data['data'] = array("success" => '1', "message" => "OTP has been sent to your mail.", "redirect" => "two_step", "email_id" => $enc_data); + return response()->json($msg_data); + }else{ + $msg_data['data'] = array("success" => '0', "message" => "Failed to send OTP. Please try again later."); + return response()->json($msg_data); + } + } + else { + \Log::error("Account Suspended."); + $msg_data['data'] = array("success" => '0', "message" => 'Account is suspended.'); + return response()->json($msg_data); + } + return response()->json($msg_data); + } + $msg_data['data'] = array("success" => '0', "message" => 'Incorrect Password!'); + return response()->json($msg_data); + } catch (\Exception $e) { + \Log::error("Login failed: " . $e->getMessage()); + $msg_data['data'] = array("success" => '0', "message" => 'Something Went Wrong!'); + return response()->json($msg_data); + } + } +// * Uses : Validates input login request + public function validateLogin(Request $request) + { + return \Validator::make($request->all(), + [ + 'email' => 'required|email|string', + 'password' => 'required|string', + 'digit_pin' => 'required|digits:4' + ], + [ + 'email.required' => 'Please enter your email.', + 'password.required' => 'Please enter your password.', + 'pin.required' => 'Please enter your pin.', + 'digit_pin.digits' => 'Pin must be 4 digit only.' + ])->errors(); + } + + public function verifyLogin(Request $request) + { +// print_r($request->all);exit; + try{ + $msg_data = array(); + $validationErrors = $this->validateVerifyLoginRequest($request); + if (count($validationErrors)) { + \Log::error("Auth Exception: " . implode(", ", $validationErrors->all())); + $msg_data['data'] = array("success" => '0', "message" => implode("\n", $validationErrors->all())); + return response()->json($msg_data); + } + + $email = trim(strtolower(decrypt($request->d))); + // print_r($request->otp); + // die; + // $email = decrypt($request->email); + $admin_data = AdminMaster::where([['email_id', $email],['otp', $request->otp]])->first(); + if(empty($admin_data)){ + $msg_data['data'] = array("success" => '0', "message" => 'Invalid OTPd.'); + return response()->json($msg_data); + } + + // convert UTc time zone to local + $datetime = new DateTime($admin_data->updated_at); + $timezone = new DateTimeZone('Asia/Kolkata'); // or whatever zone you're after + $datetime->setTimezone($timezone); + $update_datetime = $datetime->format('Y-m-d H:i:s'); + + //add 5 minut to updated at + $minutes_to_add = 5; + $time = new DateTime($update_datetime); + $time->add(new DateInterval('PT' . $minutes_to_add . 'M')); + $timestamp = $time->format('Y-m-d H:i:s'); + + //current time + $now = Carbon::now('Asia/Kolkata')->format('Y-m-d H:i:s'); + + if($admin_data){ + if($now > $timestamp){ + $msg_data = array("success" => '0', "message" => 'OTP has been expired.'); + return response()->json($msg_data); + } + else{ + // if(!empty($admin_data)){ + //creating session if otp is verified + $data = array( + "id"=>$admin_data->id, + "email_id"=>$email, + ); + // print_r($data); + // die; + // session_start(); + // $request->session()->put('data',$data); +// $sessionDetails = Session::put('data', $data); + Session::put('data', $data); + $request->session()->put('data',$data); +// $sessionDetails= session(['data' => $data]); + +// dd($data,$sessionDetails); + // \Session::save(); + +// print_r(session('data'));exit; + // die; + $msg_data['data'] = array("success" => '1', "message" => 'Sign In Successfully.', "redirect" => "dashboard"); + return response()->json($msg_data); + } + }else{ + $msg_data = array("success" => '0', "message" => 'Invalid OTP.'); + return response()->json($msg_data); + } + + }catch (\Exception $e) { + \Log::error("Login failed: " . $e->getMessage()); + return response()->json(array("success" => '0', "message" => 'Something Went Wrong.')); + } + } + + public function validateVerifyLoginRequest(Request $request) + { + return \Validator::make($request->all(), + [ + 'otp' => 'required|digits:4', + ], + [ + 'otp.required' => 'Please enter 4 digit OTP.', + 'otp.digits' => 'OTP must be 4 digit.' + ])->errors(); + } + + public function adminPostLogin(Request $request) + { + // print_r($request->all()); + // exit; + $request->validate([ + 'email' => 'required', + 'password' => 'required', + ]); + + $credentials = $request->only('email', 'password'); + + $admins = AdminMaster::where('email_id', $request->email)->first(); + // dd($admins); + // $loginInfo = AdminMaster::where('email_id',$request->email)->first(); + // dd($credentials,Auth::attempt($credentials)); + // dd(Auth::login($admins)); + // Auth::attempt(['email_id' => $request->email,'password' => $request->password]); + // dd(Auth::attempt(['email_id' => $request->email,'password'=> $request->password])); + if ($admins && Auth::guard('admin')->attempt(['email_id' => $request->email,'password'=> $request->password])) { + + + + // dd(Auth::guard('admin')->attempt(['email_id' => $request->email,'password'=> $request->password])); + $user = Auth::guard('admin')->user(); + // dd($user); + // $token = JWTAuth::fromUser($user); // Generate JWT token for the admin + + // Store the token in the session + // Session::put('admin_token', $token); + + + + return response(['success'=>true, 'message'=>"You Have Logged in Successfully"]); + // ->withHeaders(['X-admin-token' => $token]); + + // return redirect()->intended('dashboard')->withSuccess('You have Successfully logged in'); + }else{ + + return response(['success'=>false, 'message'=>"Invalid! Email or Password "]); + } + // return redirect()->route('login')->with('error', 'ddddInvalid email or password.'); + // return redirect("login"); + } + +} diff --git a/app/Http/Controllers/Admin/ManageActivitiesController.php b/app/Http/Controllers/Admin/ManageActivitiesController.php new file mode 100644 index 0000000..0a60f8d --- /dev/null +++ b/app/Http/Controllers/Admin/ManageActivitiesController.php @@ -0,0 +1,379 @@ +toDateString(); + + $manage_activity_schedule = ActivitySchedule::where('activity_master_id', $id) + ->where('start_date', '<=',$current_day) + ->where('end_date', '>=',$current_day) + ->get() + ->toArray(); +// echo "
"; print_r($manage_activity_schedule);exit;
+        return view('Admin.Pages.manage_activities.summer_sweats.summer_sweat')->with(['manage_activity_schedule' => $manage_activity_schedule]);
+    }
+    
+    public function show_upcoming_schedule($id) {
+        
+        $current_day = Carbon::now()->toDateString();
+
+        $manage_activity_schedule = ActivitySchedule::with('subscription')
+                                                    ->where('activity_master_id', $id)
+                                                    ->where('end_date', '>=',$current_day)
+                                                    ->get()
+                                                    ->toArray();
+//                echo "
"; print_r($manage_activity_schedule);exit;
+        return view('Admin.Pages.manage_activities.summer_sweats.upcoming_summer_sweat')->with(['manage_activity_schedule' => $manage_activity_schedule]);
+    }
+//    public function index() {
+//        $add_past_session = PastSession::all()->toArray();
+////        echo "
"; print_r($add_past_session);exit;
+//        $manage_activity = ActivityMaster::with('subscription','schedule')->get()->toArray();
+////        echo "
";print_r($manage_activity);exit;
+//        $act_sch = array_column($manage_activity,'schedule');
+////         echo "
"; print_r($act_sch);exit;
+//        return view('Admin.Pages.manage_activities.manage_activity')->with(['data' => $manage_activity,'act_sch'=>$act_sch,'past_session'=>$add_past_session]);
+//    }
+
+    public function index() {
+        $add_past_session = PastSession::all()->toArray();
+        $currentDate = date('Y-m-d');
+        $schedule_data= [];
+        $manage_upcoming_activity = ActivityMaster::with('subscription', 'schedule')
+                // ->where('start_date', '<=', $currentDate)
+                ->where('end_date', '>=', $currentDate)
+                ->get()
+                ->toArray();
+        $manage_live_activity = ActivityMaster::with('subscription', 'schedule')
+                ->where('start_date', '<=', $currentDate)
+                ->where('end_date', '>=', $currentDate)
+                ->get()
+                ->toArray();
+//        $act_sch = array_column($manage_activity, 'schedule');
+//        if($manage_activity){
+//        $activity_master_id = $manage_activity[0]['id'];
+//        $manage_activity_upcomimg = ActivitySchedule::with('subscription')
+//                        ->where('activity_master_id',$activity_master_id)
+//                        ->where('start_date', '>=' , $currentDate)
+//                        ->get()
+//                        ->toArray();
+        
+        $manage_past_activity = ActivityMaster::with('subscription')
+                        ->where('start_date','<=',$currentDate)
+                        ->get()
+                        ->toArray();
+//        }
+//        echo "
";print_r($manage_activity_past);exit;
+//        $past_data = [];
+//        foreach ($schedule_data as $value){
+//            
+//            $past_data[$value['id']] = PastSession::where('activity_schedule_id',$value['id'])->get()->toArray();
+////            print_r($past_data);
+////            exit;
+//            
+//        }
+//        echo '
';print_r($past_data);exit;
+//        echo "
";print_r($manage_activity_upcomimg);exit;
+        return view('Admin.Pages.manage_activities.manage_activity')
+                        ->with(['data' => $manage_upcoming_activity,'past_session' => $manage_past_activity,'live_data' => $manage_live_activity]);
+    }
+
+    public function insert_main_activity(Request $request) {
+//        echo "
";print_r($request->all());die;
+        // for image upload start
+        // echo "
";
+        // print_r($request->all());
+        // exit;
+        $rules = [
+            'myFile' => 'required|file|max:400', // 400 KB
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+ 
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return response()->json([
+                    'success' => false,
+                    'status' => 422]);
+            }
+        }
+        else {
+            $file = $request->file('myFile');
+            $ext = $file->extension();
+            $file_name = time() . '.' . $ext;
+            $path = public_path() . '/uploads/activity_banner_images';
+            $file->move($path, $file_name);
+        }
+
+        $activity_master = new ActivityMaster;
+        $activity_master->activity_name = $request->input('activity_name');
+        $activity_master->title = $request->input('activity_title');
+        $activity_master->main_activity_banner = url('/public/uploads/activity_banner_images/' . $file_name);
+        $activity_master->description = $request->input('description');
+        $activity_master->start_date = $request->input('start_date');
+        $activity_master->end_date = $request->input('end_date');
+        $activity_master->teacher_id = $request->input('teacher_id');
+        // $activity_master->teaser_url = $request->input('video_teaser_url');
+        $activity_master->benefits = json_encode($request->input('benefits'));
+        $activity_master->pre_requisites = json_encode($request->input('pre_requisites'));
+        $activity_master->subscription_id = $request->input('subscription_id');
+        $activity_master->save();
+        
+        // dd($activity_master->id);
+        foreach ($request->input('faq_id') as $faq_id) {
+            $faqs_activity_Ids = new LinkFaqActivityMasterIds;
+            $faqs_activity_Ids->faqs_id = $faq_id;
+            $faqs_activity_Ids->activity_master_id = $activity_master->id;
+            $faqs_activity_Ids->save();
+        }
+
+        return response()->json([
+                    'activity_data' => $activity_master->id,
+                    'success' => true,
+                    'status' => 200]);
+    }
+
+    public function create_main_activity() {
+        $subcription = SubscriptionMaster::all()->toArray();
+        $teacher = Teacher::all()->toArray();
+        $faqs = ManageFaq::all()->toArray();
+        return view('Admin.Pages.manage_activities.add_new_main_activities')->with(['subcriptions' => $subcription, 'teacher' => $teacher, 'faqs' => $faqs,]);
+    }
+
+    public function edit_main_activity($id) {
+        $subcription = SubscriptionMaster::all()->toArray();
+        $teacher_data = Teacher::all()->toArray();
+        $faqs_data = ManageFaq::all()->toArray();
+        $get_manage_activity = ActivityMaster::with('faq_activity_link')->where('id', $id)->first()->toArray();
+        $act_faq = array_column($get_manage_activity['faq_activity_link'], 'faqs_id');
+
+        //        for benefits
+        $get_manage_activity['benefits_array'] = json_decode($get_manage_activity['benefits']);
+        //        for benefits end
+        //        for pre_requisites
+        $get_manage_activity['Pre_requisites_array'] = json_decode($get_manage_activity['pre_requisites']);
+        //        for pre_requisites end
+
+
+        return view('Admin.Pages.manage_activities.edit_main_activities')->with(['get_manage_activity' => $get_manage_activity, 'subcriptions' => $subcription, 'teacher_datas' => $teacher_data, 'faqs_datas' => $faqs_data, 'act_faq' => $act_faq]);
+    }
+    
+     public function edit_upcoming_main_activity($id) {
+         
+        //  dd($id);
+        $subcription = SubscriptionMaster::all()->toArray();
+        $teacher_data = Teacher::all()->toArray();
+        $faqs_data = ManageFaq::all()->toArray();
+        $get_manage_activity = ActivityMaster::with('faq_activity_link')->where('id', $id)->first()->toArray();
+        $act_faq = array_column($get_manage_activity['faq_activity_link'], 'faqs_id');
+
+        //        for benefits
+        $get_manage_activity['benefits_array'] = json_decode($get_manage_activity['benefits']);
+        //        for benefits end
+        //        for pre_requisites
+        $get_manage_activity['Pre_requisites_array'] = json_decode($get_manage_activity['pre_requisites']);
+        //        for pre_requisites end
+
+
+        return view('Admin.Pages.manage_activities.edit_upcoming_main_activities')->with(['get_manage_activity' => $get_manage_activity, 'subcriptions' => $subcription, 'teacher_datas' => $teacher_data, 'faqs_datas' => $faqs_data, 'act_faq' => $act_faq]);
+    }
+
+    public function update_main_activity(Request $request) {
+
+//              echo "
";print_r($request->all());
+        $activity_master_id = $request->edit_main_activity_id;
+        $link_master_id = LinkFaqActivityMasterIds::where('activity_master_id', $request->edit_main_activity_id)->delete();
+
+        foreach ($request->input('faq_id') as $faq_id) {
+            $faqs_activity_Ids = new LinkFaqActivityMasterIds;
+            $faqs_activity_Ids->faqs_id = $faq_id;
+            $faqs_activity_Ids->activity_master_id = $request->edit_main_activity_id;
+            $faqs_activity_Ids->save();
+        }
+        if ($request->main_activity_banner) {
+            $rules = [
+                'main_activity_banner' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return response()->json(['success' => false, 'status' => 422]);
+                }
+            }
+            else {
+                $file = $request->file('main_activity_banner');
+                $ext = $file->extension();
+                $file_name = time() . '.' . $ext;
+                $path = public_path() . '/uploads/activity_banner_images/';
+                $file->move($path, $file_name);
+                $file_name_store = url('/public/uploads/activity_banner_images/' . $file_name);
+            }
+            // print_r($file_name_store);
+            // exit;
+        } else {
+            $file_name_store = $request->db_image;
+        }
+        // dd($file_name_store);
+        $activity_master = ActivityMaster::find($request->edit_main_activity_id);
+        $activity_master->activity_name = $request->input('activity_name');
+        $activity_master->title = $request->input('activity_title');
+        $activity_master->description = $request->input('description');
+        $activity_master->start_date = $request->input('start_date');
+        $activity_master->end_date = $request->input('end_date');
+        $activity_master->teacher_id = $request->input('teacher_id');
+        $activity_master->subscription_id = $request->input('subscription_id');
+        $activity_master->benefits = $request->input('benefits');
+        $activity_master->pre_requisites = $request->input('pre_requisites');
+        $activity_master->main_activity_banner = $file_name_store;
+        $activity_master->save();
+
+        ActivitySchedule::where('activity_master_id',$request->edit_main_activity_id)->update(['subscription_id'=>$request->input('subscription_id')]);
+        ActivityDay::where('activity_master_id',$request->edit_main_activity_id)->update(['subscription_id'=>$request->input('subscription_id')]);
+        return response()->json(['success' => true, 'status' => 200]);
+    }
+    
+    public function update_upcoming_main_activity(Request $request) {
+
+//              echo "
";print_r($request->all());
+        $activity_master_id = $request->edit_main_activity_id;
+        $link_master_id = LinkFaqActivityMasterIds::where('activity_master_id', $request->edit_main_activity_id)->delete();
+
+        foreach ($request->input('faq_id') as $faq_id) {
+            $faqs_activity_Ids = new LinkFaqActivityMasterIds;
+            $faqs_activity_Ids->faqs_id = $faq_id;
+            $faqs_activity_Ids->activity_master_id = $request->edit_main_activity_id;
+            $faqs_activity_Ids->save();
+        }
+        if ($request->main_activity_banner) {
+            $file = $request->file('main_activity_banner');
+            $ext = $file->extension();
+            $file_name = time() . '.' . $ext;
+            $path = public_path() . '/uploads/activity_banner_images/';
+            $file->move($path, $file_name);
+            $file_name_store = url('/public/uploads/activity_banner_images/' . $file_name);
+            // print_r($file_name_store);
+            // exit;
+        } else {
+            $file_name_store = $request->db_image;
+        }
+        // dd($file_name_store);
+        $activity_master = ActivityMaster::find($request->edit_main_activity_id);
+        $activity_master->activity_name = $request->input('activity_name');
+        $activity_master->title = $request->input('activity_title');
+        $activity_master->description = $request->input('description');
+        $activity_master->start_date = $request->input('start_date');
+        $activity_master->end_date = $request->input('end_date');
+        $activity_master->teacher_id = $request->input('teacher_id');
+        $activity_master->subscription_id = $request->input('subscription_id');
+        $activity_master->teaser_url = $request->input('video_teaser_url');
+        $activity_master->benefits = $request->input('benefits');
+        $activity_master->pre_requisites = $request->input('pre_requisites');
+        $activity_master->main_activity_banner = $file_name_store;
+        $activity_master->save();
+        
+        ActivitySchedule::where('activity_master_id',$request->edit_main_activity_id)->update(['subscription_id'=>$request->input('subscription_id')]);
+        ActivityDay::where('activity_master_id',$request->edit_main_activity_id)->update(['subscription_id'=>$request->input('subscription_id')]);
+        return response()->json(['success' => true, 'status' => 200]);
+    }
+
+    public function delete_main_activity($id) {
+        $manage_activity = ActivityMaster::find($id)->delete();
+        if($manage_activity){
+            ActivitySchedule::where('activity_master_id',$id)->delete();
+            ActivityDay::where('activity_master_id',$id)->delete();
+        }
+        
+        return response()->json(['success' => true,'status' => 200]);
+    }
+
+    public function edit_past_session($id) {
+        $pass_session = PastSession::find($id)->toArray();
+//        echo '
';print_r($pass_session);exit;
+        return view('Admin.Pages.manage_activities.past_session.edit_past_session')->with(['get_pass_session' => $pass_session]);
+    }
+
+    public function update(Request $request) {
+//        echo "
";
+//        print_r($request->all());
+//        exit;
+        $currentDate = date('Y-m-d');
+        $past_session = $request->past_id;
+        $past_schedule_id = $request->schedule_id;
+//        print_r($past_schedule_id);
+//        exit;
+        $past_session = PastSession::find($request->past_id);
+
+        if ($request->hasFile('myFile')) {
+            $rules = [
+                'myFile' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return response()->json([
+                        'success' => false,
+                        'status' => 422]);
+                }
+            }
+            else {
+                $path = public_path() . '/uploads/past_session';
+                File::delete($path . $past_session->image);
+                $file = $request->file('myFile');
+                $ext = $file->extension();
+                $file_name_main_image_old = time() . '.' . $ext;
+                $file_name_main_image = url('/public/uploads/past_session/' . $file_name_main_image_old);
+                $file->move($path, $file_name_main_image);
+            }
+        } else {
+            $file_name_main_image = $request->input('db_image');
+        }
+
+        // for image upload end
+        $past_session->activity_name = $request->input('activity_name');
+        $past_session->url = $request->input('video_teaser_url');
+        $past_session->image = $file_name_main_image;
+        $past_session->duration = $request->input('activity_duration');
+        $past_session->date = $request->input('date');
+        $past_session->day = $request->input('day');
+        
+        $date = strtotime($request->input('date'));
+        if ($date <= $currentDate) {
+            $past_session->save();
+
+            return response()->json(['success' => true, 'status' => 200,'id' => $past_schedule_id]);
+        } else {
+            return response()->json([
+                        'error_msg' => 'Date is not greter than current date.',
+                        'success' => false,
+                        'status' => 400,
+            ]);
+        }
+    }
+
+    public function delete_past_session($id) {
+        $past_session = PastSession::find($id)->delete();
+    }
+
+}
diff --git a/app/Http/Controllers/Admin/ManageBannerController.php b/app/Http/Controllers/Admin/ManageBannerController.php
new file mode 100644
index 0000000..d8306db
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManageBannerController.php
@@ -0,0 +1,37 @@
+manageBannerService = $manageBannerService;
+    } 
+
+    public function create(){
+        $get_manage_banner['get_single_banner'] = $this->manageBannerService->view_manage_banner()->toArray();
+        // dd($get_manage_banner);
+        $manage_banner = $this->manageBannerService->view_manage_banner()->toArray();
+        return view('Admin.Pages.manage_cms.banner.manage_cms_banner', $get_manage_banner);
+    }
+
+    public function insert_manage_bannner(Request $request)
+    { 
+        $manage_banner = $this->manageBannerService->insert_manage_bannner($request);
+        if(!empty($manage_banner)){
+            return response()->json(['success' => true , 'status' => 200]);  
+        }
+        else{
+            return response()->json(['success' => false , 'status' => 422]);
+        }
+        return response()->json(['success' => true, 'status'=>200]);
+    }
+    
+}
diff --git a/app/Http/Controllers/Admin/ManageCmsController.php b/app/Http/Controllers/Admin/ManageCmsController.php
new file mode 100644
index 0000000..a2f16a1
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManageCmsController.php
@@ -0,0 +1,16 @@
+get();
+        // dd($data);
+        $data['article'] = ManageNewsArticles::all();
+        
+        return view('Admin.Pages.manage_cms.news_and_articles.manage_cms_news_article',$data);
+   }
+      public function add_manage_cms_news_article(){
+            $data['category'] = NewsArticlesCategory::all();
+            return view('Admin.Pages.manage_cms.news_and_articles.add_news_article',$data);
+   }
+   public function edit_manage_cms_news_article($id){
+       
+       $data['category'] = NewsArticlesCategory::get();
+       $data['article'] = ManageNewsArticles::where('id',$id)->first();
+    //   dd($data);
+       return view('Admin.Pages.manage_cms.news_and_articles.edit_news_and_articles',$data);
+   }
+   
+    //Category Start from here
+    public function addCategoriesData(Request $request){
+        
+        // dd($request->all());
+        $category = NewsArticlesCategory::create(['category_name'=>$request->categoryName]);
+        if($category){
+            return response()->json([
+                    'messages' => "Categories Is Added Successfully",
+                    'success' => true,
+                    'status' => 200]);
+        }
+        
+    }
+    
+    public function editCategoriesData(Request $request){
+        
+        $updatecategory = NewsArticlesCategory::where('id',$request->editCatId)->update(['category_name'=>$request->editCatName]);
+        if($updatecategory){
+            return response()->json([
+                    'messages' => "Categories Is Updated Successfully",
+                    'success' => true,
+                    'status' => 200]);
+        }
+    }
+    
+    public function deleteCategoriesData(Request $request){
+        
+        $deleteCat = NewsArticlesCategory::where('id',$request->deleteId)->delete();
+        if($deleteCat){
+            return response()->json([
+                    'messages' => "Category Is Deleted successfully",
+                    'success' => true,
+                    'status' => 200]);
+        }
+    }
+    
+    public function updatCatStatus(Request $request){
+        
+        $status = NewsArticlesCategory::where('id',$request->catId)->update(['is_active'=> $request->status]);
+        return response()->json([
+                'messages' => "Status Updated Successfully",
+                'success' => true,
+                'status' => 200]);   
+        
+    }
+    //Category End from here
+    
+    //Article Starts Here
+    
+    public function addArticleData(Request $request){
+        
+        $addArticle = new ManageNewsArticles;
+        // $rules = [
+        //     'articleThumbnailImage' => 'required|file|max:1000', // 400 KB
+        // ];
+    
+        // $validator = Validator::make($request->all(),$rules);
+ 
+        // if ($validator->fails()) {
+        //     if ($request->expectsJson()) {
+        //         return response()->json(['success' => false , 'status' => 422,'message'=>'Image should be Less Than 1 MB']);
+        //     }
+        // }else {
+        //     $file = $request->file('articleThumbnailImage');
+        //     $ext = $file->extension();
+        //     $file_name = time() . '.' . $ext;
+        //     $path = public_path() . '/uploads/news_articles/thumbnail_image';
+        //     $file->move($path, $file_name);
+        //     $addArticle->thumbnail_path = url('/public/uploads/news_articles/thumbnail_image/' . $file_name);
+        // }
+        
+        $rules = [
+            'articleImage' => 'required|file|max:1000', // 400 KB
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+ 
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return response()->json(['success' => false , 'status' => 422,'message'=>'Image should be Less Than 1 MB']);
+            }
+        }else {
+            $file = $request->file('articleImage');
+            $ext = $file->extension();
+            $file_name = time() . '.' . $ext;
+            $path = public_path() . '/uploads/news_articles/image';
+            $file->move($path, $file_name);
+            $addArticle->image_upload = url('/public/uploads/news_articles/image/' . $file_name);
+        }
+        
+        $addArticle->category_id = $request->articleCatId;
+        $addArticle->article_name = $request->articleName;
+        $addArticle->short_text = $request->articleShortText;
+        $addArticle->description = $request->articleDescription;
+        
+        // $addArticle->video_url = $request->articleUrl;
+        // $addArticle->tags = $request->articleTags;
+        $addArticle->save();
+        if($addArticle){
+            return response()->json([
+                'messages' => "Article Added Successfully",
+                'success' => true,
+                'status' => 200]); 
+        }
+    }
+    
+    public function editArticleData(Request $request){
+        
+        // dd($request->all());
+        $editArticle = ManageNewsArticles::find($request->articleId);
+        // dd($editArticle);
+        // if($request->file('articleThumbnailImage')){
+        //     $rules = [
+        //         'articleThumbnailImage' => 'required|file|max:1000', // 400 KB
+        //     ];
+        
+        //     $validator = Validator::make($request->all(),$rules);
+     
+        //     if ($validator->fails()) {
+        //         if ($request->expectsJson()) {
+        //             return response()->json(['success' => false , 'status' => 422,'message'=>'Image should be Less Than 2 MB']);
+        //         }
+        //     }else {
+        //         $file = $request->file('articleThumbnailImage');
+        //         $ext = $file->extension();
+        //         $file_name = time() . '.' . $ext;
+        //         $path = public_path() . '/uploads/news_articles/thumbnail_image';
+        //         $file->move($path, $file_name);
+        //         $editArticle->thumbnail_path = url('/public/uploads/news_articles/thumbnail_image/' . $file_name);
+        //     }
+        // }
+        if($request->file('articleImage')){
+            $rules = [
+                'articleImage' => 'required|file|max:1000', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return response()->json(['success' => false , 'status' => 422,'message'=>'Image should be Less Than 1 MB']);
+                }
+            }else {
+                $file = $request->file('articleImage');
+                $ext = $file->extension();
+                $file_name = time() . '.' . $ext;
+                $path = public_path() . '/uploads/news_articles/image';
+                $file->move($path, $file_name);
+                $editArticle->image_upload = url('/public/uploads/news_articles/image/' . $file_name);
+            }
+        }
+        $editArticle->category_id = $request->articleCatId;
+        $editArticle->article_name = $request->articleName;
+        $editArticle->short_text = $request->articleShortText;
+        $editArticle->description = $request->articleDescription;
+        
+        // $editArticle->video_url = $request->articleUrl;
+        // $editArticle->tags = $request->articleTags;
+        $editArticle->save();
+        if($editArticle){
+            return response()->json([
+                'messages' => "Article Added Successfully",
+                'success' => true,
+                'status' => 200]); 
+        }
+    }
+    
+    public function updatArticleStatus(Request $request){
+        
+        // dd($request->all());
+        $status = ManageNewsArticles::where('id',$request->catId)->update(['is_active'=> $request->status]);
+        return response()->json([
+                'messages' => "Status Updated Successfully",
+                'success' => true,
+                'status' => 200]);   
+        
+    }
+    
+    
+    public function deleteArticlesData(Request $request){
+        
+        $deleteCat = ManageNewsArticles::where('id',$request->deleteId)->delete();
+        if($deleteCat){
+            return response()->json([
+                    'messages' => "Category Is Deleted successfully",
+                    'success' => true,
+                    'status' => 200]);
+        }
+    }
+    //Article ends Here
+}
diff --git a/app/Http/Controllers/Admin/ManageCompanyUserController.php b/app/Http/Controllers/Admin/ManageCompanyUserController.php
new file mode 100644
index 0000000..e3bf400
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManageCompanyUserController.php
@@ -0,0 +1,27 @@
+manageContactService = $manageContactService;
+    }
+
+    public function create() {
+        return view('Admin.Pages.manage_contact.manage_contact');
+    }
+
+    public function view_contact(Request $req) {
+        $manage_contact = $this->manageContactService->view_contact();
+        return view('Admin.Pages.manage_contact.manage_contact')->with(['manage_contact' => $manage_contact]);
+    }
+
+    public function deleted(Request $request) {
+        $deleted_contact = $this->manageContactService->delete_contact();
+        return view('Admin.Pages.manage_contact.manage_contact_deleted')->with(['deleted_contact' => $deleted_contact]);
+    }
+
+    public function delete_contact($id) {
+        ContactUs::find($id)->delete();
+    }
+
+    public function sendManageContact(Request $request) {
+
+        $contact = $this->manageContactService->send_mail($request);
+        return response()->json([
+                    'status' => 200
+        ]);
+    }
+
+    public function exportUser() 
+    {
+//        return Excel::download(new UsersExport, 'users.xlsx');
+//        return Excel::download(new UsersExport, 'user.xlsx', \Maatwebsite\Excel\Excel::XLSX);
+//    return Excel::download(new UsersExport, 'user.xlsx');
+    return Excel::download(new UsersExport, 'user.xlsx');
+
+    }
+}
diff --git a/app/Http/Controllers/Admin/ManageDietPlanController.php b/app/Http/Controllers/Admin/ManageDietPlanController.php
new file mode 100644
index 0000000..46cf165
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManageDietPlanController.php
@@ -0,0 +1,155 @@
+manageDietPlanService = $manageDietPlanService;
+    } 
+    
+    public function create(Request $req) {
+        $manage_diet_plan = $this->manageDietPlanService->create();
+//                 echo "
"; print_r($manage_diet_plan);exit;
+        return view('Admin.Pages.manage_diet_plans.manage_diet_plan')->with(['manage_diet_plan' => $manage_diet_plan]);
+    }
+    
+     public function create_diet_plan()
+    {
+         return view('Admin.Pages.manage_diet_plans.add_diet_plan');
+    }
+    
+    public function insert_diet_plan(Request $request)
+    {
+        $dietCategories = $request->input('diet_categories');
+        $bmrRangeFrom = $request->input('bmr_range_from');
+        $bmrRangeTo = $request->input('bmr_range_to');
+        $rules = [
+            'myFile' => 'required|file|max:2048', // 2048 KB
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return response()->json(['success' => false , 'status' => 422]);
+            }
+        }
+        else {
+            
+            // Validate input if necessary
+            
+            $oldDietPlan = DietPlan::where('diet_categories', $dietCategories)
+                ->where('bmr_range_from', $bmrRangeFrom)
+                ->where('bmr_range_to', $bmrRangeTo)
+                ->exists();
+            // dd($oldDietPlan);
+            if ($oldDietPlan == true) {
+                return response()->json(['success' => false, 'status' => 403]);
+            }else{
+                $file = $request->file('myFile');
+                $ext = $file->extension();
+                $file_name = time() . '.' . $ext;
+                $path = public_path() . '/uploads/diet_plan';
+                $file->move($path, $file_name);
+        
+                // for image upload end
+        
+                $add_diet_plan = new DietPlan;
+                $add_diet_plan->image = url('/public/uploads/diet_plan/'.$file_name);
+                $add_diet_plan->diet_categories = $request->input('diet_categories');
+                $add_diet_plan->bmr_range_from = $request->input('bmr_range_from');
+                $add_diet_plan->bmr_range_to = $request->input('bmr_range_to');
+        
+                $add_diet_plan->save();
+                
+                return response()->json(['success' => true, 'status' => 200]);
+            }
+            
+        }
+    
+    }
+    
+    public function edit_diet_plan($id)
+    {
+        $diet_plan = DietPlan::find($id)->toArray();
+        return view('Admin.Pages.manage_diet_plans.edit_diet_plan')->with(['get_diet_plan' => $diet_plan]);
+    }
+    
+//    public function update_diet_plan(Request $request)
+//    {
+//       $diet_plan = $request->diet_id;  
+//        $diet_plan = DietPlan::find($request->id);
+//       
+//        if ($request->hasFile('image')) {
+//            $path = public_path() . '/uploads/diet_plan';
+//            $file = $request->file('image');
+//            $ext = $file->extension();
+//            $file_name_main_image = time() . '.' . $ext;
+//            $file->move($path, $file_name_main_image);
+//        } else {
+//            $file_name_main_image = $diet_plan->image;
+//        }
+//
+//        // for image upload end
+//        
+//        $update_diet_plan->image = url('/public/uploads/diet_plan/'.$file_name_main_image);
+//        $update_diet_plan->diet_categories = $request->input('diet_categories');
+//        $update_diet_plan->bmr_range_from = $request->input('bmr_range_from');
+//        $update_diet_plan->bmr_range_to = $request->input('bmr_range_to');
+//        $update_diet_plan->save();
+//        
+//        return response()->json(['success' => true, 'status' => 200]);
+//    }
+//    
+    public function update_diet_plan(Request $request) {
+        // dd($request);
+        if($request->image){
+            $rules = [
+                'image' => 'required|file|max:2048', // 2048 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return response()->json(['success' => false , 'status' => 422]);
+                }
+            }
+            else{
+                $file = $request->file('image');
+        //        print_r($file); exit;
+                $ext = $file->extension();
+                $file_name = time() . '.' . $ext;
+                $path = public_path() . '/uploads/diet_plan';
+                $file->move($path, $file_name);
+                $image_name = url('/public/uploads/diet_plan/'.$file_name);
+            }
+        }
+        else{
+           $image_name=$request->db_image; 
+        }
+         
+        $dietPlanId = $request->diet_id;
+        $update_diet_plan = DietPlan::find($request->diet_id);
+        $update_diet_plan->diet_categories = $request->input('diet_categories');
+        $update_diet_plan->bmr_range_from = $request->input('bmr_range_from');
+        $update_diet_plan->bmr_range_to = $request->input('bmr_range_to');
+        $update_diet_plan->image = $image_name;
+        $update_diet_plan->save();
+        return response()->json(['success' => true, 'status' => 200]);
+    }
+    
+     public function delete_diet_plan($id) {
+        $delete_diet_plan = DietPlan::find($id)->delete();
+    }
+}
diff --git a/app/Http/Controllers/Admin/ManageDirectUserController.php b/app/Http/Controllers/Admin/ManageDirectUserController.php
new file mode 100644
index 0000000..2eb7e7d
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManageDirectUserController.php
@@ -0,0 +1,60 @@
+get()->toArray();
+        return view('Admin.Pages.manage_direct_users.manage_direct_users')->with(['user_data'=> $data]);
+    }
+    public function index(){
+        return view('Admin.Pages.manage_direct_users.users-profile-two');
+    }
+    
+    public function edit_user($id){
+        
+        $get_single_user = User::with('user_detail')
+                           ->where('id', $id)
+                           ->first()
+                           ->toArray();
+                        //   dd($get_single_user);
+        $subcription = SubscriptionMaster::all()->toArray();
+        return view('Admin.Pages.manage_direct_users.users-profile-two')->with(['get_single_user_data'=> $get_single_user , 'subcriptions' => $subcription]);;
+    }
+    
+    public function destroy_user($id){
+        // dd($id);
+        ShortClipsLikes::where('user_id',$id)->delete();
+        $delete_user = User::find($id)->delete();
+        LeaderboardMaster::where('user_id',$id)->delete();
+        return response()->json(['success' => true,'status' => 200]);
+    }
+    
+    public function update_age_height(Request $request){
+        //   dd($request->all());
+        
+        UserDetail::where('user_id',$request->user_id)->update(['age'=>$request->age,'height'=>$request->height]);
+        return response()->json(['success' => true,'status' => 200]);
+    }
+    
+    public function updateSubPlan(Request $request){
+        
+        // dd($request->id);
+        $data = User::where('id', $request->id)->update(['utm_source' => $request->data]);
+        if($data == 1){
+            return response()->json(['success' => true,'status' => 200]);   
+        }else{
+            return response()->json(['success' => true,'status' => 500]); 
+        }
+        
+    }
+}
diff --git a/app/Http/Controllers/Admin/ManageFaqController.php b/app/Http/Controllers/Admin/ManageFaqController.php
new file mode 100644
index 0000000..e5ed62e
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManageFaqController.php
@@ -0,0 +1,99 @@
+manageFaqService = $manageFaqService;
+    }
+
+    // public function create(){
+    //     return view('Admin.Pages.manage_cms.manage_faq.manage_faqs');
+    // }
+
+    public function insert_faq_categories(Request $request)
+    {
+        // dd($request);
+        $faq_categories = $this->manageFaqService->insert_faq_categories($request);
+        return response()->json(['success' => true,'status'=>200]);
+
+    }
+
+    public function view_faq_category()
+    {
+        $faq_categories['faq_categories'] = $this->manageFaqService->view_faq_category();
+        $faq['faq'] = $this->manageFaqService->view_faq();
+
+        // echo "
";
+        // print_r($faq_categories);
+        // print_r($faq);
+        // echo "
"; + // exit; + return view('Admin.Pages.manage_cms.manage_faq.manage_faqs',$faq_categories,$faq); + } + + public function delete_faq_category($id) + { + $faq_categories = ManageFaqCategory::find($id)->delete(); + } + + public function update_faq_category(Request $request) + { + $faq_categories = $this->manageFaqService->update_faq_categories($request); + return response()->json(['success2' => true,'status'=>200]); + } + + public function change_faq_catg_Status_(Request $request) + { + // dd($request->faq_catag_id); + $status = ManageFaqCategory::find($request->faq_catag_id); + $status->is_active = $request->status; + $status->save(); + return response()->json(['success'=>'Status change successfully.']); + + } + + // ================================================================================================================= + + public function insert_faq(Request $request) + { + $faq_categories = ManageFaqCategory::all(); + + $faq = $this->manageFaqService->insert_faq($request); + + return response()->json(['success' => true, 'status'=>200, 'faq_categories'=>$faq_categories]); + + } + + public function delete_faq($id) + { + $faq = ManageFaq::find($id)->delete(); + } + + public function update_faq(Request $request) + { + $faq_categories = $this->manageFaqService->update_faq($request); + return response()->json(['success' => true,'status'=>200]); + } + + + public function change_faq_Status(Request $request) + { + // dd($request->faq_catag_id); + $status = ManageFaq::find($request->faq_id); + $status->is_active = $request->status; + $status->save(); + return response()->json(['success'=>'Status change successfully.']); + + } + + +} diff --git a/app/Http/Controllers/Admin/ManageFeedbackController.php b/app/Http/Controllers/Admin/ManageFeedbackController.php new file mode 100644 index 0000000..41795db --- /dev/null +++ b/app/Http/Controllers/Admin/ManageFeedbackController.php @@ -0,0 +1,24 @@ +where('is_active','0')->get(); + // dd($feedback); + return view('Admin.Pages.manage_feedback.manage_feedback',compact('feedback')); + } + + public function delete_feedback($id){ + $data = ManageFeedback::find($id)->delete(); + // dd($data); + } +} diff --git a/app/Http/Controllers/Admin/ManageNotificationController.php b/app/Http/Controllers/Admin/ManageNotificationController.php new file mode 100644 index 0000000..d2aab92 --- /dev/null +++ b/app/Http/Controllers/Admin/ManageNotificationController.php @@ -0,0 +1,41 @@ +all()); +// exit; + $user = User::get(); + +// NotificationMaster::create[] + $notification_master = new NotificationMaster; + $notification_master->title = $request->title; + $notification_master->messages = $request->message; + $notification_master->save(); + + $notification_id = $notification_master->id; + + foreach ($user as $user_data){ + + $notification_user = new NotificationUser; + $notification_user->notification_id = $notification_id; + $notification_user->user_id = $user_data->id; + $notification_user->save(); + } + + return response()->json(['success' => true,'status' => 200]); + } +} diff --git a/app/Http/Controllers/Admin/ManagePastSessionContoller.php b/app/Http/Controllers/Admin/ManagePastSessionContoller.php new file mode 100644 index 0000000..31435c0 --- /dev/null +++ b/app/Http/Controllers/Admin/ManagePastSessionContoller.php @@ -0,0 +1,116 @@ +where('activity_master_id',$id) + ->where('start_date','<=',$currentDate) + ->orderBy('start_date', 'DESC') + ->get() + ->toArray(); + return view('Admin.Pages.manage_activities.past_session.past_schedules')->with(['manage_activity_schedule' => $manage_past_activity]); + } + public function create_past_session($id) + { +// print_r($id); +// exit; + + $get_single_activity = ActivitySchedule::find($id)->toArray(); +// echo "
"; print_r($get_single_activity);exit;
+        return view('Admin.Pages.manage_activities.past_session.add_past_session')->with(['get_data' => $get_single_activity]);
+//        return view('Admin.Pages.manage_activities.past_session.add_past_session');
+    }
+    
+    public function insert_past_session(Request $request)
+    {
+//        echo '
';
+//        print_r($request->all());
+//        exit;
+        $currentDate = date('Y-m-d');
+        $rules = [
+            'myFile' => 'required|file|max:400', // 400 KB
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+ 
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return response()->json(['success' => false , 'status' => 422]);
+            }
+        }
+        else {
+            
+            $file = $request->file('myFile');
+            $ext = $file->extension();
+            $file_name = time() . '.' . $ext;
+            $path = public_path() . '/uploads/past_session';
+            $file->move($path, $file_name);
+        }
+        // for image upload end
+
+        $add_past_session = new PastSession;
+        $add_past_session->activity_master_id = $request->input('activity_id');
+        $add_past_session->activity_schedule_id = $request->input('schedule_id');
+        $add_past_session->activity_name = $request->input('activity_name');
+        $add_past_session->url = $request->input('video_teaser_url');
+        $add_past_session->duration = $request->input('activity_duration');
+        $add_past_session->image = url('/public/uploads/past_session/'.$file_name);
+        $add_past_session->date = $request->input('date');
+        $add_past_session->day = $request->input('day');
+        
+        $date = strtotime($request->input('date'));
+        // Retrieve the ActivityMaster record
+//        $activity_schedule = ActivitySchedule::find($request->input('schedule_id'));
+
+//        $activity_shedule_start_date = strtotime($activity_schedule->start_date);
+//        $activity_shedule_end_date = strtotime($activity_schedule->end_date);
+        if ($date <= $currentDate) {
+            $add_past_session->save();
+
+            return response()->json(['success' => true, 'status' => 200,'id' =>$request->input('schedule_id')]);
+        } else {
+            return response()->json([
+                        'error_msg' => 'Date is not greter than current date.',
+                        'success' => false,
+                        'status' => 400,
+            ]);
+        }
+    }
+    
+    public function past_days_show($id){
+        
+//        print_r($id);
+//        exit;
+        $current_day = now()->format('Y-m-d');
+        $past_data = PastSession::where('activity_schedule_id',$id)
+                                ->where('date','<=',$current_day)
+                                ->get()
+                                ->toArray();
+//        echo '
';
+//        print_r($past_data);
+//        exit;
+        return view('Admin.Pages.manage_activities.past_session.past_activity_day')->with(['manage_activity_day' => $past_data]);
+    }
+    
+    
+}
diff --git a/app/Http/Controllers/Admin/ManagePlanController.php b/app/Http/Controllers/Admin/ManagePlanController.php
new file mode 100644
index 0000000..f1dbb0b
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManagePlanController.php
@@ -0,0 +1,61 @@
+managePlanService = $managePlanService;
+    } 
+    
+    public function view_plan(Request $req) {
+        $manage_plan = $this->managePlanService->view_plan();
+//                 echo "
"; print_r($manage_plan);exit;
+        return view('Admin.Pages.manage_plan.manage_plan')->with(['manage_plan' => $manage_plan]);
+    }
+    
+    public function create_plan() {
+        return view('Admin.Pages.manage_plan.add_plan');
+    }
+    
+    public function insert_plan(Request $request)
+    { 
+        try {            
+                $plan = $this->managePlanService->insert_plan($request);
+                return response()->json(['status' => 200, 'message' => 'Plan added successfully']);            
+            }   
+        catch (Exception $e) {
+                echo 'Message: ' .$e->getMessage();
+            }
+    }
+    
+    public function edit($id)
+    {
+        $data = $this->managePlanService->edit_plan($id);
+        return view('Admin.Pages.manage_plan.edit_plan')->with(['plan_data'=>$data]);     
+    }
+    
+    public function delete_plan($id) {
+        // print_r($id);die;
+        $plan = SubscriptionMaster::find($id)->delete();
+        $plan = SubscriptionPlanPackage::where('subscription_master_id', $id)->delete();
+        $plan = SubscriptionPackageDescription::where('subscription_master_id', $id)->delete();
+
+    }
+    
+    public function update_plan(Request $request)
+    {
+       $plan_update = $this->managePlanService->update_plan($request);
+       return response()->json(['success' => true,'status'=>200]);
+       
+    }
+
+}
diff --git a/app/Http/Controllers/Admin/ManagePodcastController.php b/app/Http/Controllers/Admin/ManagePodcastController.php
new file mode 100644
index 0000000..18f079a
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManagePodcastController.php
@@ -0,0 +1,144 @@
+get();
+        // dd($data['podcast']);
+        return view('Admin.Pages.manage_cms.manage_podcast.manage_podcast',$data);
+    }
+    public function add_manage_podcast(){
+        return view('Admin.Pages.manage_cms.manage_podcast.add_manage_podcast');
+    }
+    
+    public function addData(Request $request){
+        
+        // dd($request->all());
+        $rules = [
+            'image' => 'required|file|max:1000'// 1000 kb
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+ 
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return response()->json(['success' => false , 'status' => 422]);
+            }
+        }
+        else {
+            $file = $request->file('image');
+            $ext = $file->extension();
+            $file_name = time() . '.' . $ext;
+            $path = public_path() . '/uploads/manage_podcast';
+            $file->move($path, $file_name);
+        }
+        
+        $podcastFile = $request->file('url');
+        $podcastFileName = time() . '.' . $podcastFile->getClientOriginalExtension();
+        $path = public_path() . '/uploads/manage_podcast/podcasts';
+        $podcastFile->move($path, $podcastFileName);
+
+        $addPodcast = new ManagePodcast;
+        $addPodcast->title = $request->title;
+        $addPodcast->description = $request->description;
+        $addPodcast->podcast_url = url('/public/uploads/manage_podcast/podcasts/' . $podcastFileName);
+        // $addPodcast->podcast_url = $mp3File;
+        $addPodcast->banner_image = url('/public/uploads/manage_podcast/' . $file_name);
+        $addPodcast->save();
+        
+        if($addPodcast){
+            return response()->json([
+                        'message' => "Podcast Added Succesfully",
+                        'success' => true,
+                        'status' => 200,
+            ]);
+        }else{
+           return response()->json([
+                        'message' => "Something Went Wrong",
+                        'success' => true,
+                        'status' => 500,
+            ]); 
+        }
+        
+    }
+    
+    public function updateData(Request $request){
+        
+        $updatepodcast = ManagePodcast::find($request->id);
+        // dd($request->image);
+        if($request->file('image')){
+            $rules = [
+                'image' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return response()->json(['success' => false , 'status' => 422]);
+                }
+            }else {
+                $file = $request->file('image');
+                $ext = $file->extension();
+                $file_name = time() . '.' . $ext;
+                $path = public_path() . '/uploads/manage_podcast';
+                $file->move($path, $file_name);
+                $updatepodcast->banner_image = url('/public/uploads/manage_podcast/' . $file_name);
+            }
+        }
+        if($request->file('url')){
+            
+            $podcastFile = $request->file('url');
+            $podcastFileName = time() . '.' . $podcastFile->getClientOriginalExtension();
+            $path = public_path() . '/uploads/manage_podcast/podcasts';
+            $podcastFile->move($path, $podcastFileName);
+            $updatepodcast->podcast_url = url('/public/uploads/manage_podcast/podcasts/' . $podcastFileName);
+        }
+        $updatepodcast->title = $request->title;
+        $updatepodcast->description = $request->description;
+        // $updatepodcast->podcast_url = $request->url;
+        $updatepodcast->save();
+        if($updatepodcast){
+            return response()->json([
+                        'message' => "Podcast Updated Succesfully",
+                        'success' => true,
+                        'status' => 200,
+            ]);
+        }else{
+           return response()->json([
+                        'message' => "Something Went Wrong",
+                        'success' => true,
+                        'status' => 500,
+            ]); 
+        }
+    }
+    
+    public function deleteData(Request $request){
+        
+        $deletePodcast = ManagePodcast::find($request->id)->delete();
+        if($deletePodcast){
+            return response()->json([
+                        'message' => "Podcast Deleted Succesfully",
+                        'success' => true,
+                        'status' => 200,
+            ]);
+        }
+    }
+    
+    public function updatePodcastStatus(Request $request){
+        
+        // dd($request->all());
+        $status = ManagePodcast::where('id',$request->queId)->update(['is_active'=> $request->status]);
+        return response()->json([
+                'messages' => "Status Updated Successfully",
+                'success' => true,
+                'status' => 200]);
+    }
+}
diff --git a/app/Http/Controllers/Admin/ManagePreRecordedController.php b/app/Http/Controllers/Admin/ManagePreRecordedController.php
new file mode 100644
index 0000000..2d3ebb0
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManagePreRecordedController.php
@@ -0,0 +1,25 @@
+get()->toArray();
+        // dd($data['quiz']);
+        return view('Admin.Pages.manage_cms.manage_quiz.manage_quiz',$data);
+    }
+    public function add_quiz(){
+        return view('Admin.Pages.manage_cms.manage_quiz.add_quiz');
+    }
+    public function edit_quiz($id){
+        
+        // dd($id);
+        $data['question'] = ManageQuizQuestion::where('id',$id)->get()->toArray();
+        $data['answer'] = QuizQuestionsAnswer::where('question_id',$id)->get()->toArray();
+        // dd($data);
+        return view('Admin.Pages.manage_cms.manage_quiz.edit_quiz',$data);
+    }
+    
+    public function add_quiz_data(Request $request){
+        
+        // dd($request->answer);
+        
+        // Create and store the question
+        if($request->schedule_time == null){
+            $question = ManageQuizQuestion::create(['questions'=> $request->question,'is_active'=>'1']);
+        }else{
+            $question = ManageQuizQuestion::create(['questions'=> $request->question,'schedule_timing'=>$request->schedule_time,'is_active'=>'0']);
+        }
+        
+        if($question){
+            // Create and store the answers
+            $answersArr = [
+                'A' => $request->ans_a,
+                'B' => $request->ans_b,
+                'C' => $request->ans_c,
+                'D' => $request->ans_d,
+            ];
+            foreach ($answersArr as $option => $content) {
+                $isCorrect = ($request->answer == $option) ? '1' : '0';
+                
+                QuizQuestionsAnswer::create([
+                        'question_id' => $question->id,
+                        'answers'=> $content,
+                        'is_active' => $isCorrect
+                    ]);
+                
+            }
+            
+            return response()->json([
+                    'messages' => "Question And Answer Is Added successfully",
+                    'success' => true,
+                    'status' => 200]);
+        }
+    }
+    
+    public function updateQueStatus(Request $request){
+        
+        $status = ManageQuizQuestion::where('id',$request->queId)->update(['is_active'=> $request->status]);
+        return response()->json([
+                'messages' => "Status Updated Successfully",
+                'success' => true,
+                'status' => 200]);
+    }
+    
+    public function updateQueAnsFormData(Request $request){
+        
+        // dd($request->answer);
+        
+        $question = ManageQuizQuestion::where('id',$request->queId)->update(['questions'=>$request->question]);
+        
+        $rightAnsId = $request->answer;
+        foreach($request->input('answers') as $option => $content){
+            $isCorrect = ($option == $rightAnsId) ? '1' : '0';
+            
+            $request = QuizQuestionsAnswer::where('id',$option)->update([
+                    'answers' => $content['content'],
+                    'is_active' => $isCorrect,
+                ]);
+        }
+        
+        return response()->json([
+                    'messages' => "Question And Answer Is Updated successfully",
+                    'success' => true,
+                    'status' => 200]);
+    }
+    
+    public function deleteQueAnsData($id){
+        
+        $deleteQue = ManageQuizQuestion::find($id)->delete();
+        $deleteAnswer = QuizQuestionsAnswer::where('question_id',$id)->delete();
+        return response()->json([
+                    'messages' => "Question And Answer Is Deleted successfully",
+                    'success' => true,
+                    'status' => 200]);
+    }
+}
diff --git a/app/Http/Controllers/Admin/ManageReportsController.php b/app/Http/Controllers/Admin/ManageReportsController.php
new file mode 100644
index 0000000..888008b
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManageReportsController.php
@@ -0,0 +1,26 @@
+manageShortClipsService = $manageShortClipsService;
+    }
+
+    public function create_short_clips()
+    {
+        return view('Admin.Pages.manage_short_clips.add_short_clips');
+    }
+
+    public function insert(Request $request)
+    { 
+        try {            
+                $shortClips = $this->manageShortClipsService->insert_short_clips($request);
+                if(!empty($shortClips))
+                {
+                    return response()->json(['success' => true , 'status' => 200]);        
+                }
+                else{
+                    return response()->json(['success' => false , 'status' => 422]);
+                }       
+            }   
+        catch (Exception $e) {
+                echo 'Message: ' .$e->getMessage();
+            }
+    }
+
+    public function index(Request $request)
+    {
+        $data = $this->manageShortClipsService->get_all_short_clips();
+        return view('Admin.Pages.manage_short_clips.manage_short_clips')->with(['data'=>$data]);
+    }
+   
+    public function destroy($id)
+    {
+        ManageShortClips::find($id)->delete();
+    }
+
+    public function edit_short_clips($id)
+    {
+        $data = $this->manageShortClipsService->edit_short_clips($id)->toArray();
+        return view('Admin.Pages.manage_short_clips.edit_short_clips')->with(['data'=>$data]);
+        
+    }
+
+    public function update(Request $request)
+    {
+        try {            
+                $data = $this->manageShortClipsService->update_short_clips($request);
+                if(!empty($data))
+                {
+                    return response()->json(['success' => true , 'status' => 200]);        
+                }
+                else{
+                    return response()->json(['success' => false , 'status' => 422]);
+                } 
+            }   
+        catch (Exception $e) {
+                echo 'Message: ' .$e->getMessage();
+            }
+
+    }
+
+    public function changestatus(Request $request)
+    {
+        // print_r($request->status);
+        // exit;
+        $status = ManageShortClips::find($request->user_id);
+        $status->is_active = $request->status;
+        $status->save();
+        
+     
+        $changesSatus = ShortClipsLikes::where('short_clips_id', $request->user_id)->update(['is_active' => $request->status]);
+        
+        return response()->json(['success'=>'Status change successfully.']);
+
+    }
+}
\ No newline at end of file
diff --git a/app/Http/Controllers/Admin/ManageSubAdminController.php b/app/Http/Controllers/Admin/ManageSubAdminController.php
new file mode 100644
index 0000000..8bbc812
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManageSubAdminController.php
@@ -0,0 +1,13 @@
+manageThoughtsService = $manageThoughtsService;
+    }
+    
+    public function view_manage_thoughts(Request $request)
+    {
+        $manage_thoughts =$this->manageThoughtsService->view_manage_thoughts($request);
+        // dd($manage_thoughts);
+        return view('Admin.Pages.manage_cms.manage_thoughts.manage_thoughts')->with(['manage_thought'=>$manage_thoughts]);
+    }
+    
+     public function insert_thoughts(Request $request)
+    {
+        // dd($request);
+        $thoughts = $this->manageThoughtsService->insert_thoughts($request);
+        return response()->json(['success' => true,'status'=>200]);
+    }
+    
+    
+    public function update_thought(Request $request)
+    {
+        $updateThought = $this->manageThoughtsService->update_thought($request);
+        return response()->json(['success2' => true,'status'=>200]);
+    }
+
+    public function change_manage_thoughts_Status(Request $request)
+    {
+        $status = UserThought::find($request->thought_id);
+        $status->is_active = $request->status;
+        $status->save();
+        return response()->json(['success'=>'Status change successfully.']);
+    }
+    
+     public function delete_thought($id)
+    {
+        $Thoughts = UserThought::find($id)->delete();
+    }
+}
+
diff --git a/app/Http/Controllers/Admin/ManageTransactionController.php b/app/Http/Controllers/Admin/ManageTransactionController.php
new file mode 100644
index 0000000..8357f17
--- /dev/null
+++ b/app/Http/Controllers/Admin/ManageTransactionController.php
@@ -0,0 +1,16 @@
+manageVideoService = $manageVideoService;
+    }
+
+    public function create(){
+        return view('Admin.Pages.manage_cms.manage_video.manage_video');
+    }
+
+    public function add_manage_video(){
+        return view('Admin.Pages.manage_cms.manage_video.add_manage_video');
+    }
+
+    public function view_manage_video(Request $request)
+    {
+        $manage_free_video =$this->manageVideoService->view_manage_video($request);
+        // dd($manage_free_video);
+        return view('Admin.Pages.manage_cms.manage_video.manage_video')->with(['manage_video'=>$manage_free_video]);
+    }
+
+    public function insert_manage_video(Request $request)
+    { 
+        $manage_free_video = $this->manageVideoService->insert_manage_video($request);
+        return response()->json(['success' => true,'status'=>200]);
+    }
+
+    public function edit_manage_video($id){
+        $manage_free_video = $this->manageVideoService->edit_manage_video($id);
+        // echo "
";
+        // print_r($manage_free_video);
+        // echo "
";exit; + + return view('Admin.Pages.manage_cms.manage_video.edit_manage_video')->with(['manage_free_video_getById'=>$manage_free_video]); + } + + public function delete_manage_video($id) + { + $manage_free_video = ManageFreeVideo::find($id); + $manage_free_video->delete(); + $path = public_path().'/uploads/'; + File::delete($path.$manage_free_video->video_cover_image); + return response()->json([ + 'status'=> 200, + 'message'=> 'student Deleted Successfully', + ]); + } + + public function update_mange_video(Request $request) + { + $manage_free_video = $this->manageVideoService->update_mange_video($request); + return response()->json(['success' => true,'status'=>200]); + } + + public function change_manage_video_Status(Request $request) + { + // dd($request->faq_catag_id); + $status = ManageFreeVideo::find($request->manage_thought_id); + $status->is_active = $request->status; + $status->save(); + return response()->json(['success'=>'Status change successfully.']); + + } + +} diff --git a/app/Http/Controllers/Admin/SummerSweatController.php b/app/Http/Controllers/Admin/SummerSweatController.php new file mode 100644 index 0000000..d65b3e8 --- /dev/null +++ b/app/Http/Controllers/Admin/SummerSweatController.php @@ -0,0 +1,321 @@ +toArray(); +//// echo "
"; print_r($manage_activity_schedule);exit;
+//        return view('Admin.Pages.manage_activities.summer_sweats.summer_sweat')->with(['manage_activity_schedule' => $manage_activity_schedule]);
+//    }
+
+    public function add_create(Request $request) {
+
+        $get_single_activity = ActivityMaster::find($request->id)->toArray();
+        $subcription = SubscriptionMaster::all()->toArray();
+//         echo "
"; print_r($get_single_activity);exit;
+        return view('Admin.Pages.manage_activities.summer_sweats.add_summer_sweat')->with(['get_data' => $get_single_activity, 'subcriptions' => $subcription]);
+    }
+    public function add_upcoming_create(Request $request) {
+
+        $get_single_activity = ActivityMaster::find($request->id)->toArray();
+        $subcription = SubscriptionMaster::all()->toArray();
+//         echo "
"; print_r($get_single_activity);exit;
+        return view('Admin.Pages.manage_activities.summer_sweats.add_upcoming_summer_sweat')->with(['get_data' => $get_single_activity, 'subcriptions' => $subcription]);
+    }
+
+    public function insert_summer_sweat(Request $request) {
+//        echo "
";print_r($request->all());die;
+        // for image upload start
+        // dd($request->all());
+        $rules = [
+            'myFile' => 'required|file|max:400', // 400 KB
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+ 
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return response()->json(['success' => false , 'status' => 422]);
+            }
+        }
+        else {
+            $file = $request->file('myFile');
+            $ext = $file->extension();
+            $file_name = time() . '.' . $ext;
+            $path = public_path() . '/uploads/activity_banner_images/activity_schedule';
+            $file->move($path, $file_name);
+        }
+
+        // for image upload end
+        $activity_schedule = new ActivitySchedule;
+        $activity_schedule->activity_master_id = $request->input('url_id');
+        $activity_schedule->activity_teaser = $file_name;
+        $activity_schedule->activity_name = $request->input('main_activity_name');
+        $activity_schedule->description = $request->input('description');
+        $activity_schedule->start_date = $request->input('start_date');
+        $activity_schedule->end_date = $request->input('end_date');
+        $activity_schedule->subscription_id = $request->input('subscription_id');
+        
+        $start_date = strtotime($request->input('start_date'));
+        $end_date = strtotime($request->input('end_date'));
+
+        // Retrieve the ActivityMaster record
+        $activity_master = ActivityMaster::find($request->input('url_id'));
+
+        $activity_master_start = strtotime($activity_master->start_date);
+        $activity_master_end = strtotime($activity_master->end_date);
+
+        // Check if start date and end date are within the activity master range
+        if ($start_date >= $activity_master_start && $end_date <= $activity_master_end) {
+            $activity_schedule->start_date = date('Y-m-d', $start_date);
+            $activity_schedule->end_date = date('Y-m-d', $end_date);
+
+            $activity_schedule->save();
+            return response()->json([
+                        'schedule_data' => $request->input('url_id'),
+                        'success' => true,
+                        'status' => 200,
+            ]);
+        } else {
+            return response()->json([
+                        'error_msg' => 'Start date or end date is not within the activity master range.',
+                        'success' => false,
+                        'status' => 400,
+            ]);
+        }
+    }
+    
+    public function insert_upcoming_summer_sweat(Request $request) {
+//        echo "
";print_r($request->all());die;
+        // for image upload start
+        $rules = [
+            'myFile' => 'required|file|max:400', // 400 KB
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+ 
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return response()->json(['success' => false , 'status' => 422]);
+            }
+        }
+        else {
+            $file = $request->file('myFile');
+            $ext = $file->extension();
+            $file_name = time() . '.' . $ext;
+            $path = public_path() . '/uploads/activity_banner_images/activity_schedule';
+            $file->move($path, $file_name);
+        }
+
+        // for image upload end
+
+        $activity_schedule = new ActivitySchedule;
+        $activity_schedule->activity_master_id = $request->input('url_id');
+        $activity_schedule->activity_teaser = $file_name;
+        $activity_schedule->activity_name = $request->input('main_activity_name');
+        $activity_schedule->description = $request->input('description');
+        $activity_schedule->start_date = $request->input('start_date');
+        $activity_schedule->end_date = $request->input('end_date'); 
+        $activity_schedule->subscription_id = $request->input('subscription_id');
+        
+        $start_date = strtotime($request->input('start_date'));
+        $end_date = strtotime($request->input('end_date'));
+
+        // Retrieve the ActivityMaster record
+        $activity_master = ActivityMaster::find($request->input('url_id'));
+
+        $activity_master_start = strtotime($activity_master->start_date);
+        $activity_master_end = strtotime($activity_master->end_date);
+
+        // Check if start date and end date are within the activity master range
+        if ($start_date >= $activity_master_start && $end_date <= $activity_master_end) {
+            $activity_schedule->start_date = date('Y-m-d', $start_date);
+            $activity_schedule->end_date = date('Y-m-d', $end_date);
+
+            $activity_schedule->save();
+            return response()->json([
+                        'schedule_data' => $request->input('url_id'),
+                        'success' => true,
+                        'status' => 200,
+            ]);
+        } else {
+            return response()->json([
+                        'error_msg' => 'Start date or end date is not within the activity master range.',
+                        'success' => false,
+                        'status' => 400,
+            ]);
+        }
+    }
+    public function edit_summer_sweat($id) {
+        $subcription = SubscriptionMaster::all()->toArray();
+        $get_manage_activity_schedule = ActivitySchedule::find($id)->toArray();
+        // dd($get_manage_activity_schedule);
+        return view('Admin.Pages.manage_activities.summer_sweats.edit_summer_sweat')->with(['get_manage_activity' => $get_manage_activity_schedule, 'subcriptions' => $subcription,]);
+    }
+    public function edit_upcoming_summer_sweat($id) {
+        $subcription = SubscriptionMaster::all()->toArray();
+        $get_manage_activity_schedule = ActivitySchedule::find($id)->toArray();
+    // dd($get_manage_activity_schedule);
+        return view('Admin.Pages.manage_activities.summer_sweats.edit_upcoming_summer_sweat')->with(['get_manage_activity' => $get_manage_activity_schedule, 'subcriptions' => $subcription,]);
+    }
+
+    public function update_summer_sweat(Request $request) {
+        // for image upload start
+        
+        if ($request->activity_teaser) {
+            $rules = [
+                'activity_teaser' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return response()->json(['success' => false , 'status' => 422]);
+                }
+            }
+            else {
+                $file = $request->file('activity_teaser');
+                $ext = $file->extension();
+                $file_name = time() . '.' . $ext;
+                $path = public_path() . '/uploads/activity_banner_images/activity_schedule';
+                $file->move($path, $file_name);
+                $file_name_store = url('/public/uploads/activity_banner_images/activity_schedule/' . $file_name);
+            }
+//        print_r($file_name_store);exit;
+        } else {
+            $file_name_store = $request->db_image;
+        }
+//        $file = $request->file('myFile');
+//        $ext = $file->extension();
+//        $file_name = time() . '.' . $ext;   
+//        $path = public_path() . '/uploads/activity_banner_images/activity_schedule';
+//        $file->move($path, $file_name);
+        // for image upload end
+        
+        $activity_master_id = $request->edit_schedule_id;
+        $activity_schedule = ActivitySchedule::find($request->edit_schedule_id);
+        $activity_schedule->activity_teaser = $file_name_store;
+        $activity_schedule->activity_name = $request->input('activity_name');
+        $activity_schedule->description = $request->input('description');
+        $activity_schedule->start_date = $request->input('start_date');
+        $activity_schedule->end_date = $request->input('end_date');
+        $activity_schedule->subscription_id = $request->input('subscription_id');
+        
+        //End Date of schedule is not greater than activity end date logic
+        $start_date = strtotime($request->input('start_date'));
+        $end_date = strtotime($request->input('end_date'));
+        
+        // Retrieve the ActivityMaster record
+        $activity_master = ActivityMaster::find($request->input('activity_master_id'));
+
+        $activity_master_start = strtotime($activity_master->start_date);
+        $activity_master_end = strtotime($activity_master->end_date);
+        
+        if ($start_date >= $activity_master_start && $end_date <= $activity_master_end) {
+            $activity_schedule->save();
+
+            return response()->json(['schedule_data' => $request->input('activity_master_id'),'success' => true, 'status' => 200]);
+        
+        } else {
+            return response()->json([
+                        'error_msg' => 'Start date or end date is not within the activity master range.',
+                        'success' => false,
+                        'status' => 400,
+            ]);
+        }
+    }
+    
+    public function update_upcoming_summer_sweat(Request $request) {
+        // for image upload start
+//        echo "
"; print_r($request->all());exit;
+        if ($request->activity_teaser) {
+            $rules = [
+                'activity_teaser' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return response()->json(['success' => false , 'status' => 422]);
+                }
+            }
+            else {
+                $file = $request->file('activity_teaser');
+                $ext = $file->extension();
+                $file_name = time() . '.' . $ext;
+                $path = public_path() . '/uploads/activity_banner_images/activity_schedule';
+                $file->move($path, $file_name);
+                $file_name_store = url('/public/uploads/activity_banner_images/activity_schedule/' . $file_name);
+            }
+//        print_r($file_name_store);exit;
+        } else {
+            $file_name_store = $request->db_image;
+        }
+//        $file = $request->file('myFile');
+//        $ext = $file->extension();
+//        $file_name = time() . '.' . $ext;   
+//        $path = public_path() . '/uploads/activity_banner_images/activity_schedule';
+//        $file->move($path, $file_name);
+        // for image upload end
+        
+        $activity_master_id = $request->edit_schedule_id;
+        $activity_schedule = ActivitySchedule::find($request->edit_schedule_id);
+        $activity_schedule->activity_teaser = $file_name_store;
+        $activity_schedule->activity_name = $request->input('activity_name');
+        $activity_schedule->description = $request->input('description');
+        $activity_schedule->start_date = $request->input('start_date');
+        $activity_schedule->end_date = $request->input('end_date');
+        $activity_schedule->subscription_id = $request->input('subscription_id');
+        
+        //End Date of schedule is not greater than activity end date logic
+        $start_date = strtotime($request->input('start_date'));
+        $end_date = strtotime($request->input('end_date'));
+        
+        // Retrieve the ActivityMaster record
+        $activity_master = ActivityMaster::find($request->input('activity_master_id'));
+
+        $activity_master_start = strtotime($activity_master->start_date);
+        $activity_master_end = strtotime($activity_master->end_date);
+        
+        if ($start_date >= $activity_master_start && $end_date <= $activity_master_end) {
+            $activity_schedule->save();
+
+            return response()->json(['schedule_data' => $request->input('activity_master_id'),'success' => true, 'status' => 200]);
+        
+        } else {
+            return response()->json([
+                        'error_msg' => 'Start date or end date is not within the activity master range.',
+                        'success' => false,
+                        'status' => 400,
+            ]);
+        }
+    }
+    
+    
+    public function delete_schedule($id) {
+        
+        // dd($id);
+        $manage_schedule = ActivitySchedule::find($id)->delete();
+        // dd($manage_schedule);
+        // if($manage_schedule == true){
+            ActivityDay::where('activity_schedule_id',$id)->delete();
+        // }
+    }
+
+}
diff --git a/app/Http/Controllers/Admin/TeacherController.php b/app/Http/Controllers/Admin/TeacherController.php
new file mode 100644
index 0000000..87bcd33
--- /dev/null
+++ b/app/Http/Controllers/Admin/TeacherController.php
@@ -0,0 +1,78 @@
+toArray();
+//        echo "
"; dd($manage_teacher);exit;
+        return view('Admin.Pages.manage_teachers.manage_teacher')->with(['data' => $manage_teacher]);
+    }
+
+    public function create() {
+        return view('Admin.Pages.manage_teachers.add_manage_teacher');
+    }
+
+    public function insert(Request $request) {
+        // for image upload start
+
+        $file = $request->file('teacher_image');
+        $ext = $file->extension();
+        $file_name = time() . '.' . $ext;
+        $path = public_path() . '/uploads/teacher_images';
+        $file->move($path, $file_name);
+
+        // for image upload end
+
+        $add_teacher = new Teacher;
+        $add_teacher->teacher_title = $request->input('teacher_title');
+        $add_teacher->teacher_sub_title = $request->input('teacher_sub_title');
+        $add_teacher->description = $request->input('teacher_description');
+        $add_teacher->address = $request->input('teacher_address');
+        $add_teacher->teacher_image = $file_name;
+        $add_teacher->contact_number = $request->input('teacher_contact_number');
+        $add_teacher->save();
+        return response()->json(['success' => true, 'status' => 200]);
+    }
+
+    public function delete_teacher($id) {
+        $manage_teacher = Teacher::find($id)->delete();
+    }
+
+    public function edit_teacher($id) {
+        $manage_teacher = Teacher::find($id)->toArray();
+        return view('Admin.Pages.manage_teachers.edit_manage_teacher')->with(['manage_teacher' => $manage_teacher]);
+    }
+
+    public function update_teacher(Request $request) {
+
+        $teacher_data = Teacher::find($request->teacher_id);
+        if ($request->hasFile('teacher_image')) {
+            $path = public_path() . '/uploads/teacher_images';
+            File::delete($path . $teacher_data->teacher_image);
+            $file = $request->file('teacher_image');
+            $ext = $file->extension();
+            $file_name_main_image = time() . '.' . $ext;
+            $file->move($path, $file_name_main_image);
+        } else {
+            $file_name_main_image = $teacher_data->teacher_image;
+        }
+
+        
+        $teacher_data->teacher_title = $request->input('teacher_title');
+        $teacher_data->teacher_sub_title = $request->input('teacher_sub_title');
+        $teacher_data->description = $request->input('teacher_description');
+        $teacher_data->teacher_image = url('/public/uploads/teacher_images/' . $file_name_main_image);
+        $teacher_data->address = $request->input('teacher_address');
+        $teacher_data->contact_number = $request->input('teacher_contact_number');
+        $teacher_data->save();
+        return response()->json(['success' => true, 'status' => 200]);
+    }
+
+}
diff --git a/app/Http/Controllers/Admin/TestimonialController.php b/app/Http/Controllers/Admin/TestimonialController.php
new file mode 100644
index 0000000..ece44c6
--- /dev/null
+++ b/app/Http/Controllers/Admin/TestimonialController.php
@@ -0,0 +1,81 @@
+manageTestimonialService = $manageTestimonialService;
+    }
+ 
+    public function create_testimonial()
+    {
+        return view('Admin.Pages.manage_cms.testimonial.add_testimonial');
+    }
+    
+    public function insert_testimonial(Request $request)
+    { 
+
+        try {     
+                $testimonial = $this->manageTestimonialService->insert_testimonial($request);
+                
+                if(!empty($testimonial))
+                {
+                    return response()->json(['success' => true , 'status' => 200]);        
+                }
+                else{
+                    return response()->json(['success' => false , 'status' => 422]);
+                }
+                    
+            }   
+        catch (Exception $e) {
+                echo 'Message: ' .$e->getMessage();
+            }
+    }
+
+    public function view_testimonial(Request $request) {
+        $testimonials = $this->manageTestimonialService->view_testimonial($request)->toArray();
+        // echo "
"; print_r($testimonials);exit;
+        return view('Admin.Pages.manage_cms.testimonial.testimonial')->with(['data' => $testimonials]);
+        // return response()->json(['success' => true,'status'=>200]);
+    }
+
+    public function delete_testimonial($id) {
+        // print_r($id);die;
+        $testimonials = Testimonial::find($id)->delete();
+    }
+
+    public function edit_testimonial($id)
+    {
+        $data = $this->manageTestimonialService->edit_testimonial($id)->toArray();
+        // dd($data);
+        return view('Admin.Pages.manage_cms.testimonial.edit_testimonial')->with(['data'=>$data]);
+        
+    }
+    
+     public function update_testimonial(Request $request)
+    {
+        try {            
+                $data = $this->manageTestimonialService->update_testimonial($request);
+                if(!empty($data)){
+                    return response()->json(['success' => true , 'status' => 200]);  
+                }
+                else{
+                    return response()->json(['success' => false , 'status' => 422]);
+                }
+            }   
+        catch (Exception $e) {
+                echo 'Message: ' .$e->getMessage();
+            }
+
+    }
+
+}
diff --git a/app/Http/Controllers/Admin/UserOverviewController.php b/app/Http/Controllers/Admin/UserOverviewController.php
new file mode 100644
index 0000000..026e781
--- /dev/null
+++ b/app/Http/Controllers/Admin/UserOverviewController.php
@@ -0,0 +1,24 @@
+all());
+        // $date = $request->date;
+        // $data = UserOverView::whereDate('created_at', $date)->get();
+        return Excel::download(new DataExport, 'dataoverview.xlsx');
+    }
+}
\ No newline at end of file
diff --git a/app/Http/Controllers/Auth/ConfirmPasswordController.php b/app/Http/Controllers/Auth/ConfirmPasswordController.php
new file mode 100644
index 0000000..138c1f0
--- /dev/null
+++ b/app/Http/Controllers/Auth/ConfirmPasswordController.php
@@ -0,0 +1,40 @@
+middleware('auth');
+    }
+}
diff --git a/app/Http/Controllers/Auth/ForgotPasswordController.php b/app/Http/Controllers/Auth/ForgotPasswordController.php
new file mode 100644
index 0000000..465c39c
--- /dev/null
+++ b/app/Http/Controllers/Auth/ForgotPasswordController.php
@@ -0,0 +1,22 @@
+middleware('guest')->except('logout');
+    }
+}
diff --git a/app/Http/Controllers/Auth/RegisterController.php b/app/Http/Controllers/Auth/RegisterController.php
new file mode 100644
index 0000000..ed1a5e0
--- /dev/null
+++ b/app/Http/Controllers/Auth/RegisterController.php
@@ -0,0 +1,73 @@
+middleware('guest');
+    }
+
+    /**
+     * Get a validator for an incoming registration request.
+     *
+     * @param  array  $data
+     * @return \Illuminate\Contracts\Validation\Validator
+     */
+    protected function validator(array $data)
+    {
+        return Validator::make($data, [
+            'name' => ['required', 'string', 'max:255'],
+            'email' => ['required', 'string', 'email', 'max:255', 'unique:users'],
+            'password' => ['required', 'string', 'min:8', 'confirmed'],
+        ]);
+    }
+
+    /**
+     * Create a new user instance after a valid registration.
+     *
+     * @param  array  $data
+     * @return \App\Models\User
+     */
+    protected function create(array $data)
+    {
+        return User::create([
+            'name' => $data['name'],
+            'email' => $data['email'],
+            'password' => Hash::make($data['password']),
+        ]);
+    }
+}
diff --git a/app/Http/Controllers/Auth/ResetPasswordController.php b/app/Http/Controllers/Auth/ResetPasswordController.php
new file mode 100644
index 0000000..b1726a3
--- /dev/null
+++ b/app/Http/Controllers/Auth/ResetPasswordController.php
@@ -0,0 +1,30 @@
+middleware('auth');
+        $this->middleware('signed')->only('verify');
+        $this->middleware('throttle:6,1')->only('verify', 'resend');
+    }
+}
diff --git a/app/Http/Controllers/Controller.php b/app/Http/Controllers/Controller.php
new file mode 100644
index 0000000..a0a2a8a
--- /dev/null
+++ b/app/Http/Controllers/Controller.php
@@ -0,0 +1,13 @@
+middleware('auth');
+    }
+
+    /**
+     * Show the application dashboard.
+     *
+     * @return \Illuminate\Contracts\Support\Renderable
+     */
+    public function index()
+    {
+        return view('home');
+    }
+}
diff --git a/app/Http/Controllers/TransformAndBeyondBeginnersController.php b/app/Http/Controllers/TransformAndBeyondBeginnersController.php
new file mode 100644
index 0000000..361c0fd
--- /dev/null
+++ b/app/Http/Controllers/TransformAndBeyondBeginnersController.php
@@ -0,0 +1,10 @@
+ $req->full_name,
+            'email_id' => $req->email,
+            'subject' => $req->subject,
+            'type' => $req->subject,
+            'message' => $req->message,
+            'is_reply' => '0',
+            'is_active' => '1',
+            );
+            
+        $data = ContactUs::create($contactdata);
+        $mail_details = [
+            'email' => $req->email,
+            'subject' => $req->subject,
+            'body' => $req->message
+        ];
+        $mail = Mail::to(['Support@Getsetfit.Co'])->send(new ContactUsForm($mail_details));
+        // dd($mail);
+        if ($mail) {
+            
+            return response()->json(['success' => true, 'message' => 'Message Send Successfully', 'status' => 200]);
+        }
+        return response()->json(['success' => false, 'message' => 'Message failed to send', 'status' => 500]);
+        
+    }
+}
diff --git a/app/Http/Controllers/Website/DownloadController.php b/app/Http/Controllers/Website/DownloadController.php
new file mode 100644
index 0000000..cf78244
--- /dev/null
+++ b/app/Http/Controllers/Website/DownloadController.php
@@ -0,0 +1,14 @@
+all());
+//        exit;
+$cread=$request->only('email','password');
+
+        $credentials = ['email_id' => $request->email,'password' => $request->password
+        ];
+
+        // Retrieve the user by their email or ID (you can use any identifier)
+        $user = User::where('email_id', $request->input('email'))->first();
+//        print_r(!$user);
+//        exit;
+        if(!$user) {
+            return response()->json(['success' => false, 'message' => 'Invalid Email', 'status' => 404]);
+        }else{
+            if (Hash::check($credentials['password'], $user->password)) { 
+                
+                $login = Auth::login($user);
+                $userData = Auth::user();
+                $todaysDate = Carbon::now()->toDateString();
+                $subscriptionEndDate = $userData->end_date;
+                $subscriptionEndDate = Carbon::parse($subscriptionEndDate);
+
+                $subscriptionEndsIn7Days = $subscriptionEndDate->addDays(7)->toDateString();
+                if($subscriptionEndsIn7Days == null || $subscriptionEndsIn7Days < $todaysDate)
+                {
+                    return response()->json(['success' => true, 'message' => 'Your subscription has ended.', 'status' => 201]);
+                }
+                return response()->json(['success' => true, 'message' => 'Login Succefully', 'status' => 200]);
+            } else {
+                return response()->json(['success' => false, 'message' => 'Wrong Password', 'status' => 401]);
+            }
+            
+        }
+    }
+}
diff --git a/app/Http/Controllers/Website/OurServicesController.php b/app/Http/Controllers/Website/OurServicesController.php
new file mode 100644
index 0000000..b5f87b9
--- /dev/null
+++ b/app/Http/Controllers/Website/OurServicesController.php
@@ -0,0 +1,86 @@
+ip(); // Get user's IP address
+        
+        // $client = new Client();
+        // $response = $client->get("http://api.ipstack.com/{$ip}?access_key={$apiKey}");
+        $userIP = $request->ip(); // Get the user's IP address
+
+        // Make a GET request to ipinfo.io
+        $response = Http::get("https://ipinfo.io/{$userIP}/json");
+        // Parse the JSON response
+        $data = $response->json();
+        // $data = json_decode($response->getBody(), true);
+        // Get user's country code from the API response
+        $userCountry['data'] = $data['country'];
+        
+        // dd($userCountry);
+        
+        return view('website.pages.transform_beyond_beginner',$userCountry);
+    }
+    
+    //gsf exclusive
+    public function gsf_exclusive(Request $request){
+        
+        // $apiKey = "bdf20639fab33d6dc265da0f6926a491";
+        // $ip = $request->ip(); // Get user's IP address
+        
+        // $client = new Client();
+        // $response = $client->get("http://api.ipstack.com/{$ip}?access_key={$apiKey}");
+        $userIP = $request->ip(); // Get the user's IP address
+
+        // Make a GET request to ipinfo.io
+        $response = Http::get("https://ipinfo.io/{$userIP}/json");
+        // Parse the JSON response
+        $data = $response->json();
+        // $data = json_decode($response->getBody(), true);
+        // Get user's country code from the API response
+        $userCountry['data'] = $data['country'];
+        
+        // dd($userCountry);
+        
+        return view('website.pages.gsf_exclusive',$userCountry);
+    }
+    
+    // get set eat
+    public function get_set_eat(Request $request){
+        
+        // $apiKey = "bdf20639fab33d6dc265da0f6926a491";
+        // $ip = $request->ip(); // Get user's IP address
+        
+        // $client = new Client();
+        // $response = $client->get("http://api.ipstack.com/{$ip}?access_key={$apiKey}");
+        $userIP = $request->ip(); // Get the user's IP address
+
+        // Make a GET request to ipinfo.io
+        $response = Http::get("https://ipinfo.io/{$userIP}/json");
+        // Parse the JSON response
+        $data = $response->json();
+        // $data = json_decode($response->getBody(), true);
+        // Get user's country code from the API response
+        $userCountry['data'] = $data['country'];
+        
+        // dd($userCountry);
+        
+        return view('website.pages.get_set_eat',$userCountry);
+    }
+}
diff --git a/app/Http/Controllers/Website/TransformBeyondController.php b/app/Http/Controllers/Website/TransformBeyondController.php
new file mode 100644
index 0000000..f31db8b
--- /dev/null
+++ b/app/Http/Controllers/Website/TransformBeyondController.php
@@ -0,0 +1,35 @@
+ip(); // Get user's IP address
+        
+        // $client = new Client();
+        // $response = $client->get("http://api.ipstack.com/{$ip}?access_key={$apiKey}");
+        
+        $userIP = $request->ip(); // Get the user's IP address
+
+        // Make a GET request to ipinfo.io
+        $response = Http::get("https://ipinfo.io/{$userIP}?token=fb9b51b5a3bbd9");
+        // Parse the JSON response
+        $data = $response->json();
+        // dd($data);
+        // $data = json_decode($response->getBody(), true);
+        // Get user's country code from the API response
+        $userCountry['data'] = $data['country'];
+        
+        // dd($userCountry);
+
+        return view('website.pages.transform_beyond',$userCountry);
+    }
+}
diff --git a/app/Http/Controllers/Website/YourActivityController.php b/app/Http/Controllers/Website/YourActivityController.php
new file mode 100644
index 0000000..07a77ff
--- /dev/null
+++ b/app/Http/Controllers/Website/YourActivityController.php
@@ -0,0 +1,155 @@
+format('Y-m-d'); // Get the current date in the format "YYYY-MM-DD"
+        $user_data = Auth::user();
+        
+        $userIP =  \Request::ip();
+        $response = Http::get("https://ipinfo.io/{$userIP}/json");
+        $locationData = $response->json();
+        $userTimeZone = $locationData['timezone'];
+        
+        $user_data = Auth::user();
+        $utm_source = $user_data->utm_source;
+        $subscription_data = SubscriptionMaster::where('utm_plan',$utm_source)->first();
+        $subscription_id = $subscription_data->id;
+        $data['live_activity'] = ActivityDay::where('subscription_id', $subscription_id)
+                                               ->where('date', 'LIKE', "%$current_day%")
+                                               ->with('scheduleData', 'activityData')
+                                               ->get();
+                                            //   dd($data['live_activity']);
+                            
+        // dd($data['live_activity']);                                   
+        // if($data['live_activity']->isEmpty()){
+        //     $data['data']  = ['0'];
+        //     dd($data);
+        //     return view('website.pages.your_activity',compact('data'));
+        // }else{
+        if(!$data['live_activity']->isEmpty()){
+            $timestamp = $data['live_activity'][0]['time'];
+            // dd($timestamp);
+            $gettimezone = $userTimeZone;
+            // $datetime = "2016-02-01 00:00:01";
+            // Target timezone based on the user's IP address
+            $targetTimeZone = new DateTimeZone($userTimeZone);
+            
+            // Create a DateTime object for the original timestamp in India timezone
+            $given = new DateTime($timestamp, new DateTimeZone('Asia/Kolkata'));
+            
+            // Set the target timezone
+            $given->setTimezone($targetTimeZone);
+            // $given = new DateTime($timestamp, new DateTimeZone($gettimezone));
+            // $given->setTimezone(new DateTimeZone("UTC"));
+            $output = $given->format("H:i"); 
+            $data['live_activity'][0]['time']=$output;
+        }
+        $data['subscription_data'] = SubscriptionMaster::where('utm_plan',$utm_source)->first();
+        // return $data;
+        //past data
+        $subscription_data = SubscriptionMaster::where('utm_plan',$utm_source)->first();
+        $subscription_id = $subscription_data->id;
+        
+        // dd($subscription_id);
+        // Calculate the cutoff date (end date + 7 days)
+        $activity_data = ActivityMaster::where('subscription_id', $subscription_id)->orderBy('end_date', 'desc')->first();
+        // return $activity_data;
+        // dd($activity_data);
+        $end_date = $activity_data->end_date; 
+        // dd($end_date);
+        $cutoffDate = Carbon::parse($end_date)->addDays(7)->toDateString();
+        // dd($cutoffDate);
+        // $desired_date = Carbon::createFromDate(2024, 1, 2);
+        // $cutoffDate = $desired_date->format('Y-m-d');
+        $current_date = Carbon::now()->format('Y-m-d');
+        $data['data'] = [];
+        // dd($cutoffDate);
+        // Check if the current date is past the cutoff date
+        if (Carbon::now()->toDateString() > $cutoffDate) {
+            
+            $data['data']  = ['0'];
+            // dd($data);
+            return view('website.pages.your_activity',compact('data'));
+        }
+        
+        $data['past_activity'] = ActivityMaster::where('subscription_id', $subscription_id)->where('end_date','<',$cutoffDate)->with('teacher_data')->orderBy('start_date', 'desc')->first();
+        // dd($data['past_activity']);
+        if ($data['past_activity'] !== null) {
+            $schedule_data = ActivitySchedule::where('activity_master_id', $data['past_activity']['id'])->with('past_data')->orderBy('start_date', 'asc')->get()->toArray();
+            // dd($schedule_data);
+        } else {
+            $data['past_activity'] = [];
+            $schedule_data = []; // Set an empty array when $data['past_activity'] is null
+        }
+                        
+            
+            $data_schedule = [];
+            foreach ($schedule_data as $k => $val){
+                if (empty($val['past_data'])){
+                    continue;
+                }else{
+                    $data_schedule[] = $val;
+                }
+            }
+            
+            $data['past_activity']['schedule'] = $data_schedule;
+        
+         
+        // $userIP = $request->ip();
+
+        // $response = Http::get("https://ipinfo.io/{$userIP}/json");
+        // $locationData = $response->json();
+        // // dd($locationData);
+        // $userTimeZone = $locationData['timezone'];
+        // // dd($userTimeZone);
+        
+        // $timestamp = $data['live_activity'][0]->new_time; // Use square brackets to access elements
+        // // dd()
+        // $originalTime = Carbon::parse($timestamp,$userTimeZone);
+        // $date = Carbon::createFromFormat('H:i:s', $timestamp, 'UTC');
+        // $date->setTimezone($userTimeZone); 
+        // dd($date);
+        // $userTime = $originalTime->copy();
+        // $userTime->setTimezone($userTimeZone);
+        // $userTimeFormatted = $userTime->format('H:i:s');
+        // // dd($userTimeFormatted);
+        // $data['live_activity'] = $data['live_activity']->map(function ($item) use ($userTimeZone) {
+        //     $timestamp = $item->new_time;
+        //     // $normalTime = Carbon::createFromFormat('H:i', $timestamp, $userTimeZone); // Replace 'your_timezone' with the actual timezone of the 'time' column
+        //     $normalTime = Carbon::parse($timestamp, $userTimeZone);
+        //     $convertedTime = $normalTime->setTimezone($userTimeZone); // Convert to the user's time zone
+        //     $item->new_time = $convertedTime->format('H:i'); // Update the 'time' value with the user's time zone in 'HH:mm' format
+        //     return $item;
+        // })->toArray();
+        
+        // echo "
";
+        // print_r($data['live_activity']);
+        // exit;
+       
+        return view('website.pages.your_activity',$data);
+    }
+}
diff --git a/app/Http/Helpers/ApiResponseHelper.php b/app/Http/Helpers/ApiResponseHelper.php
new file mode 100644
index 0000000..2fe361c
--- /dev/null
+++ b/app/Http/Helpers/ApiResponseHelper.php
@@ -0,0 +1,14 @@
+ $code,
+        "message"=>$message,
+        "data"=>$data
+    ];
+}
\ No newline at end of file
diff --git a/app/Http/Helpers/ImageHelper.php b/app/Http/Helpers/ImageHelper.php
new file mode 100644
index 0000000..2e367f1
--- /dev/null
+++ b/app/Http/Helpers/ImageHelper.php
@@ -0,0 +1 @@
+country($userSelectedCountry);
+
+        // Get the time zone from the country data
+        $timeZone = $record->location->timeZone;
+
+        return $timeZone;
+    } catch (\Exception $e) {
+        // Handle exceptions if the country code or IP address is not found
+        return 'UTC'; // Default to UTC if not found
+    }
+}
\ No newline at end of file
diff --git a/app/Http/Helpers/Webhelper.php b/app/Http/Helpers/Webhelper.php
new file mode 100644
index 0000000..5a113eb
--- /dev/null
+++ b/app/Http/Helpers/Webhelper.php
@@ -0,0 +1,86 @@
+getPayload();
+   $userCheck = PersonalAccessToken::where([['user_id', $token['sub']], ['token', $tokenData]])->get();
+   if(count($userCheck) == 0 || $userCheck[0]->token == '')
+   {
+      $msg_data['data'] = array([
+         'success' => 0,
+         'messsage' => 'Please Login and try again.'
+      ]);
+   }
+   return $token;
+}
+
+//leader dashboard filter for elite 
+function GroupLevelElites(){
+    $elites_user_id = [];
+    $totalUsers = LeaderboardMaster::count();
+    //top 30 percent for elites from all data
+    $eliteCount = ceil($totalUsers * 0.3);
+    $elites = LeaderboardMaster::where('total_score', '>=', 'some_value')
+                    ->orderBy('total_score', 'desc')
+                    ->take($eliteCount)
+                    ->get();
+                
+    foreach ($elites as $k => $val){
+        $elites_user_id[] = $val->user_id;
+    }
+    $data['elites'] = $elites;
+    $data['elites_user_id'] = $elites_user_id;
+    return $data;
+}
+
+//leader dashboard filter for gamechanger
+function GroupLevelGameChanger(){
+    $gamechanger_user_id = [];
+    $elit_data = GroupLevelElites();
+    $elites_user_id = $elit_data['elites_user_id'];
+    $remainingUsers = LeaderboardMaster::whereNotIn('user_id', $elites_user_id);
+    $gameChangerCount = ceil($remainingUsers->get()->count() * 0.3);
+    $remainingUsersData = $remainingUsers->take($gameChangerCount)->orderBy('total_score', 'desc')->get();
+    foreach ($remainingUsersData as $value){
+        $gamechanger_user_id[] = $value['user_id'];
+    }
+    //pushing gamechanger user id to elite user id
+    foreach ($gamechanger_user_id as $ids){
+        array_push($elites_user_id, $ids);
+    }
+    $data['game_changer'] = $remainingUsersData;
+    $data['all_top_users_id'] = $elites_user_id;
+    return $data;
+}
+
+function getCountryTimeZone($userSelectedCountry)
+{
+    // Path to the GeoIP2 database file
+    $databasePath = storage_path('app/GeoLite2-Country.mmdb'); // Replace with the path to your downloaded database file
+
+    // Initialize the GeoIP2 reader
+    $reader = new Reader($databasePath);
+
+    try {
+        // Look up the country for the user's selected IP address or country code
+        $record = $reader->country($userSelectedCountry);
+
+        // Get the time zone from the country data
+        $timeZone = $record->location->timeZone;
+
+        return $timeZone;
+    } catch (\Exception $e) {
+        // Handle exceptions if the country code or IP address is not found
+        return 'UTC'; // Default to UTC if not found
+    }
+}
\ No newline at end of file
diff --git a/app/Http/Kernel.php b/app/Http/Kernel.php
new file mode 100644
index 0000000..c83557f
--- /dev/null
+++ b/app/Http/Kernel.php
@@ -0,0 +1,70 @@
+
+     */
+    protected $middleware = [
+        // \App\Http\Middleware\TrustHosts::class,
+        \App\Http\Middleware\TrustProxies::class,
+        \Illuminate\Http\Middleware\HandleCors::class,
+        \App\Http\Middleware\PreventRequestsDuringMaintenance::class,
+        \Illuminate\Foundation\Http\Middleware\ValidatePostSize::class,
+        \App\Http\Middleware\TrimStrings::class,
+        \Illuminate\Foundation\Http\Middleware\ConvertEmptyStringsToNull::class,
+    ];
+
+    /**
+     * The application's route middleware groups.
+     *
+     * @var array>
+     */
+    protected $middlewareGroups = [
+        'web' => [
+            \App\Http\Middleware\EncryptCookies::class,
+            \Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse::class,
+            \Illuminate\Session\Middleware\StartSession::class,
+            \Illuminate\View\Middleware\ShareErrorsFromSession::class,
+            \App\Http\Middleware\VerifyCsrfToken::class,
+            \Illuminate\Routing\Middleware\SubstituteBindings::class,
+        ],
+
+        'api' => [
+            // \Laravel\Sanctum\Http\Middleware\EnsureFrontendRequestsAreStateful::class,
+            'throttle:api',
+            \Illuminate\Routing\Middleware\SubstituteBindings::class,
+        ],
+    ];
+
+    /**
+     * The application's route middleware.
+     *
+     * These middleware may be assigned to groups or used individually.
+     *
+     * @var array
+     */
+    protected $routeMiddleware = [
+        'auth' => \App\Http\Middleware\Authenticate::class,
+        'auth.basic' => \Illuminate\Auth\Middleware\AuthenticateWithBasicAuth::class,
+        'auth.session' => \Illuminate\Session\Middleware\AuthenticateSession::class,
+        'cache.headers' => \Illuminate\Http\Middleware\SetCacheHeaders::class,
+        'can' => \Illuminate\Auth\Middleware\Authorize::class,
+        'guest' => \App\Http\Middleware\RedirectIfAuthenticated::class,
+        'password.confirm' => \Illuminate\Auth\Middleware\RequirePassword::class,
+        'signed' => \App\Http\Middleware\ValidateSignature::class,
+        'throttle' => \Illuminate\Routing\Middleware\ThrottleRequests::class,
+        'verified' => \Illuminate\Auth\Middleware\EnsureEmailIsVerified::class,
+        'admin' => \App\Http\Middleware\AdminMiddleware::class,
+        'website' => \App\Http\Middleware\WebsiteMiddleware::class,
+        'jwt.verify' => \App\Http\Middleware\JwtMiddleware::class,
+    ];
+}
diff --git a/app/Http/Middleware/AdminMiddleware.php b/app/Http/Middleware/AdminMiddleware.php
new file mode 100644
index 0000000..0e9d45b
--- /dev/null
+++ b/app/Http/Middleware/AdminMiddleware.php
@@ -0,0 +1,26 @@
+check()){
+            return redirect('/admin/sign_in');
+        }
+        return $next($request);
+    }
+}
diff --git a/app/Http/Middleware/AuthCheck.php b/app/Http/Middleware/AuthCheck.php
new file mode 100644
index 0000000..3510976
--- /dev/null
+++ b/app/Http/Middleware/AuthCheck.php
@@ -0,0 +1,48 @@
+all());
+//         if(!Session()->has('_token')){
+//            return redirect('sign_in')->with('error_msg','You must be logged in..');
+//         }
+//         return $request;
+//
+//    if($response instanceof \Illuminate\Http\Response) {
+//        return $next($request)->header('Cache-Control','no-cache, no-store, max-age=0, must-revalidate')
+//                              ->header('Pragma','no-cache')
+//                              ->header('Expires','Sat 01 Jan 1990 00:00:00 GMT');;
+//    }
+//    $response = $next($request);
+//
+//    foreach($header as $key => $value)
+//    {
+//        $response->headers->set($key, $value);
+//    }
+//    return $response;
+
+}
+}
diff --git a/app/Http/Middleware/Authenticate.php b/app/Http/Middleware/Authenticate.php
new file mode 100644
index 0000000..704089a
--- /dev/null
+++ b/app/Http/Middleware/Authenticate.php
@@ -0,0 +1,21 @@
+expectsJson()) {
+            return route('login');
+        }
+    }
+}
diff --git a/app/Http/Middleware/EncryptCookies.php b/app/Http/Middleware/EncryptCookies.php
new file mode 100644
index 0000000..867695b
--- /dev/null
+++ b/app/Http/Middleware/EncryptCookies.php
@@ -0,0 +1,17 @@
+
+     */
+    protected $except = [
+        //
+    ];
+}
diff --git a/app/Http/Middleware/JwtMiddleware.php b/app/Http/Middleware/JwtMiddleware.php
new file mode 100644
index 0000000..3ad8d71
--- /dev/null
+++ b/app/Http/Middleware/JwtMiddleware.php
@@ -0,0 +1,56 @@
+header('access-token');
+            $data = JWTAuth::setToken($token)->getPayload();
+            // dd($data['sub']);
+            $user = User::find($data['sub']);
+            // dd($user);
+            $subscriptionEndDate = Carbon::parse($user->end_date);
+            // dd($subscriptionEndDate);
+            $todaysDate = Carbon::now()->toDateString();
+            $subscriptionEndsIn7Days = $subscriptionEndDate->addDays(7)->toDateString();
+            
+            if($subscriptionEndsIn7Days == null || $subscriptionEndsIn7Days < $todaysDate)
+            {
+                // Auth::logout();
+                $logout = auth('api')->logout();
+                
+                return response()->json(['success' => false,'status' => 'Authentication failed.']);
+            }
+        } catch (Exception $e) {
+            if ($e instanceof \Tymon\JWTAuth\Exceptions\TokenInvalidException){
+                return response()->json(['status' => 'Token is Invalid']);
+            }else if ($e instanceof \Tymon\JWTAuth\Exceptions\TokenExpiredException){
+                return response()->json(['status' => 'Token is Expired']);
+            }else{
+                return response()->json(['status' => 'Authorization Token not found' , 'status_code' => 201]);
+            }
+        }
+        Session::flash('tokenData', $token);
+        return $next($request);
+    }
+}
diff --git a/app/Http/Middleware/PreventRequestsDuringMaintenance.php b/app/Http/Middleware/PreventRequestsDuringMaintenance.php
new file mode 100644
index 0000000..74cbd9a
--- /dev/null
+++ b/app/Http/Middleware/PreventRequestsDuringMaintenance.php
@@ -0,0 +1,17 @@
+
+     */
+    protected $except = [
+        //
+    ];
+}
diff --git a/app/Http/Middleware/RedirectIfAuthenticated.php b/app/Http/Middleware/RedirectIfAuthenticated.php
new file mode 100644
index 0000000..a2813a0
--- /dev/null
+++ b/app/Http/Middleware/RedirectIfAuthenticated.php
@@ -0,0 +1,32 @@
+check()) {
+                return redirect(RouteServiceProvider::HOME);
+            }
+        }
+
+        return $next($request);
+    }
+}
diff --git a/app/Http/Middleware/TrimStrings.php b/app/Http/Middleware/TrimStrings.php
new file mode 100644
index 0000000..88cadca
--- /dev/null
+++ b/app/Http/Middleware/TrimStrings.php
@@ -0,0 +1,19 @@
+
+     */
+    protected $except = [
+        'current_password',
+        'password',
+        'password_confirmation',
+    ];
+}
diff --git a/app/Http/Middleware/TrustHosts.php b/app/Http/Middleware/TrustHosts.php
new file mode 100644
index 0000000..7186414
--- /dev/null
+++ b/app/Http/Middleware/TrustHosts.php
@@ -0,0 +1,20 @@
+
+     */
+    public function hosts()
+    {
+        return [
+            $this->allSubdomainsOfApplicationUrl(),
+        ];
+    }
+}
diff --git a/app/Http/Middleware/TrustProxies.php b/app/Http/Middleware/TrustProxies.php
new file mode 100644
index 0000000..3391630
--- /dev/null
+++ b/app/Http/Middleware/TrustProxies.php
@@ -0,0 +1,28 @@
+|string|null
+     */
+    protected $proxies;
+
+    /**
+     * The headers that should be used to detect proxies.
+     *
+     * @var int
+     */
+    protected $headers =
+        Request::HEADER_X_FORWARDED_FOR |
+        Request::HEADER_X_FORWARDED_HOST |
+        Request::HEADER_X_FORWARDED_PORT |
+        Request::HEADER_X_FORWARDED_PROTO |
+        Request::HEADER_X_FORWARDED_AWS_ELB;
+}
diff --git a/app/Http/Middleware/ValidateSignature.php b/app/Http/Middleware/ValidateSignature.php
new file mode 100644
index 0000000..093bf64
--- /dev/null
+++ b/app/Http/Middleware/ValidateSignature.php
@@ -0,0 +1,22 @@
+
+     */
+    protected $except = [
+        // 'fbclid',
+        // 'utm_campaign',
+        // 'utm_content',
+        // 'utm_medium',
+        // 'utm_source',
+        // 'utm_term',
+    ];
+}
diff --git a/app/Http/Middleware/VerifyCsrfToken.php b/app/Http/Middleware/VerifyCsrfToken.php
new file mode 100644
index 0000000..9e86521
--- /dev/null
+++ b/app/Http/Middleware/VerifyCsrfToken.php
@@ -0,0 +1,17 @@
+
+     */
+    protected $except = [
+        //
+    ];
+}
diff --git a/app/Http/Middleware/WebsiteMiddleware.php b/app/Http/Middleware/WebsiteMiddleware.php
new file mode 100644
index 0000000..c37b308
--- /dev/null
+++ b/app/Http/Middleware/WebsiteMiddleware.php
@@ -0,0 +1,38 @@
+toDateString();
+            $subscriptionEndDate = Carbon::parse($userData->end_date);
+            $subscriptionEndsIn7Days = $subscriptionEndDate->addDays(7)->toDateString();
+            if($subscriptionEndsIn7Days == null || $subscriptionEndsIn7Days < $todaysDate)
+            {
+                return redirect()->route('logout');
+                // Auth::logout();
+            }
+        }   
+        
+        return $next($request);
+    }
+}
diff --git a/app/Imports/UserImport.php b/app/Imports/UserImport.php
new file mode 100644
index 0000000..31902c1
--- /dev/null
+++ b/app/Imports/UserImport.php
@@ -0,0 +1,101 @@
+ $row) {
+            
+            $email = $row['email'];
+
+            // Check if the email is not empty and is a valid email address
+            if (!empty($email)) {   
+                
+                // Validation passed, create the user
+                $excelDate = $row['start_date'];
+                if($excelDate != null){
+                    $unixTimestamp = ($excelDate - 25569) * 86400; // Convert Excel date to Unix timestamp
+                    $start_date = date("Y-m-d", $unixTimestamp);
+                }
+                else{
+                    $start_date = null;
+                }
+                    
+                    
+                $excelDate = $row['end_date'];
+                if($excelDate != null){
+                    
+                    $unixTimestamp = ($excelDate - 25569) * 86400; // Convert Excel date to Unix timestamp
+                    $end_date = date("Y-m-d", $unixTimestamp); 
+                }
+                else{
+                    $end_date = null;
+                }
+                
+                $existingUserData = User::where('email_id',$email)->first();
+            
+                if($existingUserData){
+                    // dd($existingUserData->start_date);
+                    // dd($row['start_date']);
+                    if($end_date > $existingUserData->end_date)
+                    {
+                        
+                        // dd($existingUserData);
+                        $data = User::where('email_id', $row['email'])->update([
+                            'utm_source' => $row['utm_source'],
+                            'full_name' => $row['customer_name'],
+                            'contact_number' => $row['phone_number'],
+                            // 'password' => Hash::make($row['password']),
+                            'address' => $row['country'],
+                            'fitness_goal' => $row['fitness_goal'],
+                            'hear_about' => $row['where_did_you_hear_about_the_program'],
+                            'start_date' => $start_date,
+                            'end_date' => $end_date,
+                        ]);
+                    }
+                }else{
+                    User::Create([
+                        'email_id' => $row['email'],
+                        'utm_source' => $row['utm_source'],
+                        'full_name' => $row['customer_name'],
+                        'contact_number' => $row['phone_number'],
+                        'password' => Hash::make($row['password']),
+                        'address' => $row['country'],
+                        'fitness_goal' => $row['fitness_goal'],
+                        'hear_about' => $row['where_did_you_hear_about_the_program'],
+                        'start_date' => $start_date,
+                        'end_date' => $end_date,
+                        ]);
+                }
+                    
+            }
+                
+        }
+        
+        return $errors; 
+    }
+
+    public function customValidationMessages($rowKey)
+    {
+        return [
+            'email.unique' => 'Email should be unique at row ' . ($rowKey + 1),
+        ];
+    }
+
+    public function rules(): array
+    {
+        return [
+            'email' => 'required|unique:users,email_id',
+        ];
+    }
+}
\ No newline at end of file
diff --git a/app/Mail/ContactUsForm.php b/app/Mail/ContactUsForm.php
new file mode 100644
index 0000000..08ed61a
--- /dev/null
+++ b/app/Mail/ContactUsForm.php
@@ -0,0 +1,61 @@
+mail_details = $mail_details;
+    }
+
+
+    /**
+     * Get the message envelope.
+     *
+     * @return \Illuminate\Mail\Mailables\Envelope
+     */
+    // public function envelope()
+    // {
+    //     return new Envelope(
+    //         subject: $this->mail_details['subject'],
+    //     );
+    // }
+
+    /**
+     * Get the message content definition.
+     *
+     * @return \Illuminate\Mail\Mailables\Content
+     */
+    // public function content()
+    // {
+    //     return new Content(
+    //         view: 'website.Templates.contact_us',
+    //     );
+    // }
+
+    
+    public function build()
+    {
+        // print_r($this->mail_details);exit;
+        $data = $this->mail_details;
+        return $this
+        ->subject($this->mail_details['subject'])
+        ->view('website.Templates.contact_us')
+        ->with(['data' => $data]);
+    }
+}
diff --git a/app/Mail/DemoMail.php b/app/Mail/DemoMail.php
new file mode 100644
index 0000000..14ebb13
--- /dev/null
+++ b/app/Mail/DemoMail.php
@@ -0,0 +1,59 @@
+mail_details = $mail_details;
+    }
+
+    /**
+     * Get the message envelope.
+     *
+     * @return \Illuminate\Mail\Mailables\Envelope
+     */
+    public function envelope()
+    {
+        return new Envelope(
+            subject: $this->mail_details['subject'],
+        );
+    }
+
+    /**
+     * Get the message content definition.
+     *
+     * @return \Illuminate\Mail\Mailables\Content
+     */
+    public function content()
+    {
+        return new Content(
+            view: 'website.Templates.contact_us',
+        );
+    }
+
+    /**
+     * Get the attachments for the message.
+     *
+     * @return array
+     */
+    
+    public function build()
+    {
+        // print_r($this->mail_details);exit;
+        $data = $this->mail_details;
+        return $this
+        ->view('website.Templates.contact_us')
+        ->with(['data' => $data])
+        ->to($data['email']);
+    }
+}
diff --git a/app/Mail/SendMail.php b/app/Mail/SendMail.php
new file mode 100644
index 0000000..7ae98a1
--- /dev/null
+++ b/app/Mail/SendMail.php
@@ -0,0 +1,65 @@
+send_mail_details = $send_mail_details;
+    }
+
+    /**
+     * Get the message envelope.
+     *
+     * @return \Illuminate\Mail\Mailables\Envelope
+     */
+    public function envelope()
+    {
+        return new Envelope(
+            subject: $this->send_mail_details['subject'],
+        );
+    }
+
+    /**
+     * Get the message content definition.
+     *
+     * @return \Illuminate\Mail\Mailables\Content
+     */
+    public function content()
+    {
+        return new Content(
+            view: 'Admin.Templates.manage_contact',
+        );
+    }
+
+    /**
+     * Get the attachments for the message.
+     *
+     * @return array
+     */
+    
+    public function build()
+    {
+//         print_r($this->send_mail_details);exit;
+        $data = $this->send_mail_details;
+        return $this
+        ->view('Admin.Templates.manage_contact')
+        ->with(['data' => $data])
+        ->to($data['email']);
+    }
+}
diff --git a/app/Mail/SendUserOtp.php b/app/Mail/SendUserOtp.php
new file mode 100644
index 0000000..dff9008
--- /dev/null
+++ b/app/Mail/SendUserOtp.php
@@ -0,0 +1,65 @@
+mail_details = $mail_details;
+    }
+
+    /**
+     * Get the message envelope.
+     *
+     * @return \Illuminate\Mail\Mailables\Envelope
+     */
+    public function envelope()
+    {
+        return new Envelope(
+            subject: $this->mail_details['subject'],
+        );
+    }
+
+    /**
+     * Get the message content definition.
+     *
+     * @return \Illuminate\Mail\Mailables\Content
+     */
+    public function content()
+    {
+        return new Content(
+            view: 'Admin.Templates.user_otp',
+        );
+    }
+
+    /**
+     * Get the attachments for the message.
+     *
+     * @return array
+     */
+    
+    public function build()
+    {
+        // print_r($this->mail_details);exit;
+        $data = $this->mail_details;
+        return $this
+        ->view('Admin.Templates.user_otp')
+        ->with(['data' => $data])
+        ->to($data['email']);
+    }
+}
diff --git a/app/Mail/SignInOtpMail.php b/app/Mail/SignInOtpMail.php
new file mode 100644
index 0000000..ffe7bc2
--- /dev/null
+++ b/app/Mail/SignInOtpMail.php
@@ -0,0 +1,64 @@
+mail_otp_details = $mail_otp_details;
+    }
+
+    /**
+     * Get the message envelope.
+     *
+     * @return \Illuminate\Mail\Mailables\Envelope
+     */
+    public function envelope()
+    {
+        return new Envelope(
+            subject: $this->mail_otp_details['subject'],
+        );
+    }
+
+    /**
+     * Get the message content definition.
+     *
+     * @return \Illuminate\Mail\Mailables\Content
+     */
+    public function content()
+    {
+        return new Content(
+            view: 'Admin.Templates.sign_in_otp',
+        );
+    }
+
+    /**
+     * Get the attachments for the message.
+     *
+     * @return array
+     */
+    public function build()
+    {
+        // print_r($this->mail_details);exit;
+        $data = $this->mail_otp_details;
+        return $this
+        ->view('Admin.Templates.sign_in_otp')
+        ->with(['data' => $data])
+        ->to($data['email']);
+    }
+}
diff --git a/app/Mail/UserRegisterMail.php b/app/Mail/UserRegisterMail.php
new file mode 100644
index 0000000..6e417b2
--- /dev/null
+++ b/app/Mail/UserRegisterMail.php
@@ -0,0 +1,74 @@
+users = $users;
+    }
+
+    /**
+     * Get the message envelope.
+     *
+     * @return \Illuminate\Mail\Mailables\Envelope
+     */
+    public function envelope()
+    {
+        return new Envelope(
+            subject: 'User Register Mail',
+        );
+    }
+
+    /**
+     * Get the message content definition.
+     *
+     * @return \Illuminate\Mail\Mailables\Content
+     */
+    public function content()
+    {
+        return new Content(
+            view: 'Admin.Templates.user_register',
+        );
+    }
+    
+     /**
+     * Build the message.
+     *
+     * @return $this
+     */
+    public function build()
+    {
+        $data = $this->users;
+        return $this->subject('Mail from Get set Fit')
+                    ->view('Admin.Templates.user_register')
+                    ->with(['data' => $data]);
+    }
+
+    /**
+     * Get the attachments for the message.
+     *
+     * @return array
+     */
+    public function attachments()
+    {
+        return [];
+    }
+}
diff --git a/app/Models/ActivityDay.php b/app/Models/ActivityDay.php
new file mode 100644
index 0000000..0e5b807
--- /dev/null
+++ b/app/Models/ActivityDay.php
@@ -0,0 +1,64 @@
+hasMany(ActivitySchedule::class, 'activity_master_id');
+    }
+    public function subscription(){
+        return $this->belongsTo(SubscriptionMaster::class, 'subscription_id', 'id');
+    }
+    
+    public function teacher_data(){
+        return $this->belongsTo(Teacher::class,'teacher_id','id');
+    }
+    public function faq_activity_link() {
+        return $this->hasMany(LinkFaqActivityMasterIds::class, 'activity_master_id', 'id');
+    }
+    
+    public function scheduleData()
+    {
+        return $this->hasMany(ActivitySchedule::class, 'id', 'activity_schedule_id');
+    }
+    
+     public function activityData()
+    {
+        return $this->hasMany(ActivityMaster::class, 'id', 'activity_master_id');
+    }
+}
diff --git a/app/Models/ActivityMaster.php b/app/Models/ActivityMaster.php
new file mode 100644
index 0000000..ad2e7e2
--- /dev/null
+++ b/app/Models/ActivityMaster.php
@@ -0,0 +1,64 @@
+hasMany(ActivitySchedule::class, 'activity_master_id');
+    }
+//     public function day()
+//    {
+//        return $this->hasMany(ActivityDay::class, 'activity_master_id');
+//    }
+    public function subscription(){
+        return $this->belongsTo(SubscriptionMaster::class, 'subscription_id', 'id');
+    }
+    
+    public function teacher_data(){
+        return $this->belongsTo(Teacher::class,'teacher_id','id');
+    }
+    public function past_data(){
+        return $this->hasMany(PastSession::class,'activity_master_id','id');
+    }
+//    public function schedule(){
+//            return $this->belongsTo(ActivitySchedule::class,'id');
+//    }
+    
+    public function faq_activity_link() {
+        return $this->hasMany(LinkFaqActivityMasterIds::class, 'activity_master_id', 'id');
+    }
+    
+}
diff --git a/app/Models/ActivitySchedule.php b/app/Models/ActivitySchedule.php
new file mode 100644
index 0000000..7958fd6
--- /dev/null
+++ b/app/Models/ActivitySchedule.php
@@ -0,0 +1,48 @@
+belongsTo(ActivityMaster::class, 'subscription_id');
+    }
+    public function subscription(){
+        return $this->belongsTo(SubscriptionMaster::class, 'subscription_id', 'id');
+    }
+    public function past_data(){
+        return $this->hasMany(PastSession::class,'activity_schedule_id','id');
+    }
+
+    protected $dates = ['deleted_at'];
+
+}
+ 
\ No newline at end of file
diff --git a/app/Models/AdminMaster.php b/app/Models/AdminMaster.php
new file mode 100644
index 0000000..ebc162f
--- /dev/null
+++ b/app/Models/AdminMaster.php
@@ -0,0 +1,24 @@
+review1);
+    }
+}
diff --git a/app/Models/AppVersion.php b/app/Models/AppVersion.php
new file mode 100644
index 0000000..49e209e
--- /dev/null
+++ b/app/Models/AppVersion.php
@@ -0,0 +1,12 @@
+belongsTo(User::class,'user_id');
+    }
+
+}
diff --git a/app/Models/DailyStepsCount.php b/app/Models/DailyStepsCount.php
new file mode 100644
index 0000000..0dff87b
--- /dev/null
+++ b/app/Models/DailyStepsCount.php
@@ -0,0 +1,17 @@
+belongsTo(User::class,'user_id');
+    }
+    
+    public function user_data()
+    {
+        return $this->hasOne(UserDetail::class,'user_id','user_id');
+    }
+    
+    
+}
+
diff --git a/app/Models/LinkFaqActivityMasterIds.php b/app/Models/LinkFaqActivityMasterIds.php
new file mode 100644
index 0000000..b54092b
--- /dev/null
+++ b/app/Models/LinkFaqActivityMasterIds.php
@@ -0,0 +1,21 @@
+hasMany(ActivityMaster::class, 'activity_master_id', 'id');
+    }
+     public function faqsData() {
+        return $this->hasOne(ManageFaq::class, 'id', 'faqs_id');
+    }
+    
+}
diff --git a/app/Models/ManageAboutUs.php b/app/Models/ManageAboutUs.php
new file mode 100644
index 0000000..3ce3e3e
--- /dev/null
+++ b/app/Models/ManageAboutUs.php
@@ -0,0 +1,28 @@
+belongsTo(ManageFaqCategory::class, 'category_id', 'id');
+    }
+    
+    public function faqs() {
+        return $this->hasMany(LinkFaqActivityMasterIds::class, 'faqs_id', 'id');
+    }
+}
diff --git a/app/Models/ManageFaqCategory.php b/app/Models/ManageFaqCategory.php
new file mode 100644
index 0000000..2968a56
--- /dev/null
+++ b/app/Models/ManageFaqCategory.php
@@ -0,0 +1,25 @@
+hasMany(ManageFaq::class,'category_id','id');
+    }
+}
diff --git a/app/Models/ManageFeedback.php b/app/Models/ManageFeedback.php
new file mode 100644
index 0000000..78163b6
--- /dev/null
+++ b/app/Models/ManageFeedback.php
@@ -0,0 +1,25 @@
+hasOne(User::class,'id','user_id');
+    }
+    
+    public function user_detail(){
+        return $this->belongsTo(UserDetail::class,'user_id','user_id');
+    }
+    
+}
diff --git a/app/Models/ManageFreeVideo.php b/app/Models/ManageFreeVideo.php
new file mode 100644
index 0000000..416c025
--- /dev/null
+++ b/app/Models/ManageFreeVideo.php
@@ -0,0 +1,19 @@
+hasMany(QuizQuestionsAnswer::class,'question_id','id');
+    }
+}
diff --git a/app/Models/ManageRateUs.php b/app/Models/ManageRateUs.php
new file mode 100644
index 0000000..ccc5966
--- /dev/null
+++ b/app/Models/ManageRateUs.php
@@ -0,0 +1,18 @@
+hasMany(ShortClipsLikes::class, 'short_clips_id','id')->where('is_active','1');
+        }
+
+}
diff --git a/app/Models/Models.zip b/app/Models/Models.zip
new file mode 100644
index 0000000..d724daa
Binary files /dev/null and b/app/Models/Models.zip differ
diff --git a/app/Models/MonthlyPosition.php b/app/Models/MonthlyPosition.php
new file mode 100644
index 0000000..419f01e
--- /dev/null
+++ b/app/Models/MonthlyPosition.php
@@ -0,0 +1,24 @@
+hasMany(User::class,'id','user_id');
+    }
+}
diff --git a/app/Models/NewsArticlesCategory.php b/app/Models/NewsArticlesCategory.php
new file mode 100644
index 0000000..8a1319a
--- /dev/null
+++ b/app/Models/NewsArticlesCategory.php
@@ -0,0 +1,22 @@
+hasMany(ManageNewsArticles::class, 'category_id','id')->where('is_active','1');
+    }
+    
+}
diff --git a/app/Models/NotificationMaster.php b/app/Models/NotificationMaster.php
new file mode 100644
index 0000000..2599d28
--- /dev/null
+++ b/app/Models/NotificationMaster.php
@@ -0,0 +1,16 @@
+hasOne(User::class,'id','user_id');
+    }
+    
+    public function notification_master_data(){
+        
+        return $this->hasOne(NotificationMaster::class,'id','notification_id');
+    }
+}
diff --git a/app/Models/PastSession.php b/app/Models/PastSession.php
new file mode 100644
index 0000000..4e9ce8c
--- /dev/null
+++ b/app/Models/PastSession.php
@@ -0,0 +1,19 @@
+hasOne(ActivitySchedule::class, 'id','activity_schedule_id');
+    }
+}
+
diff --git a/app/Models/PaymentTransactionsMaster.php b/app/Models/PaymentTransactionsMaster.php
new file mode 100644
index 0000000..c1374a4
--- /dev/null
+++ b/app/Models/PaymentTransactionsMaster.php
@@ -0,0 +1,15 @@
+hasMany(ManageQuizQuestion::class);
+    // }
+
+}
diff --git a/app/Models/SessionStatus.php b/app/Models/SessionStatus.php
new file mode 100644
index 0000000..32b3762
--- /dev/null
+++ b/app/Models/SessionStatus.php
@@ -0,0 +1,11 @@
+belongsTo(ManageShortClips::class,'id')->where('is_active','1');
+    }
+}
diff --git a/app/Models/SubscriptionMaster.php b/app/Models/SubscriptionMaster.php
new file mode 100644
index 0000000..d3e07b7
--- /dev/null
+++ b/app/Models/SubscriptionMaster.php
@@ -0,0 +1,38 @@
+hasMany(ActivityMaster::class, 'subscription_id', 'id');
+    }
+    
+    public function subscription_plan_packages() 
+    {
+        
+        return $this->hasOne(SubscriptionPlanPackage::class, 'subscription_master_id', 'id');
+    }
+    
+    public function subscription_package_descriptions() 
+    {
+        
+        return $this->hasOne(SubscriptionPackageDescription::class, 'subscription_master_id', 'id');
+    }
+}
diff --git a/app/Models/SubscriptionPackageDescription.php b/app/Models/SubscriptionPackageDescription.php
new file mode 100644
index 0000000..956c961
--- /dev/null
+++ b/app/Models/SubscriptionPackageDescription.php
@@ -0,0 +1,32 @@
+hasOne(SubscriptionPackageDescription::class, 'plan_id');
+    }
+ 
+
+}
diff --git a/app/Models/SubscriptionPlanPackage.php b/app/Models/SubscriptionPlanPackage.php
new file mode 100644
index 0000000..f626522
--- /dev/null
+++ b/app/Models/SubscriptionPlanPackage.php
@@ -0,0 +1,36 @@
+belongsTo(SubscriptionMaster::class,'plan_id');
+    }
+    
+    public function subscription_package_descriptions() {
+        
+        return $this->hasOne(SubscriptionPackageDescription::class, 'plan_id');
+    }
+ 
+}
diff --git a/app/Models/Teacher.php b/app/Models/Teacher.php
new file mode 100644
index 0000000..d68af52
--- /dev/null
+++ b/app/Models/Teacher.php
@@ -0,0 +1,24 @@
+hasMany(TestimonialImages::class,'testimonial_id','id');
+        }
+}
diff --git a/app/Models/TestimonialImages.php b/app/Models/TestimonialImages.php
new file mode 100644
index 0000000..da7e6a5
--- /dev/null
+++ b/app/Models/TestimonialImages.php
@@ -0,0 +1,14 @@
+belongsTo(SubscriptionMaster::class, 'subscription_id', 'id');
+    }
+    
+//    public function teacher(){
+//        return $this->hasMany(ActivityMaster::class, 'id','teacher_id');
+//    }
+}
diff --git a/app/Models/User.php b/app/Models/User.php
new file mode 100644
index 0000000..a4ea32d
--- /dev/null
+++ b/app/Models/User.php
@@ -0,0 +1,137 @@
+getKey();
+    }
+
+    public function getJWTCustomClaims()
+    {
+        return [];
+    }
+    /**
+     * Get the identifier that will be stored in the subject claim of the JWT.
+     *
+     * @return mixed
+     */
+    // public function getJWTIdentifier() {
+    //     return $this->getKey();
+    // }
+
+    /**
+     * Return a key value array, containing any custom claims to be added to the JWT.
+     *
+     * @return array
+     */
+    // public function getJWTCustomClaims() {
+    //     return [];
+    // }
+
+    public function ContactUs() {
+        return $this->hasOne(ContactUs::class);
+    }
+    
+    public function userThought() {
+        return $this->hasOne(UserThought::class, 'user_id', 'id');
+    }    
+    
+    /**
+     * Created By : Pradyumn Dwivedi
+     * Created at : 06-feb-2023
+     * Use : To get user details data in user listing
+     */
+    public function user_detail(){
+            return $this->hasOne('App\Models\UserDetail', 'user_id', 'id')->withDefault();
+    }
+    
+    public function leaderboard_master()
+{
+    return $this->hasMany(LeaderboardMaster::class);
+}
+
+      public function stepCount()
+{
+    return $this->hasMany(DailyStepsCount::class)->where('date', Carbon::today()->toDateString());
+}
+}
diff --git a/app/Models/UserContentView.php b/app/Models/UserContentView.php
new file mode 100644
index 0000000..1123af5
--- /dev/null
+++ b/app/Models/UserContentView.php
@@ -0,0 +1,14 @@
+hasMany(User::class);
+    }
+    
+    // public function user_details()
+    // {
+    //     return $this->belongsTo(LeaderboardMaster::class);
+    // }
+
+}
diff --git a/app/Models/UserEmailOtp.php b/app/Models/UserEmailOtp.php
new file mode 100644
index 0000000..6d625a7
--- /dev/null
+++ b/app/Models/UserEmailOtp.php
@@ -0,0 +1,13 @@
+format('d-m-Y H:i:s');
+    }
+
+    protected $dates = ['deleted_at'];
+    protected $table = 'user_over_views';
+    protected $fillable = [
+        'user_id',
+        'muscle_rate',
+        'body_fat',
+        'skeletal_muscle',
+        'protein',
+        'bmr',
+        'water',
+        'age'
+    ];
+
+    public function user() {
+        return $this->belongsTo(User::class, 'id', 'user_id');
+    }
+    
+    public function userData()
+    {
+        return $this->belongsTo(User::class, 'user_id', 'id'); 
+    }
+
+}
diff --git a/app/Models/UserQuizPoints.php b/app/Models/UserQuizPoints.php
new file mode 100644
index 0000000..6c41bbf
--- /dev/null
+++ b/app/Models/UserQuizPoints.php
@@ -0,0 +1,12 @@
+belongsTo(User::class);
+    }
+}
diff --git a/app/Providers/AppServiceProvider.php b/app/Providers/AppServiceProvider.php
new file mode 100644
index 0000000..ee8ca5b
--- /dev/null
+++ b/app/Providers/AppServiceProvider.php
@@ -0,0 +1,28 @@
+
+     */
+    protected $policies = [
+        // 'App\Models\Model' => 'App\Policies\ModelPolicy',
+    ];
+
+    /**
+     * Register any authentication / authorization services.
+     *
+     * @return void
+     */
+    public function boot()
+    {
+        $this->registerPolicies();
+
+        //
+    }
+}
diff --git a/app/Providers/BroadcastServiceProvider.php b/app/Providers/BroadcastServiceProvider.php
new file mode 100644
index 0000000..395c518
--- /dev/null
+++ b/app/Providers/BroadcastServiceProvider.php
@@ -0,0 +1,21 @@
+>
+     */
+    protected $listen = [
+        Registered::class => [
+            SendEmailVerificationNotification::class,
+        ],
+    ];
+
+    /**
+     * Register any events for your application.
+     *
+     * @return void
+     */
+    public function boot()
+    {
+        //
+    }
+
+    /**
+     * Determine if events and listeners should be automatically discovered.
+     *
+     * @return bool
+     */
+    public function shouldDiscoverEvents()
+    {
+        return false;
+    }
+}
diff --git a/app/Providers/MyServiceProvider.php b/app/Providers/MyServiceProvider.php
new file mode 100644
index 0000000..c92136a
--- /dev/null
+++ b/app/Providers/MyServiceProvider.php
@@ -0,0 +1,28 @@
+configureRateLimiting();
+
+        $this->routes(function () {
+            Route::middleware('api')
+                ->prefix('api')
+                ->group(base_path('routes/api.php'));
+
+            Route::middleware('web')
+                ->group(base_path('routes/web.php'));
+        });
+    }
+
+    /**
+     * Configure the rate limiters for the application.
+     *
+     * @return void
+     */
+    protected function configureRateLimiting()
+    {
+        RateLimiter::for('api', function (Request $request) {
+            return null;
+            // return Limit::perMinute(100000)->by($request->user()?->id ?: $request->ip());
+        });
+    }
+}
diff --git a/app/Services/Admin/ManageAboutUsService.php b/app/Services/Admin/ManageAboutUsService.php
new file mode 100644
index 0000000..985a6fb
--- /dev/null
+++ b/app/Services/Admin/ManageAboutUsService.php
@@ -0,0 +1,127 @@
+edit_about_us_id);
+        
+        if($request->file('main_about_us_image')){
+            $rules = [
+                'main_about_us_image' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return false;
+                }
+            }
+            else {
+                $file_one = $request->file('main_about_us_image');
+                $ext = $file_one->extension();
+                $file_name_main_image = time() . '.' . $ext;
+                $path = public_path() . '/uploads/about_us';
+                $file_one->move($path, $file_name_main_image);
+                $about_us->main_image = $file_name_main_image;
+            }
+        }
+        
+        if($request->file('about_us_middle_image')){
+            $rules = [
+                'about_us_middle_image' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return false;
+                }
+            }
+            else {
+                $file_two = $request->file('about_us_middle_image');
+                $ext = $file_two->extension();
+                $file_name_middle_image = time() . '.' . $ext;
+                $path = public_path() . '/uploads/about_us';
+                $file_two->move($path, $file_name_middle_image);
+                $about_us->middel_image = $file_name_middle_image ;
+            }
+        }
+        
+        if($request->file('about_us_footer_first_image')){
+            $rules = [
+                'about_us_footer_first_image' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return false;
+                }
+            }
+            else {
+                $file_three = $request->file('about_us_footer_first_image');
+                $ext = $file_three->extension();
+                $file_name_first_image = time() . '.' . $ext;
+                $path = public_path() . '/uploads/about_us';
+                $file_three->move($path, $file_name_first_image);
+                $about_us->aboutus_first_image = $file_name_first_image ;
+            }
+        }
+        
+        if($request->file('about_us_footer_last_image')){
+            $rules = [
+                'about_us_footer_last_image' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return false;
+                }
+            }
+            else {
+                $file_four = $request->file('about_us_footer_last_image');
+                $ext = $file_four->extension();
+                $file_name_last_image = time() . '.' . $ext;
+                $path = public_path() . '/uploads/about_us';
+                $file_four->move($path, $file_name_last_image);
+                $about_us->aboutus_last_image = $file_name_last_image;
+            }
+        }
+        
+        $about_us->about_us_title = $request->input('about_us_title');
+        $about_us->video_url = $request->input('about_us_video_url');
+        $about_us->description = $request->input('about_us_desc');
+        $about_us->about_us_first_image_title = $request->input('about_us_first_image_title');
+        $about_us->about_us_last_image_title = $request->input('about_us_footer_second_image_title');
+
+        $about_us->save();
+        return $about_us;
+    }
+
+}
diff --git a/app/Services/Admin/ManageBannerService.php b/app/Services/Admin/ManageBannerService.php
new file mode 100644
index 0000000..cf009fb
--- /dev/null
+++ b/app/Services/Admin/ManageBannerService.php
@@ -0,0 +1,59 @@
+get()->toArray();
+        $db_banner_image = $manage_banner[0]['banner_path'];
+        // dd($db_banner_image);
+        
+        if($request->file('my_file')){
+            $rules = [
+                'my_file' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return false;
+                }
+            }
+            else {
+                $file = $request->file('my_file');
+                $ext = $file->extension();
+                $file_name = time().'.'.$ext;
+                $path = public_path().'/uploads/';
+                $file-> move($path,$file_name);
+                $banner_iamge = url('/public/uploads/'.$file_name);
+            }
+        }else{
+            $banner_iamge = $db_banner_image;
+        }
+        
+        
+        // for image upload end
+    
+        $manage_banner = new ManageBanner;
+        $manage_banner->banner_path = $banner_iamge;
+        $manage_banner->block_position = $request->input('banner_postion');
+        $manage_banner->save();
+        return $manage_banner;
+    }
+
+    public function view_manage_banner()
+    {
+         $manage_banner = ManageBanner::latest()->get();
+         return $manage_banner;
+    }
+}
diff --git a/app/Services/Admin/ManageContactService.php b/app/Services/Admin/ManageContactService.php
new file mode 100644
index 0000000..21628c6
--- /dev/null
+++ b/app/Services/Admin/ManageContactService.php
@@ -0,0 +1,70 @@
+get()->toArray();
+        return $manage_contact;
+    }
+
+    public function delete_contact() {
+        $data = ContactUs::onlyTrashed()->with('user')->get()->toArray();
+        return $data;
+    }
+
+    public function send_mail($request) {
+//         dd($request->all()); 
+    
+        $validator = Validator::make($request->all(),[
+          'email_id'=> 'required|email',
+//           'full_name'=> 'required|full_name',
+        ]);
+
+        if ($validator->fails()) { 
+            return response()->json([
+                'error'=>$validator->errors()], 401);
+            }
+
+          $id = $request->noti_user_id;
+          $message = $request->message;
+        if($id){
+            $send_mail_details = [
+                'email' => $request->email_id,
+                'subject' => 'Sending Mail',
+//                'full_name' => $request->full_name,
+                'body' => $message
+            ];
+           
+            \Mail::to($request->email_id)->send(new SendMail($send_mail_details));
+           
+             return response(["status" => 200, 
+                              "message" => "Mail sent successfully",
+                              ]);
+            }
+            else{
+                return response(["status" => 401, 
+                                 'message' => 'Invalid']
+                                );
+            }
+
+
+    }
+
+    }
+
diff --git a/app/Services/Admin/ManageDietPlanService.php b/app/Services/Admin/ManageDietPlanService.php
new file mode 100644
index 0000000..ce728f6
--- /dev/null
+++ b/app/Services/Admin/ManageDietPlanService.php
@@ -0,0 +1,85 @@
+toArray();
+//            echo "
";
+//            print_r($manage_diet_plan);
+//            exit();
+        return $manage_diet_plan;
+    }
+
+public function insert_plan(Request $request) 
+    {
+//        print_r($request->all());
+//        exit();
+//        $MasterId = $request->id;sw
+        $subscription_master = SubscriptionMaster::create(['plan_name' => $request->plan_name]);
+
+        $plan_package_data = SubscriptionPlanPackage::create([
+            'subscription_master_id' => $subscription_master->id,
+            'plan_period' => $request->plan_period,
+            'plan_price' => $request->plan_price,
+            'currency_type' => $request->currency_type
+        ]);
+        
+        $package_description_data = SubscriptionPackageDescription::create([
+            'plan_id' => $plan_package_data->id,
+            'subscription_master_id' => $subscription_master->id,
+            'description' => $request->description
+        ]);
+                
+        return $subscription_master;
+        return $plan_package_data;
+        return $package_description_data;
+    }
+
+    public function edit_plan($id) {
+        $editPlan = SubscriptionMaster::with('subscription_plan_packages', 'subscription_package_descriptions')->find($id)->toArray();
+//          echo "
";
+//        print_r($editPlan);exit;
+        return $editPlan;
+    }
+    
+    public function update_plan(Request $request)
+    {
+//        print_r($request->all());
+//        exit();
+//        $request->validate([
+//        'plan_name' => 'required',
+//        'plan_period' => 'required',
+//        'currency_type' => 'required',
+//        'description' => 'required',
+//    ]);
+//        
+        $updateSubscriptionMaster = SubscriptionMaster::find($request->edit_plan_id);
+//        print_r($request->id);
+//        exit();
+          $master_data = ['plan_name' => $request->plan_name];
+          $updateSubscriptionMaster->update($master_data);
+          
+          $updateSubscriptionPlanPackage = SubscriptionPlanPackage::where('id', $request->edit_packages_id);
+          $plan_data = [
+            'plan_period' => $request->plan_period,
+            'plan_price' => $request->plan_price,
+            'currency_type' => $request->currency_type
+           ];
+          $updateSubscriptionPlanPackage->update($plan_data);
+           
+          $updateSubscriptionPackageDescription = SubscriptionPackageDescription::where('id', $request->edit_description_id);
+          $package_data = [
+             'description' => $request->plan_description
+           ];
+          $updateSubscriptionPackageDescription->update($package_data);
+    }
+    
+}
diff --git a/app/Services/Admin/ManageFaqService.php b/app/Services/Admin/ManageFaqService.php
new file mode 100644
index 0000000..d08e14b
--- /dev/null
+++ b/app/Services/Admin/ManageFaqService.php
@@ -0,0 +1,76 @@
+category_name = $request->input('category_name');
+        $faq_categories->save();
+        return $faq_categories;
+    }
+
+    public function view_faq_category()
+    {
+        $faq_categories = ManageFaqCategory::withCount('faqs')->get();
+        return $faq_categories;
+    }
+
+    public function update_faq_categories(Request $request)
+    {
+    //   dd($request);
+        $faq_categories_id = $request->edit_category_id;
+        // dd($faq_categories_id);
+        $faq_categories = ManageFaqCategory::find($request->edit_category_id);
+        // $faq_categories = new ManageFaqCategory;
+        $faq_categories->category_name = $request->input('category_name');
+        $faq_categories->save();
+        // dd( $faq_categories);
+        return $faq_categories;
+    }
+
+    // =================================================================================================================
+    
+    public function insert_faq(Request $request)
+    {
+        // dd($faq_categories);
+        $faq = new ManageFaq;
+        $faq->category_id = $request->input('category_id');
+        $faq->question = $request->input('question');
+        $faq->answer = $request->input('answer');
+        $faq->video_url = $request->input('video_url');
+        $faq->save();
+        return $faq;
+    }
+
+    public function view_faq()
+    {
+        $faq = ManageFaq::latest()->get();
+        return $faq;
+    }
+    
+    public function update_faq(Request $request)
+    {
+    //   dd($request);
+        $faq_id = $request->edit_faq_id;
+        // dd($faq_categories_id);
+        $faq = ManageFaq::find($request->edit_faq_id);
+        // $faq_categories = new ManageFaqCategory;
+        $faq->category_id = $request->input('category_id');
+        $faq->question = $request->input('question');
+        $faq->answer = $request->input('answer');
+        $faq->video_url = $request->input('video_url');
+        $faq->save();
+        return $faq;
+    }
+}
diff --git a/app/Services/Admin/ManagePlanService.php b/app/Services/Admin/ManagePlanService.php
new file mode 100644
index 0000000..0bb7f76
--- /dev/null
+++ b/app/Services/Admin/ManagePlanService.php
@@ -0,0 +1,89 @@
+get()->toArray();
+//            echo "
";
+//            print_r($manage_plan);
+//            exit();
+        return $manage_plan;
+    }
+
+public function insert_plan(Request $request) 
+    {
+//        print_r($request->all());
+//        exit();
+//        $MasterId = $request->id;
+    
+        $file = $request->file('myFile');
+        $ext = $file->extension();
+        $file_name = time() . '.' . $ext;
+        $path = public_path() . '/uploads/plan';
+        $file->move($path, $file_name);
+        
+        $subscription_master = SubscriptionMaster::create([
+                'plan_name' => $request->plan_name,
+                'plan_image' => url('/public/uploads/plan/' . $file_name),
+            ]);
+
+        $plan_package_data = SubscriptionPlanPackage::create([
+            'subscription_master_id' => $subscription_master->id,
+            'plan_period' => $request->plan_period,
+            'plan_price' => $request->plan_price,
+            'currency_type' => $request->currency_type
+        ]);
+        
+        $package_description_data = SubscriptionPackageDescription::create([
+            'plan_id' => $plan_package_data->id,
+            'subscription_master_id' => $subscription_master->id,
+            'description' => $request->description
+        ]);
+                
+        return $subscription_master;
+        return $plan_package_data;
+        return $package_description_data;
+    }
+
+    public function edit_plan($id) {
+        $editPlan = SubscriptionMaster::with('subscription_plan_packages', 'subscription_package_descriptions')->find($id)->toArray();
+//          echo "
";
+//        print_r($editPlan);exit;
+        return $editPlan;
+    }
+    
+    public function update_plan(Request $request)
+    {
+    
+        $updateSubscriptionMaster = SubscriptionMaster::find($request->edit_plan_id);
+//        print_r($request->id);
+//        exit();
+          $master_data = ['plan_name' => $request->plan_name];
+          $updateSubscriptionMaster->update($master_data);
+          
+          $updateSubscriptionPlanPackage = SubscriptionPlanPackage::where('id', $request->edit_packages_id);
+          $plan_data = [
+            'plan_period' => $request->plan_period,
+            'plan_price' => $request->plan_price,
+            'currency_type' => $request->currency_type
+           ];
+          $updateSubscriptionPlanPackage->update($plan_data);
+           
+          $updateSubscriptionPackageDescription = SubscriptionPackageDescription::where('id', $request->edit_description_id);
+          $package_data = [
+             'description' => $request->plan_description
+           ];
+          $updateSubscriptionPackageDescription->update($package_data);
+    }
+    
+}
diff --git a/app/Services/Admin/ManageShortClipsService.php b/app/Services/Admin/ManageShortClipsService.php
new file mode 100644
index 0000000..c8f56fa
--- /dev/null
+++ b/app/Services/Admin/ManageShortClipsService.php
@@ -0,0 +1,95 @@
+ 'required|file|max:400', // 400 KB
+        ];
+    
+        $validator = Validator::make($request->all(),$rules);
+ 
+        if ($validator->fails()) {
+            if ($request->expectsJson()) {
+                return false;
+            }
+        }
+        else {
+            $file = $request->file('thumbnail');
+            $ext = $file->extension();
+            $file_name = time().'.'.$ext;
+            $path = public_path().'/uploads/short_clips';
+            $file-> move($path,$file_name);
+        }
+        
+        // for image upload end
+        $insertShortsClips = new ManageShortClips;
+        $insertShortsClips->video_title = $request->input('video_title');
+        $insertShortsClips->video_description = $request->input('description');
+        $insertShortsClips->video_url = $request->input('video_url');
+        $insertShortsClips->thumbnail = $file_name;
+        $insertShortsClips->save();
+        return $insertShortsClips;
+    }
+
+    public function get_all_short_clips() {
+        $data = [
+            'getAllShortsClips' => $getAllShortsClips = ManageShortClips::latest()->get(),
+            'getAllShortsClipsDeleted' => $getAllShortsClipsDeleted = ManageShortClips::onlyTrashed()->orderBy('deleted_at', 'desc')->get()
+        ];
+        return $data;
+    }
+
+    public function edit_short_clips($id) {
+        $editShortClips = ManageShortClips::find($id);
+//        echo "
"; print_r($editShortClips); exit;
+        return $editShortClips;
+    }
+
+    public function update_short_clips(Request $request) {
+        // dd($request);
+        $shortClipsId = $request->edit_id;
+        $updateShortClips = ManageShortClips::find($request->edit_id);
+        if($request->thumbnail){
+            $rules = [
+                'thumbnail' => 'required|file|max:400', // 400 KB
+            ];
+        
+            $validator = Validator::make($request->all(),$rules);
+     
+            if ($validator->fails()) {
+                if ($request->expectsJson()) {
+                    return false;
+                }
+            }
+            else {
+                $file_one = $request->file('thumbnail');
+                $ext = $file_one->extension();
+                $file_name_main_image = time() . '.' . $ext;
+                $path = public_path() . '/uploads/short_clips';
+                $file_one->move($path, $file_name_main_image);
+                $updateShortClips->thumbnail = $file_name_main_image;
+            }
+        }
+        
+        $updateShortClips->video_title = $request->input('video_title');
+        $updateShortClips->video_description = $request->input('description');
+        $updateShortClips->video_url = $request->input('video_url');
+        
+        $updateShortClips->save();
+        return $updateShortClips;
+    }
+
+}
diff --git a/app/Services/Admin/ManageTestimonialService.php b/app/Services/Admin/ManageTestimonialService.php
new file mode 100644
index 0000000..f445bbb
--- /dev/null
+++ b/app/Services/Admin/ManageTestimonialService.php
@@ -0,0 +1,150 @@
+get();
+        // echo "
";      print_r($testimonial); exit;
+        // dd($testimonial);
+        return $testimonial;
+    }
+    
+     public function edit_testimonial($id) {
+        $editTestimonial = Testimonial::with('testimonial_data')->find($id);
+        // dd($editTestimonial);
+//          echo "
";      print_r($editTestimonial); exit;
+        return $editTestimonial;
+    }
+
+    public function update_testimonial(Request $request) {
+        // dd($request);
+    //     if($request->image){
+    //         $rules = [
+    //             'image' => 'required|file|max:400', // 400 KB
+    //         ];
+        
+    //         $validator = Validator::make($request->all(),$rules);
+     
+    //         if ($validator->fails()) {
+    //             if ($request->expectsJson()) {
+    //                 return false;
+    //             }
+    //         }
+    //         else {
+    //         $file = $request->file('image');
+    // //        print_r($file); exit;
+    //         $ext = $file->extension();
+    //         $file_name = time() . '.' . $ext;
+    //         $path = public_path() . '/uploads/testimonial';
+    //         $file->move($path, $file_name);
+    //         }
+    //     }
+    //     else{
+    //       $file_name=$request->db_image; 
+    //     }
+         
+        $testimonialId = $request->edit_testimonial_id;
+        $updateTestimonial = Testimonial::find($request->edit_testimonial_id);
+        $updateTestimonial->user_name = $request->input('user_name');
+        $updateTestimonial->title = $request->input('title');
+        $updateTestimonial->description = $request->input('description');
+        // $updateTestimonial->image = $file_name;
+        $updateTestimonial->save();
+        // dd()
+        if ($request->hasFile('image')) {
+            foreach ($request->file('image') as $image) {
+                $ext = $image->extension();
+                $fileName = time() . '_' . uniqid() . '.' . $ext;
+                $path = public_path('uploads/testimonial');
+                $image->move($path, $fileName);
+        
+                $testimonialImage = new TestimonialImages;
+                $testimonialImage->testimonial_id = $request->edit_testimonial_id;
+                $testimonialImage->images = $fileName;
+                $testimonialImage->is_active = 1;
+                $testimonialImage->save();
+            }
+        }
+        
+        //Removed Image Code
+        $imagesToRemove = $request->input('images_to_remove')[0];
+        if (!empty($imagesToRemove)) {
+            $imagesToRemoveJson = $request->input('images_to_remove')[0];
+            $imagesToRemove = json_decode($imagesToRemoveJson);
+            foreach ($imagesToRemove as $imageId) {
+                $userFile = TestimonialImages::find($imageId);
+                if ($userFile) {
+                    $file_path = public_path($userFile->images);
+                    if (file_exists($file_path)) {
+                        unlink($file_path);
+                    }
+
+                    // Delete the record from the database
+                    $userFile->delete();
+                }
+            }
+        }  
+        return $updateTestimonial;
+    }
+      
+      public function insert_testimonial(Request $request) {
+        
+        // $rules = [
+        //     'image' => 'required|file|max:400', // 400 KB
+        // ];
+    
+        // $validator = Validator::make($request->all(),$rules);
+ 
+        // if ($validator->fails()) {
+        //     if ($request->expectsJson()) {
+        //         return false;
+        //     }
+        // }
+        // else {
+            // $file_one = $request->file('image');
+            // $ext = $file_one->extension();
+            // $file_name_main_image = time() . '.' . $ext;
+            // $path = public_path() . '/uploads/testimonial';
+            // $file_one->move($path, $file_name_main_image);
+            
+            // for image upload end
+            
+            $insertTestimonial = new Testimonial;
+            $insertTestimonial->user_name = $request->input('name');
+            $insertTestimonial->title = $request->input('title');
+            $insertTestimonial->description = $request->input('description');
+    //        $insertTestimonial->rating = $request->input('rating');
+            $insertTestimonial->save();
+            
+            // print_r($insertTestimonial);
+            // exit;
+            foreach ($request->file('image') as $image) {
+                $ext = $image->extension();
+                $fileName = time() . '_' . uniqid() . '.' . $ext;
+                $path = public_path('uploads/testimonial');
+                $image->move($path, $fileName);
+        
+                $testimonialImage = new TestimonialImages;
+                $testimonialImage->testimonial_id = $insertTestimonial->id;
+                $testimonialImage->images = $fileName;
+                $testimonialImage->is_active = 1;
+                $testimonialImage->save();
+            }
+            // $insertTestimonial->image = $file_name_main_image;
+            
+            return $insertTestimonial;
+            // return response()->json(['success' => true , 'status' => 200]);
+        // }
+    }
+}
diff --git a/app/Services/Admin/ManageThoughtsService.php b/app/Services/Admin/ManageThoughtsService.php
new file mode 100644
index 0000000..41f08d6
--- /dev/null
+++ b/app/Services/Admin/ManageThoughtsService.php
@@ -0,0 +1,36 @@
+toArray();
+      return $manage_thoughts;
+    }
+  
+    public function insert_thoughts(Request $request)
+    {
+        $thoughts = new UserThought;
+        $thoughts->user_thought = $request->input('user_thought');
+        $thoughts->save();
+        return $thoughts;
+    }
+    
+     public function update_thought(Request $request)
+    {
+        $thought_id = $request->edit_thought_id;
+        $updateThought = UserThought::find($request->edit_thought_id);
+        $updateThought->user_thought = $request->input('uuser_thought');
+        $updateThought->save();
+        return $updateThought;
+    }
+}
diff --git a/app/Services/Admin/ManageVideoService.php b/app/Services/Admin/ManageVideoService.php
new file mode 100644
index 0000000..5b98f80
--- /dev/null
+++ b/app/Services/Admin/ManageVideoService.php
@@ -0,0 +1,96 @@
+img_path);
+          $image_type_aux = explode("image/", $image_parts[0]);
+          $image_type = $image_type_aux[1];
+          $image_base64 = base64_decode($image_parts[1]);
+  
+          $imageName = uniqid() . '.png';
+  
+          $imageFullPath = $folderPath.$imageName;
+  
+          file_put_contents($imageFullPath, $image_base64);
+
+      // for image upload end
+
+      $manage_free_video = new ManageFreeVideo;
+      $manage_free_video->video_type = $request->input('video_type');
+      $manage_free_video->video_title = $request->input('video_title');
+      $manage_free_video->video_description = $request->input('video_description');
+      $manage_free_video->video_cover_image = $imageName;
+      $manage_free_video->video_url = $request->input('video_url');
+      $manage_free_video->save();
+      return $manage_free_video;
+   }
+    
+   public function view_manage_video()
+    {
+      $manage_free_video = ManageFreeVideo::all()->toArray();
+      return $manage_free_video;
+    }
+
+    public function edit_manage_video($id)
+    {
+      $manage_free_video = ManageFreeVideo::find($id);
+      return $manage_free_video;
+    }
+
+    public function update_mange_video(Request $request)
+    {
+      $manage_free_video = $request->edit_manage_video_id;
+      $manage_free_video = ManageFreeVideo::find($request->edit_manage_video_id);
+
+
+        if($request->hasFile('video_cover_image')){
+          $folderPath = public_path('/uploads/');
+          // dd($folderPath);
+          File::delete($folderPath.$manage_free_video->video_cover_image);
+          $image_parts = explode(";base64,", $request->img_path_edit);
+          $image_type_aux = explode("image/", $image_parts[0]);
+          $image_type = $image_type_aux[0];
+          $image_base64 = base64_decode($image_parts[1]);
+  
+          $imageName = uniqid() . '.png';
+  
+          $imageFullPath = $folderPath.$imageName;
+  
+          file_put_contents($imageFullPath, $image_base64);
+      }else{
+          $imageName = $manage_free_video->video_cover_image;
+         }
+
+      //   if($request->hasFile('video_cover_image')){
+      //     $path = public_path().'/uploads/';
+      //     File::delete($path.$manage_free_video->video_cover_image);
+      //     $file = $request->file('video_cover_image');
+      //     $ext = $file->extension();
+      //     $file_name = time().'.'.$ext;
+      //     $file-> move($path,$file_name);
+      //  }else{
+      //   $file_name = $manage_free_video->video_cover_image;
+      //  }
+     $manage_free_video->video_type = $request->input('video_type');
+     $manage_free_video->video_title = $request->input('video_title');
+     $manage_free_video->video_description = $request->input('video_description');
+     $manage_free_video->video_cover_image = $imageName;
+     $manage_free_video->video_url = $request->input('video_url');
+     $manage_free_video->save();
+     return $manage_free_video;
+    }
+    
+}
diff --git a/artisan b/artisan
new file mode 100644
index 0000000..67a3329
--- /dev/null
+++ b/artisan
@@ -0,0 +1,53 @@
+#!/usr/bin/env php
+make(Illuminate\Contracts\Console\Kernel::class);
+
+$status = $kernel->handle(
+    $input = new Symfony\Component\Console\Input\ArgvInput,
+    new Symfony\Component\Console\Output\ConsoleOutput
+);
+
+/*
+|--------------------------------------------------------------------------
+| Shutdown The Application
+|--------------------------------------------------------------------------
+|
+| Once Artisan has finished running, we will fire off the shutdown events
+| so that any final work may be done by the application before we shut
+| down the process. This is the last thing to happen to the request.
+|
+*/
+
+$kernel->terminate($input, $status);
+
+exit($status);
diff --git a/bootstrap/app.php b/bootstrap/app.php
new file mode 100644
index 0000000..037e17d
--- /dev/null
+++ b/bootstrap/app.php
@@ -0,0 +1,55 @@
+singleton(
+    Illuminate\Contracts\Http\Kernel::class,
+    App\Http\Kernel::class
+);
+
+$app->singleton(
+    Illuminate\Contracts\Console\Kernel::class,
+    App\Console\Kernel::class
+);
+
+$app->singleton(
+    Illuminate\Contracts\Debug\ExceptionHandler::class,
+    App\Exceptions\Handler::class
+);
+
+/*
+|--------------------------------------------------------------------------
+| Return The Application
+|--------------------------------------------------------------------------
+|
+| This script returns the application instance. The instance is given to
+| the calling script so we can separate the building of the instances
+| from the actual running of the application and sending responses.
+|
+*/
+
+return $app;
diff --git a/bootstrap/cache/.gitignore b/bootstrap/cache/.gitignore
new file mode 100644
index 0000000..d6b7ef3
--- /dev/null
+++ b/bootstrap/cache/.gitignore
@@ -0,0 +1,2 @@
+*
+!.gitignore
diff --git a/composer.json b/composer.json
new file mode 100644
index 0000000..f280637
--- /dev/null
+++ b/composer.json
@@ -0,0 +1,81 @@
+{
+    "name": "laravel/laravel",
+    "type": "project",
+    "description": "The Laravel Framework.",
+    "keywords": ["framework", "laravel"],
+    "license": "MIT",
+    "require": {
+        "php": "^8.0.2",
+        "aws/aws-sdk-php": "^3.279",
+        "geoip2/geoip2": "^2.13",
+        "guzzlehttp/guzzle": "^7.8",
+        "ladumor/one-signal": "1.0.0",
+        "laravel/framework": "^9.19",
+        "laravel/sanctum": "^3.0",
+        "laravel/tinker": "^2.7",
+        "laravel/ui": "^4.2",
+        "maatwebsite/excel": "^3.1",
+        "maxmind-db/reader": "^1.11",
+        "nesbot/carbon": "^2.69",
+        "php-open-source-saver/jwt-auth": "^2.1",
+        "spatie/google-time-zone": "^1.2",
+        "torann/geoip": "^3.0",
+        "tymon/jwt-auth": "^2.0"
+    },
+    "require-dev": {
+        "fakerphp/faker": "^1.9.1",
+        "laravel/pint": "^1.0",
+        "laravel/sail": "^1.0.1",
+        "mockery/mockery": "^1.4.4",
+        "nunomaduro/collision": "^6.1",
+        "phpunit/phpunit": "^9.5.10",
+        "spatie/laravel-ignition": "^1.0"
+    },
+    "autoload": {
+        "psr-4": {
+            "App\\": "app/",
+            "Database\\Factories\\": "database/factories/",
+            "Database\\Seeders\\": "database/seeders/"
+        },
+        "files": [
+            "app/Http/Helpers/Webhelper.php",
+            "app/Http/Helpers/ImageHelper.php",
+            "app/Http/Helpers/ApiResponseHelper.php"
+        ]
+    },
+    "autoload-dev": {
+        "psr-4": {
+            "Tests\\": "tests/"
+        }
+    },
+    "scripts": {
+        "post-autoload-dump": [
+            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
+            "@php artisan package:discover --ansi"
+        ],
+        "post-update-cmd": [
+            "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
+        ],
+        "post-root-package-install": [
+            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
+        ],
+        "post-create-project-cmd": [
+            "@php artisan key:generate --ansi"
+        ]
+    },
+    "extra": {
+        "laravel": {
+            "dont-discover": []
+        }
+    },
+    "config": {
+        "optimize-autoloader": true,
+        "preferred-install": "dist",
+        "sort-packages": true,
+        "allow-plugins": {
+            "pestphp/pest-plugin": true
+        }
+    },
+    "minimum-stability": "stable",
+    "prefer-stable": true
+}
diff --git a/composer.lock b/composer.lock
new file mode 100644
index 0000000..8bda882
--- /dev/null
+++ b/composer.lock
@@ -0,0 +1,9889 @@
+{
+    "_readme": [
+        "This file locks the dependencies of your project to a known state",
+        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
+        "This file is @generated automatically"
+    ],
+    "content-hash": "b9040cb6f89fd9796d26f38088ca1d1e",
+    "packages": [
+        {
+            "name": "aws/aws-crt-php",
+            "version": "v1.2.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/awslabs/aws-crt-php.git",
+                "reference": "2f1dc7b7eda080498be96a4a6d683a41583030e9"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/2f1dc7b7eda080498be96a4a6d683a41583030e9",
+                "reference": "2f1dc7b7eda080498be96a4a6d683a41583030e9",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.5"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^4.8.35||^5.6.3||^9.5",
+                "yoast/phpunit-polyfills": "^1.0"
+            },
+            "suggest": {
+                "ext-awscrt": "Make sure you install awscrt native extension to use any of the functionality."
+            },
+            "type": "library",
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "Apache-2.0"
+            ],
+            "authors": [
+                {
+                    "name": "AWS SDK Common Runtime Team",
+                    "email": "aws-sdk-common-runtime@amazon.com"
+                }
+            ],
+            "description": "AWS Common Runtime for PHP",
+            "homepage": "https://github.com/awslabs/aws-crt-php",
+            "keywords": [
+                "amazon",
+                "aws",
+                "crt",
+                "sdk"
+            ],
+            "support": {
+                "issues": "https://github.com/awslabs/aws-crt-php/issues",
+                "source": "https://github.com/awslabs/aws-crt-php/tree/v1.2.2"
+            },
+            "time": "2023-07-20T16:49:55+00:00"
+        },
+        {
+            "name": "aws/aws-sdk-php",
+            "version": "3.283.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/aws/aws-sdk-php.git",
+                "reference": "0d1857ca3392ec9f8ee0b1605ba09842cced6351"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/0d1857ca3392ec9f8ee0b1605ba09842cced6351",
+                "reference": "0d1857ca3392ec9f8ee0b1605ba09842cced6351",
+                "shasum": ""
+            },
+            "require": {
+                "aws/aws-crt-php": "^1.0.4",
+                "ext-json": "*",
+                "ext-pcre": "*",
+                "ext-simplexml": "*",
+                "guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
+                "guzzlehttp/promises": "^1.4.0 || ^2.0",
+                "guzzlehttp/psr7": "^1.9.1 || ^2.4.5",
+                "mtdowling/jmespath.php": "^2.6",
+                "php": ">=7.2.5",
+                "psr/http-message": "^1.0 || ^2.0"
+            },
+            "require-dev": {
+                "andrewsville/php-token-reflection": "^1.4",
+                "aws/aws-php-sns-message-validator": "~1.0",
+                "behat/behat": "~3.0",
+                "composer/composer": "^1.10.22",
+                "dms/phpunit-arraysubset-asserts": "^0.4.0",
+                "doctrine/cache": "~1.4",
+                "ext-dom": "*",
+                "ext-openssl": "*",
+                "ext-pcntl": "*",
+                "ext-sockets": "*",
+                "nette/neon": "^2.3",
+                "paragonie/random_compat": ">= 2",
+                "phpunit/phpunit": "^5.6.3 || ^8.5 || ^9.5",
+                "psr/cache": "^1.0",
+                "psr/simple-cache": "^1.0",
+                "sebastian/comparator": "^1.2.3 || ^4.0",
+                "yoast/phpunit-polyfills": "^1.0"
+            },
+            "suggest": {
+                "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
+                "doctrine/cache": "To use the DoctrineCacheAdapter",
+                "ext-curl": "To send requests using cURL",
+                "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
+                "ext-sockets": "To use client-side monitoring"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.0-dev"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/functions.php"
+                ],
+                "psr-4": {
+                    "Aws\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "Apache-2.0"
+            ],
+            "authors": [
+                {
+                    "name": "Amazon Web Services",
+                    "homepage": "http://aws.amazon.com"
+                }
+            ],
+            "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
+            "homepage": "http://aws.amazon.com/sdkforphp",
+            "keywords": [
+                "amazon",
+                "aws",
+                "cloud",
+                "dynamodb",
+                "ec2",
+                "glacier",
+                "s3",
+                "sdk"
+            ],
+            "support": {
+                "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
+                "issues": "https://github.com/aws/aws-sdk-php/issues",
+                "source": "https://github.com/aws/aws-sdk-php/tree/3.283.1"
+            },
+            "time": "2023-10-05T18:07:42+00:00"
+        },
+        {
+            "name": "brick/math",
+            "version": "0.11.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/brick/math.git",
+                "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/brick/math/zipball/0ad82ce168c82ba30d1c01ec86116ab52f589478",
+                "reference": "0ad82ce168c82ba30d1c01ec86116ab52f589478",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^8.0"
+            },
+            "require-dev": {
+                "php-coveralls/php-coveralls": "^2.2",
+                "phpunit/phpunit": "^9.0",
+                "vimeo/psalm": "5.0.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Brick\\Math\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "description": "Arbitrary-precision arithmetic library",
+            "keywords": [
+                "Arbitrary-precision",
+                "BigInteger",
+                "BigRational",
+                "arithmetic",
+                "bigdecimal",
+                "bignum",
+                "brick",
+                "math"
+            ],
+            "support": {
+                "issues": "https://github.com/brick/math/issues",
+                "source": "https://github.com/brick/math/tree/0.11.0"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/BenMorel",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-01-15T23:15:59+00:00"
+        },
+        {
+            "name": "composer/ca-bundle",
+            "version": "1.3.7",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/composer/ca-bundle.git",
+                "reference": "76e46335014860eec1aa5a724799a00a2e47cc85"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/composer/ca-bundle/zipball/76e46335014860eec1aa5a724799a00a2e47cc85",
+                "reference": "76e46335014860eec1aa5a724799a00a2e47cc85",
+                "shasum": ""
+            },
+            "require": {
+                "ext-openssl": "*",
+                "ext-pcre": "*",
+                "php": "^5.3.2 || ^7.0 || ^8.0"
+            },
+            "require-dev": {
+                "phpstan/phpstan": "^0.12.55",
+                "psr/log": "^1.0",
+                "symfony/phpunit-bridge": "^4.2 || ^5",
+                "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Composer\\CaBundle\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Jordi Boggiano",
+                    "email": "j.boggiano@seld.be",
+                    "homepage": "http://seld.be"
+                }
+            ],
+            "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
+            "keywords": [
+                "cabundle",
+                "cacert",
+                "certificate",
+                "ssl",
+                "tls"
+            ],
+            "support": {
+                "irc": "irc://irc.freenode.org/composer",
+                "issues": "https://github.com/composer/ca-bundle/issues",
+                "source": "https://github.com/composer/ca-bundle/tree/1.3.7"
+            },
+            "funding": [
+                {
+                    "url": "https://packagist.com",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/composer",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-30T09:31:38+00:00"
+        },
+        {
+            "name": "composer/semver",
+            "version": "3.4.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/composer/semver.git",
+                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/composer/semver/zipball/35e8d0af4486141bc745f23a29cc2091eb624a32",
+                "reference": "35e8d0af4486141bc745f23a29cc2091eb624a32",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^5.3.2 || ^7.0 || ^8.0"
+            },
+            "require-dev": {
+                "phpstan/phpstan": "^1.4",
+                "symfony/phpunit-bridge": "^4.2 || ^5"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "3.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Composer\\Semver\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nils Adermann",
+                    "email": "naderman@naderman.de",
+                    "homepage": "http://www.naderman.de"
+                },
+                {
+                    "name": "Jordi Boggiano",
+                    "email": "j.boggiano@seld.be",
+                    "homepage": "http://seld.be"
+                },
+                {
+                    "name": "Rob Bast",
+                    "email": "rob.bast@gmail.com",
+                    "homepage": "http://robbast.nl"
+                }
+            ],
+            "description": "Semver library that offers utilities, version constraint parsing and validation.",
+            "keywords": [
+                "semantic",
+                "semver",
+                "validation",
+                "versioning"
+            ],
+            "support": {
+                "irc": "ircs://irc.libera.chat:6697/composer",
+                "issues": "https://github.com/composer/semver/issues",
+                "source": "https://github.com/composer/semver/tree/3.4.0"
+            },
+            "funding": [
+                {
+                    "url": "https://packagist.com",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/composer",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/composer/composer",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-31T09:50:34+00:00"
+        },
+        {
+            "name": "dflydev/dot-access-data",
+            "version": "v3.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/dflydev/dflydev-dot-access-data.git",
+                "reference": "f41715465d65213d644d3141a6a93081be5d3549"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/dflydev/dflydev-dot-access-data/zipball/f41715465d65213d644d3141a6a93081be5d3549",
+                "reference": "f41715465d65213d644d3141a6a93081be5d3549",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.1 || ^8.0"
+            },
+            "require-dev": {
+                "phpstan/phpstan": "^0.12.42",
+                "phpunit/phpunit": "^7.5 || ^8.5 || ^9.3",
+                "scrutinizer/ocular": "1.6.0",
+                "squizlabs/php_codesniffer": "^3.5",
+                "vimeo/psalm": "^4.0.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "3.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Dflydev\\DotAccessData\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Dragonfly Development Inc.",
+                    "email": "info@dflydev.com",
+                    "homepage": "http://dflydev.com"
+                },
+                {
+                    "name": "Beau Simensen",
+                    "email": "beau@dflydev.com",
+                    "homepage": "http://beausimensen.com"
+                },
+                {
+                    "name": "Carlos Frutos",
+                    "email": "carlos@kiwing.it",
+                    "homepage": "https://github.com/cfrutos"
+                },
+                {
+                    "name": "Colin O'Dell",
+                    "email": "colinodell@gmail.com",
+                    "homepage": "https://www.colinodell.com"
+                }
+            ],
+            "description": "Given a deep data structure, access data by dot notation.",
+            "homepage": "https://github.com/dflydev/dflydev-dot-access-data",
+            "keywords": [
+                "access",
+                "data",
+                "dot",
+                "notation"
+            ],
+            "support": {
+                "issues": "https://github.com/dflydev/dflydev-dot-access-data/issues",
+                "source": "https://github.com/dflydev/dflydev-dot-access-data/tree/v3.0.2"
+            },
+            "time": "2022-10-27T11:44:00+00:00"
+        },
+        {
+            "name": "doctrine/inflector",
+            "version": "2.0.8",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/doctrine/inflector.git",
+                "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/doctrine/inflector/zipball/f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
+                "reference": "f9301a5b2fb1216b2b08f02ba04dc45423db6bff",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2 || ^8.0"
+            },
+            "require-dev": {
+                "doctrine/coding-standard": "^11.0",
+                "phpstan/phpstan": "^1.8",
+                "phpstan/phpstan-phpunit": "^1.1",
+                "phpstan/phpstan-strict-rules": "^1.3",
+                "phpunit/phpunit": "^8.5 || ^9.5",
+                "vimeo/psalm": "^4.25 || ^5.4"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Guilherme Blanco",
+                    "email": "guilhermeblanco@gmail.com"
+                },
+                {
+                    "name": "Roman Borschel",
+                    "email": "roman@code-factory.org"
+                },
+                {
+                    "name": "Benjamin Eberlei",
+                    "email": "kontakt@beberlei.de"
+                },
+                {
+                    "name": "Jonathan Wage",
+                    "email": "jonwage@gmail.com"
+                },
+                {
+                    "name": "Johannes Schmitt",
+                    "email": "schmittjoh@gmail.com"
+                }
+            ],
+            "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
+            "homepage": "https://www.doctrine-project.org/projects/inflector.html",
+            "keywords": [
+                "inflection",
+                "inflector",
+                "lowercase",
+                "manipulation",
+                "php",
+                "plural",
+                "singular",
+                "strings",
+                "uppercase",
+                "words"
+            ],
+            "support": {
+                "issues": "https://github.com/doctrine/inflector/issues",
+                "source": "https://github.com/doctrine/inflector/tree/2.0.8"
+            },
+            "funding": [
+                {
+                    "url": "https://www.doctrine-project.org/sponsorship.html",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://www.patreon.com/phpdoctrine",
+                    "type": "patreon"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-06-16T13:40:37+00:00"
+        },
+        {
+            "name": "doctrine/lexer",
+            "version": "3.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/doctrine/lexer.git",
+                "reference": "84a527db05647743d50373e0ec53a152f2cde568"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/doctrine/lexer/zipball/84a527db05647743d50373e0ec53a152f2cde568",
+                "reference": "84a527db05647743d50373e0ec53a152f2cde568",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^8.1"
+            },
+            "require-dev": {
+                "doctrine/coding-standard": "^10",
+                "phpstan/phpstan": "^1.9",
+                "phpunit/phpunit": "^9.5",
+                "psalm/plugin-phpunit": "^0.18.3",
+                "vimeo/psalm": "^5.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Doctrine\\Common\\Lexer\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Guilherme Blanco",
+                    "email": "guilhermeblanco@gmail.com"
+                },
+                {
+                    "name": "Roman Borschel",
+                    "email": "roman@code-factory.org"
+                },
+                {
+                    "name": "Johannes Schmitt",
+                    "email": "schmittjoh@gmail.com"
+                }
+            ],
+            "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
+            "homepage": "https://www.doctrine-project.org/projects/lexer.html",
+            "keywords": [
+                "annotations",
+                "docblock",
+                "lexer",
+                "parser",
+                "php"
+            ],
+            "support": {
+                "issues": "https://github.com/doctrine/lexer/issues",
+                "source": "https://github.com/doctrine/lexer/tree/3.0.0"
+            },
+            "funding": [
+                {
+                    "url": "https://www.doctrine-project.org/sponsorship.html",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://www.patreon.com/phpdoctrine",
+                    "type": "patreon"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2022-12-15T16:57:16+00:00"
+        },
+        {
+            "name": "dragonmantank/cron-expression",
+            "version": "v3.3.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/dragonmantank/cron-expression.git",
+                "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
+                "reference": "adfb1f505deb6384dc8b39804c5065dd3c8c8c0a",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2|^8.0",
+                "webmozart/assert": "^1.0"
+            },
+            "replace": {
+                "mtdowling/cron-expression": "^1.0"
+            },
+            "require-dev": {
+                "phpstan/extension-installer": "^1.0",
+                "phpstan/phpstan": "^1.0",
+                "phpstan/phpstan-webmozart-assert": "^1.0",
+                "phpunit/phpunit": "^7.0|^8.0|^9.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Cron\\": "src/Cron/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Chris Tankersley",
+                    "email": "chris@ctankersley.com",
+                    "homepage": "https://github.com/dragonmantank"
+                }
+            ],
+            "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
+            "keywords": [
+                "cron",
+                "schedule"
+            ],
+            "support": {
+                "issues": "https://github.com/dragonmantank/cron-expression/issues",
+                "source": "https://github.com/dragonmantank/cron-expression/tree/v3.3.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/dragonmantank",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-08-10T19:36:49+00:00"
+        },
+        {
+            "name": "egulias/email-validator",
+            "version": "4.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/egulias/EmailValidator.git",
+                "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ebaaf5be6c0286928352e054f2d5125608e5405e",
+                "reference": "ebaaf5be6c0286928352e054f2d5125608e5405e",
+                "shasum": ""
+            },
+            "require": {
+                "doctrine/lexer": "^2.0 || ^3.0",
+                "php": ">=8.1",
+                "symfony/polyfill-intl-idn": "^1.26"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^10.2",
+                "vimeo/psalm": "^5.12"
+            },
+            "suggest": {
+                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Egulias\\EmailValidator\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Eduardo Gulias Davis"
+                }
+            ],
+            "description": "A library for validating emails against several RFCs",
+            "homepage": "https://github.com/egulias/EmailValidator",
+            "keywords": [
+                "email",
+                "emailvalidation",
+                "emailvalidator",
+                "validation",
+                "validator"
+            ],
+            "support": {
+                "issues": "https://github.com/egulias/EmailValidator/issues",
+                "source": "https://github.com/egulias/EmailValidator/tree/4.0.2"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/egulias",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-10-06T06:47:41+00:00"
+        },
+        {
+            "name": "ezyang/htmlpurifier",
+            "version": "v4.16.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/ezyang/htmlpurifier.git",
+                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/523407fb06eb9e5f3d59889b3978d5bfe94299c8",
+                "reference": "523407fb06eb9e5f3d59889b3978d5bfe94299c8",
+                "shasum": ""
+            },
+            "require": {
+                "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0"
+            },
+            "require-dev": {
+                "cerdic/css-tidy": "^1.7 || ^2.0",
+                "simpletest/simpletest": "dev-master"
+            },
+            "suggest": {
+                "cerdic/css-tidy": "If you want to use the filter 'Filter.ExtractStyleBlocks'.",
+                "ext-bcmath": "Used for unit conversion and imagecrash protection",
+                "ext-iconv": "Converts text to and from non-UTF-8 encodings",
+                "ext-tidy": "Used for pretty-printing HTML"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "library/HTMLPurifier.composer.php"
+                ],
+                "psr-0": {
+                    "HTMLPurifier": "library/"
+                },
+                "exclude-from-classmap": [
+                    "/library/HTMLPurifier/Language/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "LGPL-2.1-or-later"
+            ],
+            "authors": [
+                {
+                    "name": "Edward Z. Yang",
+                    "email": "admin@htmlpurifier.org",
+                    "homepage": "http://ezyang.com"
+                }
+            ],
+            "description": "Standards compliant HTML filter written in PHP",
+            "homepage": "http://htmlpurifier.org/",
+            "keywords": [
+                "html"
+            ],
+            "support": {
+                "issues": "https://github.com/ezyang/htmlpurifier/issues",
+                "source": "https://github.com/ezyang/htmlpurifier/tree/v4.16.0"
+            },
+            "time": "2022-09-18T07:06:19+00:00"
+        },
+        {
+            "name": "fruitcake/php-cors",
+            "version": "v1.2.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/fruitcake/php-cors.git",
+                "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/fruitcake/php-cors/zipball/58571acbaa5f9f462c9c77e911700ac66f446d4e",
+                "reference": "58571acbaa5f9f462c9c77e911700ac66f446d4e",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.4|^8.0",
+                "symfony/http-foundation": "^4.4|^5.4|^6"
+            },
+            "require-dev": {
+                "phpstan/phpstan": "^1.4",
+                "phpunit/phpunit": "^9",
+                "squizlabs/php_codesniffer": "^3.5"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.1-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Fruitcake\\Cors\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fruitcake",
+                    "homepage": "https://fruitcake.nl"
+                },
+                {
+                    "name": "Barryvdh",
+                    "email": "barryvdh@gmail.com"
+                }
+            ],
+            "description": "Cross-origin resource sharing library for the Symfony HttpFoundation",
+            "homepage": "https://github.com/fruitcake/php-cors",
+            "keywords": [
+                "cors",
+                "laravel",
+                "symfony"
+            ],
+            "support": {
+                "issues": "https://github.com/fruitcake/php-cors/issues",
+                "source": "https://github.com/fruitcake/php-cors/tree/v1.2.0"
+            },
+            "funding": [
+                {
+                    "url": "https://fruitcake.nl",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/barryvdh",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-02-20T15:07:15+00:00"
+        },
+        {
+            "name": "geoip2/geoip2",
+            "version": "v2.13.0",
+            "source": {
+                "type": "git",
+                "url": "git@github.com:maxmind/GeoIP2-php.git",
+                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
+                "reference": "6a41d8fbd6b90052bc34dff3b4252d0f88067b23",
+                "shasum": ""
+            },
+            "require": {
+                "ext-json": "*",
+                "maxmind-db/reader": "~1.8",
+                "maxmind/web-service-common": "~0.8",
+                "php": ">=7.2"
+            },
+            "require-dev": {
+                "friendsofphp/php-cs-fixer": "3.*",
+                "phpstan/phpstan": "*",
+                "phpunit/phpunit": "^8.0 || ^9.0",
+                "squizlabs/php_codesniffer": "3.*"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "GeoIp2\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "Apache-2.0"
+            ],
+            "authors": [
+                {
+                    "name": "Gregory J. Oschwald",
+                    "email": "goschwald@maxmind.com",
+                    "homepage": "https://www.maxmind.com/"
+                }
+            ],
+            "description": "MaxMind GeoIP2 PHP API",
+            "homepage": "https://github.com/maxmind/GeoIP2-php",
+            "keywords": [
+                "IP",
+                "geoip",
+                "geoip2",
+                "geolocation",
+                "maxmind"
+            ],
+            "time": "2022-08-05T20:32:58+00:00"
+        },
+        {
+            "name": "graham-campbell/result-type",
+            "version": "v1.1.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/GrahamCampbell/Result-Type.git",
+                "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
+                "reference": "672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2.5 || ^8.0",
+                "phpoption/phpoption": "^1.9.1"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "GrahamCampbell\\ResultType\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Graham Campbell",
+                    "email": "hello@gjcampbell.co.uk",
+                    "homepage": "https://github.com/GrahamCampbell"
+                }
+            ],
+            "description": "An Implementation Of The Result Type",
+            "keywords": [
+                "Graham Campbell",
+                "GrahamCampbell",
+                "Result Type",
+                "Result-Type",
+                "result"
+            ],
+            "support": {
+                "issues": "https://github.com/GrahamCampbell/Result-Type/issues",
+                "source": "https://github.com/GrahamCampbell/Result-Type/tree/v1.1.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/GrahamCampbell",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-02-25T20:23:15+00:00"
+        },
+        {
+            "name": "guzzlehttp/guzzle",
+            "version": "7.8.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/guzzle/guzzle.git",
+                "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/guzzle/guzzle/zipball/1110f66a6530a40fe7aea0378fe608ee2b2248f9",
+                "reference": "1110f66a6530a40fe7aea0378fe608ee2b2248f9",
+                "shasum": ""
+            },
+            "require": {
+                "ext-json": "*",
+                "guzzlehttp/promises": "^1.5.3 || ^2.0.1",
+                "guzzlehttp/psr7": "^1.9.1 || ^2.5.1",
+                "php": "^7.2.5 || ^8.0",
+                "psr/http-client": "^1.0",
+                "symfony/deprecation-contracts": "^2.2 || ^3.0"
+            },
+            "provide": {
+                "psr/http-client-implementation": "1.0"
+            },
+            "require-dev": {
+                "bamarni/composer-bin-plugin": "^1.8.1",
+                "ext-curl": "*",
+                "php-http/client-integration-tests": "dev-master#2c025848417c1135031fdf9c728ee53d0a7ceaee as 3.0.999",
+                "php-http/message-factory": "^1.1",
+                "phpunit/phpunit": "^8.5.29 || ^9.5.23",
+                "psr/log": "^1.1 || ^2.0 || ^3.0"
+            },
+            "suggest": {
+                "ext-curl": "Required for CURL handler support",
+                "ext-intl": "Required for Internationalized Domain Name (IDN) support",
+                "psr/log": "Required for using the Log middleware"
+            },
+            "type": "library",
+            "extra": {
+                "bamarni-bin": {
+                    "bin-links": true,
+                    "forward-command": false
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/functions_include.php"
+                ],
+                "psr-4": {
+                    "GuzzleHttp\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Graham Campbell",
+                    "email": "hello@gjcampbell.co.uk",
+                    "homepage": "https://github.com/GrahamCampbell"
+                },
+                {
+                    "name": "Michael Dowling",
+                    "email": "mtdowling@gmail.com",
+                    "homepage": "https://github.com/mtdowling"
+                },
+                {
+                    "name": "Jeremy Lindblom",
+                    "email": "jeremeamia@gmail.com",
+                    "homepage": "https://github.com/jeremeamia"
+                },
+                {
+                    "name": "George Mponos",
+                    "email": "gmponos@gmail.com",
+                    "homepage": "https://github.com/gmponos"
+                },
+                {
+                    "name": "Tobias Nyholm",
+                    "email": "tobias.nyholm@gmail.com",
+                    "homepage": "https://github.com/Nyholm"
+                },
+                {
+                    "name": "Márk Sági-Kazár",
+                    "email": "mark.sagikazar@gmail.com",
+                    "homepage": "https://github.com/sagikazarmark"
+                },
+                {
+                    "name": "Tobias Schultze",
+                    "email": "webmaster@tubo-world.de",
+                    "homepage": "https://github.com/Tobion"
+                }
+            ],
+            "description": "Guzzle is a PHP HTTP client library",
+            "keywords": [
+                "client",
+                "curl",
+                "framework",
+                "http",
+                "http client",
+                "psr-18",
+                "psr-7",
+                "rest",
+                "web service"
+            ],
+            "support": {
+                "issues": "https://github.com/guzzle/guzzle/issues",
+                "source": "https://github.com/guzzle/guzzle/tree/7.8.0"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/GrahamCampbell",
+                    "type": "github"
+                },
+                {
+                    "url": "https://github.com/Nyholm",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-27T10:20:53+00:00"
+        },
+        {
+            "name": "guzzlehttp/promises",
+            "version": "2.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/guzzle/promises.git",
+                "reference": "111166291a0f8130081195ac4556a5587d7f1b5d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/guzzle/promises/zipball/111166291a0f8130081195ac4556a5587d7f1b5d",
+                "reference": "111166291a0f8130081195ac4556a5587d7f1b5d",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2.5 || ^8.0"
+            },
+            "require-dev": {
+                "bamarni/composer-bin-plugin": "^1.8.1",
+                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
+            },
+            "type": "library",
+            "extra": {
+                "bamarni-bin": {
+                    "bin-links": true,
+                    "forward-command": false
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "GuzzleHttp\\Promise\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Graham Campbell",
+                    "email": "hello@gjcampbell.co.uk",
+                    "homepage": "https://github.com/GrahamCampbell"
+                },
+                {
+                    "name": "Michael Dowling",
+                    "email": "mtdowling@gmail.com",
+                    "homepage": "https://github.com/mtdowling"
+                },
+                {
+                    "name": "Tobias Nyholm",
+                    "email": "tobias.nyholm@gmail.com",
+                    "homepage": "https://github.com/Nyholm"
+                },
+                {
+                    "name": "Tobias Schultze",
+                    "email": "webmaster@tubo-world.de",
+                    "homepage": "https://github.com/Tobion"
+                }
+            ],
+            "description": "Guzzle promises library",
+            "keywords": [
+                "promise"
+            ],
+            "support": {
+                "issues": "https://github.com/guzzle/promises/issues",
+                "source": "https://github.com/guzzle/promises/tree/2.0.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/GrahamCampbell",
+                    "type": "github"
+                },
+                {
+                    "url": "https://github.com/Nyholm",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-03T15:11:55+00:00"
+        },
+        {
+            "name": "guzzlehttp/psr7",
+            "version": "2.6.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/guzzle/psr7.git",
+                "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/guzzle/psr7/zipball/be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
+                "reference": "be45764272e8873c72dbe3d2edcfdfcc3bc9f727",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2.5 || ^8.0",
+                "psr/http-factory": "^1.0",
+                "psr/http-message": "^1.1 || ^2.0",
+                "ralouphie/getallheaders": "^3.0"
+            },
+            "provide": {
+                "psr/http-factory-implementation": "1.0",
+                "psr/http-message-implementation": "1.0"
+            },
+            "require-dev": {
+                "bamarni/composer-bin-plugin": "^1.8.1",
+                "http-interop/http-factory-tests": "^0.9",
+                "phpunit/phpunit": "^8.5.29 || ^9.5.23"
+            },
+            "suggest": {
+                "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
+            },
+            "type": "library",
+            "extra": {
+                "bamarni-bin": {
+                    "bin-links": true,
+                    "forward-command": false
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "GuzzleHttp\\Psr7\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Graham Campbell",
+                    "email": "hello@gjcampbell.co.uk",
+                    "homepage": "https://github.com/GrahamCampbell"
+                },
+                {
+                    "name": "Michael Dowling",
+                    "email": "mtdowling@gmail.com",
+                    "homepage": "https://github.com/mtdowling"
+                },
+                {
+                    "name": "George Mponos",
+                    "email": "gmponos@gmail.com",
+                    "homepage": "https://github.com/gmponos"
+                },
+                {
+                    "name": "Tobias Nyholm",
+                    "email": "tobias.nyholm@gmail.com",
+                    "homepage": "https://github.com/Nyholm"
+                },
+                {
+                    "name": "Márk Sági-Kazár",
+                    "email": "mark.sagikazar@gmail.com",
+                    "homepage": "https://github.com/sagikazarmark"
+                },
+                {
+                    "name": "Tobias Schultze",
+                    "email": "webmaster@tubo-world.de",
+                    "homepage": "https://github.com/Tobion"
+                },
+                {
+                    "name": "Márk Sági-Kazár",
+                    "email": "mark.sagikazar@gmail.com",
+                    "homepage": "https://sagikazarmark.hu"
+                }
+            ],
+            "description": "PSR-7 message implementation that also provides common utility methods",
+            "keywords": [
+                "http",
+                "message",
+                "psr-7",
+                "request",
+                "response",
+                "stream",
+                "uri",
+                "url"
+            ],
+            "support": {
+                "issues": "https://github.com/guzzle/psr7/issues",
+                "source": "https://github.com/guzzle/psr7/tree/2.6.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/GrahamCampbell",
+                    "type": "github"
+                },
+                {
+                    "url": "https://github.com/Nyholm",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-27T10:13:57+00:00"
+        },
+        {
+            "name": "guzzlehttp/uri-template",
+            "version": "v1.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/guzzle/uri-template.git",
+                "reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/guzzle/uri-template/zipball/61bf437fc2197f587f6857d3ff903a24f1731b5d",
+                "reference": "61bf437fc2197f587f6857d3ff903a24f1731b5d",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2.5 || ^8.0",
+                "symfony/polyfill-php80": "^1.17"
+            },
+            "require-dev": {
+                "bamarni/composer-bin-plugin": "^1.8.1",
+                "phpunit/phpunit": "^8.5.19 || ^9.5.8",
+                "uri-template/tests": "1.0.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "GuzzleHttp\\UriTemplate\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Graham Campbell",
+                    "email": "hello@gjcampbell.co.uk",
+                    "homepage": "https://github.com/GrahamCampbell"
+                },
+                {
+                    "name": "Michael Dowling",
+                    "email": "mtdowling@gmail.com",
+                    "homepage": "https://github.com/mtdowling"
+                },
+                {
+                    "name": "George Mponos",
+                    "email": "gmponos@gmail.com",
+                    "homepage": "https://github.com/gmponos"
+                },
+                {
+                    "name": "Tobias Nyholm",
+                    "email": "tobias.nyholm@gmail.com",
+                    "homepage": "https://github.com/Nyholm"
+                }
+            ],
+            "description": "A polyfill class for uri_template of PHP",
+            "keywords": [
+                "guzzlehttp",
+                "uri-template"
+            ],
+            "support": {
+                "issues": "https://github.com/guzzle/uri-template/issues",
+                "source": "https://github.com/guzzle/uri-template/tree/v1.0.2"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/GrahamCampbell",
+                    "type": "github"
+                },
+                {
+                    "url": "https://github.com/Nyholm",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/uri-template",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-27T10:19:19+00:00"
+        },
+        {
+            "name": "ladumor/one-signal",
+            "version": "v1.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/shailesh-ladumor/one-signal.git",
+                "reference": "a510f38f3b771451d27f7be81a592bc161b47696"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/shailesh-ladumor/one-signal/zipball/a510f38f3b771451d27f7be81a592bc161b47696",
+                "reference": "a510f38f3b771451d27f7be81a592bc161b47696",
+                "shasum": ""
+            },
+            "require": {
+                "ext-curl": "*",
+                "ext-json": "*",
+                "illuminate/support": "^10.0|^9.0|^8.0|^7.0|^6.0",
+                "php": "^7.2.5|^8.0"
+            },
+            "require-dev": {
+                "mockery/mockery": "~0.9",
+                "phpunit/phpunit": "~5.0"
+            },
+            "type": "library",
+            "extra": {
+                "laravel": {
+                    "providers": [
+                        "\\Ladumor\\OneSignal\\OneSignalServiceProvider"
+                    ],
+                    "aliases": {
+                        "OneSignal": "Ladumor\\OneSignal\\OneSignal"
+                    }
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Ladumor\\OneSignal\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Shailesh Ladumor",
+                    "email": "shaileshmladumor@gmail.com"
+                }
+            ],
+            "description": "Laravel Wrapper for OneSignal.",
+            "keywords": [
+                "laravel",
+                "notification",
+                "one-signal",
+                "php",
+                "push"
+            ],
+            "support": {
+                "issues": "https://github.com/shailesh-ladumor/one-signal/issues",
+                "source": "https://github.com/shailesh-ladumor/one-signal/tree/v1.0.0"
+            },
+            "funding": [
+                {
+                    "url": "https://www.buymeacoffee.com/ladumor",
+                    "type": "custom"
+                }
+            ],
+            "time": "2023-06-22T13:38:35+00:00"
+        },
+        {
+            "name": "laravel/framework",
+            "version": "v9.52.16",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/laravel/framework.git",
+                "reference": "082345d76fc6a55b649572efe10b11b03e279d24"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/laravel/framework/zipball/082345d76fc6a55b649572efe10b11b03e279d24",
+                "reference": "082345d76fc6a55b649572efe10b11b03e279d24",
+                "shasum": ""
+            },
+            "require": {
+                "brick/math": "^0.9.3|^0.10.2|^0.11",
+                "doctrine/inflector": "^2.0.5",
+                "dragonmantank/cron-expression": "^3.3.2",
+                "egulias/email-validator": "^3.2.1|^4.0",
+                "ext-ctype": "*",
+                "ext-filter": "*",
+                "ext-hash": "*",
+                "ext-mbstring": "*",
+                "ext-openssl": "*",
+                "ext-session": "*",
+                "ext-tokenizer": "*",
+                "fruitcake/php-cors": "^1.2",
+                "guzzlehttp/uri-template": "^1.0",
+                "laravel/serializable-closure": "^1.2.2",
+                "league/commonmark": "^2.2.1",
+                "league/flysystem": "^3.8.0",
+                "monolog/monolog": "^2.0",
+                "nesbot/carbon": "^2.62.1",
+                "nunomaduro/termwind": "^1.13",
+                "php": "^8.0.2",
+                "psr/container": "^1.1.1|^2.0.1",
+                "psr/log": "^1.0|^2.0|^3.0",
+                "psr/simple-cache": "^1.0|^2.0|^3.0",
+                "ramsey/uuid": "^4.7",
+                "symfony/console": "^6.0.9",
+                "symfony/error-handler": "^6.0",
+                "symfony/finder": "^6.0",
+                "symfony/http-foundation": "^6.0",
+                "symfony/http-kernel": "^6.0",
+                "symfony/mailer": "^6.0",
+                "symfony/mime": "^6.0",
+                "symfony/process": "^6.0",
+                "symfony/routing": "^6.0",
+                "symfony/uid": "^6.0",
+                "symfony/var-dumper": "^6.0",
+                "tijsverkoyen/css-to-inline-styles": "^2.2.5",
+                "vlucas/phpdotenv": "^5.4.1",
+                "voku/portable-ascii": "^2.0"
+            },
+            "conflict": {
+                "tightenco/collect": "<5.5.33"
+            },
+            "provide": {
+                "psr/container-implementation": "1.1|2.0",
+                "psr/simple-cache-implementation": "1.0|2.0|3.0"
+            },
+            "replace": {
+                "illuminate/auth": "self.version",
+                "illuminate/broadcasting": "self.version",
+                "illuminate/bus": "self.version",
+                "illuminate/cache": "self.version",
+                "illuminate/collections": "self.version",
+                "illuminate/conditionable": "self.version",
+                "illuminate/config": "self.version",
+                "illuminate/console": "self.version",
+                "illuminate/container": "self.version",
+                "illuminate/contracts": "self.version",
+                "illuminate/cookie": "self.version",
+                "illuminate/database": "self.version",
+                "illuminate/encryption": "self.version",
+                "illuminate/events": "self.version",
+                "illuminate/filesystem": "self.version",
+                "illuminate/hashing": "self.version",
+                "illuminate/http": "self.version",
+                "illuminate/log": "self.version",
+                "illuminate/macroable": "self.version",
+                "illuminate/mail": "self.version",
+                "illuminate/notifications": "self.version",
+                "illuminate/pagination": "self.version",
+                "illuminate/pipeline": "self.version",
+                "illuminate/queue": "self.version",
+                "illuminate/redis": "self.version",
+                "illuminate/routing": "self.version",
+                "illuminate/session": "self.version",
+                "illuminate/support": "self.version",
+                "illuminate/testing": "self.version",
+                "illuminate/translation": "self.version",
+                "illuminate/validation": "self.version",
+                "illuminate/view": "self.version"
+            },
+            "require-dev": {
+                "ably/ably-php": "^1.0",
+                "aws/aws-sdk-php": "^3.235.5",
+                "doctrine/dbal": "^2.13.3|^3.1.4",
+                "ext-gmp": "*",
+                "fakerphp/faker": "^1.21",
+                "guzzlehttp/guzzle": "^7.5",
+                "league/flysystem-aws-s3-v3": "^3.0",
+                "league/flysystem-ftp": "^3.0",
+                "league/flysystem-path-prefixing": "^3.3",
+                "league/flysystem-read-only": "^3.3",
+                "league/flysystem-sftp-v3": "^3.0",
+                "mockery/mockery": "^1.5.1",
+                "orchestra/testbench-core": "^7.24",
+                "pda/pheanstalk": "^4.0",
+                "phpstan/phpdoc-parser": "^1.15",
+                "phpstan/phpstan": "^1.4.7",
+                "phpunit/phpunit": "^9.5.8",
+                "predis/predis": "^1.1.9|^2.0.2",
+                "symfony/cache": "^6.0",
+                "symfony/http-client": "^6.0"
+            },
+            "suggest": {
+                "ably/ably-php": "Required to use the Ably broadcast driver (^1.0).",
+                "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage, and SES mail driver (^3.235.5).",
+                "brianium/paratest": "Required to run tests in parallel (^6.0).",
+                "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.13.3|^3.1.4).",
+                "ext-apcu": "Required to use the APC cache driver.",
+                "ext-fileinfo": "Required to use the Filesystem class.",
+                "ext-ftp": "Required to use the Flysystem FTP driver.",
+                "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
+                "ext-memcached": "Required to use the memcache cache driver.",
+                "ext-pcntl": "Required to use all features of the queue worker and console signal trapping.",
+                "ext-pdo": "Required to use all database features.",
+                "ext-posix": "Required to use all features of the queue worker.",
+                "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
+                "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
+                "filp/whoops": "Required for friendly error pages in development (^2.14.3).",
+                "guzzlehttp/guzzle": "Required to use the HTTP Client and the ping methods on schedules (^7.5).",
+                "laravel/tinker": "Required to use the tinker console command (^2.0).",
+                "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^3.0).",
+                "league/flysystem-ftp": "Required to use the Flysystem FTP driver (^3.0).",
+                "league/flysystem-path-prefixing": "Required to use the scoped driver (^3.3).",
+                "league/flysystem-read-only": "Required to use read-only disks (^3.3)",
+                "league/flysystem-sftp-v3": "Required to use the Flysystem SFTP driver (^3.0).",
+                "mockery/mockery": "Required to use mocking (^1.5.1).",
+                "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
+                "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
+                "phpunit/phpunit": "Required to use assertions and run tests (^9.5.8).",
+                "predis/predis": "Required to use the predis connector (^1.1.9|^2.0.2).",
+                "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
+                "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^6.0|^7.0).",
+                "symfony/cache": "Required to PSR-6 cache bridge (^6.0).",
+                "symfony/filesystem": "Required to enable support for relative symbolic links (^6.0).",
+                "symfony/http-client": "Required to enable support for the Symfony API mail transports (^6.0).",
+                "symfony/mailgun-mailer": "Required to enable support for the Mailgun mail transport (^6.0).",
+                "symfony/postmark-mailer": "Required to enable support for the Postmark mail transport (^6.0).",
+                "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0)."
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "9.x-dev"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/Illuminate/Collections/helpers.php",
+                    "src/Illuminate/Events/functions.php",
+                    "src/Illuminate/Foundation/helpers.php",
+                    "src/Illuminate/Support/helpers.php"
+                ],
+                "psr-4": {
+                    "Illuminate\\": "src/Illuminate/",
+                    "Illuminate\\Support\\": [
+                        "src/Illuminate/Macroable/",
+                        "src/Illuminate/Collections/",
+                        "src/Illuminate/Conditionable/"
+                    ]
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Taylor Otwell",
+                    "email": "taylor@laravel.com"
+                }
+            ],
+            "description": "The Laravel Framework.",
+            "homepage": "https://laravel.com",
+            "keywords": [
+                "framework",
+                "laravel"
+            ],
+            "support": {
+                "issues": "https://github.com/laravel/framework/issues",
+                "source": "https://github.com/laravel/framework"
+            },
+            "time": "2023-10-03T13:02:30+00:00"
+        },
+        {
+            "name": "laravel/sanctum",
+            "version": "v3.3.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/laravel/sanctum.git",
+                "reference": "338f633e6487e76b255470d3373fbc29228aa971"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/laravel/sanctum/zipball/338f633e6487e76b255470d3373fbc29228aa971",
+                "reference": "338f633e6487e76b255470d3373fbc29228aa971",
+                "shasum": ""
+            },
+            "require": {
+                "ext-json": "*",
+                "illuminate/console": "^9.21|^10.0",
+                "illuminate/contracts": "^9.21|^10.0",
+                "illuminate/database": "^9.21|^10.0",
+                "illuminate/support": "^9.21|^10.0",
+                "php": "^8.0.2"
+            },
+            "require-dev": {
+                "mockery/mockery": "^1.0",
+                "orchestra/testbench": "^7.28.2|^8.8.3",
+                "phpstan/phpstan": "^1.10",
+                "phpunit/phpunit": "^9.6"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.x-dev"
+                },
+                "laravel": {
+                    "providers": [
+                        "Laravel\\Sanctum\\SanctumServiceProvider"
+                    ]
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Laravel\\Sanctum\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Taylor Otwell",
+                    "email": "taylor@laravel.com"
+                }
+            ],
+            "description": "Laravel Sanctum provides a featherweight authentication system for SPAs and simple APIs.",
+            "keywords": [
+                "auth",
+                "laravel",
+                "sanctum"
+            ],
+            "support": {
+                "issues": "https://github.com/laravel/sanctum/issues",
+                "source": "https://github.com/laravel/sanctum"
+            },
+            "time": "2023-09-07T15:46:33+00:00"
+        },
+        {
+            "name": "laravel/serializable-closure",
+            "version": "v1.3.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/laravel/serializable-closure.git",
+                "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/e5a3057a5591e1cfe8183034b0203921abe2c902",
+                "reference": "e5a3057a5591e1cfe8183034b0203921abe2c902",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.3|^8.0"
+            },
+            "require-dev": {
+                "nesbot/carbon": "^2.61",
+                "pestphp/pest": "^1.21.3",
+                "phpstan/phpstan": "^1.8.2",
+                "symfony/var-dumper": "^5.4.11"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Laravel\\SerializableClosure\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Taylor Otwell",
+                    "email": "taylor@laravel.com"
+                },
+                {
+                    "name": "Nuno Maduro",
+                    "email": "nuno@laravel.com"
+                }
+            ],
+            "description": "Laravel Serializable Closure provides an easy and secure way to serialize closures in PHP.",
+            "keywords": [
+                "closure",
+                "laravel",
+                "serializable"
+            ],
+            "support": {
+                "issues": "https://github.com/laravel/serializable-closure/issues",
+                "source": "https://github.com/laravel/serializable-closure"
+            },
+            "time": "2023-07-14T13:56:28+00:00"
+        },
+        {
+            "name": "laravel/tinker",
+            "version": "v2.8.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/laravel/tinker.git",
+                "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/laravel/tinker/zipball/b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
+                "reference": "b936d415b252b499e8c3b1f795cd4fc20f57e1f3",
+                "shasum": ""
+            },
+            "require": {
+                "illuminate/console": "^6.0|^7.0|^8.0|^9.0|^10.0",
+                "illuminate/contracts": "^6.0|^7.0|^8.0|^9.0|^10.0",
+                "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
+                "php": "^7.2.5|^8.0",
+                "psy/psysh": "^0.10.4|^0.11.1",
+                "symfony/var-dumper": "^4.3.4|^5.0|^6.0"
+            },
+            "require-dev": {
+                "mockery/mockery": "~1.3.3|^1.4.2",
+                "phpstan/phpstan": "^1.10",
+                "phpunit/phpunit": "^8.5.8|^9.3.3"
+            },
+            "suggest": {
+                "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0|^9.0|^10.0)."
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.x-dev"
+                },
+                "laravel": {
+                    "providers": [
+                        "Laravel\\Tinker\\TinkerServiceProvider"
+                    ]
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Laravel\\Tinker\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Taylor Otwell",
+                    "email": "taylor@laravel.com"
+                }
+            ],
+            "description": "Powerful REPL for the Laravel framework.",
+            "keywords": [
+                "REPL",
+                "Tinker",
+                "laravel",
+                "psysh"
+            ],
+            "support": {
+                "issues": "https://github.com/laravel/tinker/issues",
+                "source": "https://github.com/laravel/tinker/tree/v2.8.2"
+            },
+            "time": "2023-08-15T14:27:00+00:00"
+        },
+        {
+            "name": "laravel/ui",
+            "version": "v4.2.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/laravel/ui.git",
+                "reference": "a58ec468db4a340b33f3426c778784717a2c144b"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/laravel/ui/zipball/a58ec468db4a340b33f3426c778784717a2c144b",
+                "reference": "a58ec468db4a340b33f3426c778784717a2c144b",
+                "shasum": ""
+            },
+            "require": {
+                "illuminate/console": "^9.21|^10.0",
+                "illuminate/filesystem": "^9.21|^10.0",
+                "illuminate/support": "^9.21|^10.0",
+                "illuminate/validation": "^9.21|^10.0",
+                "php": "^8.0"
+            },
+            "require-dev": {
+                "orchestra/testbench": "^7.0|^8.0",
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.x-dev"
+                },
+                "laravel": {
+                    "providers": [
+                        "Laravel\\Ui\\UiServiceProvider"
+                    ]
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Laravel\\Ui\\": "src/",
+                    "Illuminate\\Foundation\\Auth\\": "auth-backend/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Taylor Otwell",
+                    "email": "taylor@laravel.com"
+                }
+            ],
+            "description": "Laravel UI utilities and presets.",
+            "keywords": [
+                "laravel",
+                "ui"
+            ],
+            "support": {
+                "source": "https://github.com/laravel/ui/tree/v4.2.2"
+            },
+            "time": "2023-05-09T19:47:28+00:00"
+        },
+        {
+            "name": "lcobucci/clock",
+            "version": "2.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/lcobucci/clock.git",
+                "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/lcobucci/clock/zipball/c7aadcd6fd97ed9e199114269c0be3f335e38876",
+                "reference": "c7aadcd6fd97ed9e199114269c0be3f335e38876",
+                "shasum": ""
+            },
+            "require": {
+                "php": "~8.1.0 || ~8.2.0",
+                "stella-maris/clock": "^0.1.7"
+            },
+            "provide": {
+                "psr/clock-implementation": "1.0"
+            },
+            "require-dev": {
+                "infection/infection": "^0.26",
+                "lcobucci/coding-standard": "^9.0",
+                "phpstan/extension-installer": "^1.2",
+                "phpstan/phpstan": "^1.9.4",
+                "phpstan/phpstan-deprecation-rules": "^1.1.1",
+                "phpstan/phpstan-phpunit": "^1.3.2",
+                "phpstan/phpstan-strict-rules": "^1.4.4",
+                "phpunit/phpunit": "^9.5.27"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Lcobucci\\Clock\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Luís Cobucci",
+                    "email": "lcobucci@gmail.com"
+                }
+            ],
+            "description": "Yet another clock abstraction",
+            "support": {
+                "issues": "https://github.com/lcobucci/clock/issues",
+                "source": "https://github.com/lcobucci/clock/tree/2.3.0"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/lcobucci",
+                    "type": "github"
+                },
+                {
+                    "url": "https://www.patreon.com/lcobucci",
+                    "type": "patreon"
+                }
+            ],
+            "time": "2022-12-19T14:38:11+00:00"
+        },
+        {
+            "name": "lcobucci/jwt",
+            "version": "4.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/lcobucci/jwt.git",
+                "reference": "55564265fddf810504110bd68ca311932324b0e9"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/lcobucci/jwt/zipball/55564265fddf810504110bd68ca311932324b0e9",
+                "reference": "55564265fddf810504110bd68ca311932324b0e9",
+                "shasum": ""
+            },
+            "require": {
+                "ext-mbstring": "*",
+                "ext-openssl": "*",
+                "lcobucci/clock": "^2.0",
+                "php": "^7.4 || ^8.0"
+            },
+            "require-dev": {
+                "infection/infection": "^0.20",
+                "lcobucci/coding-standard": "^6.0",
+                "mikey179/vfsstream": "^1.6",
+                "phpbench/phpbench": "^0.17",
+                "phpstan/extension-installer": "^1.0",
+                "phpstan/phpstan": "^0.12",
+                "phpstan/phpstan-deprecation-rules": "^0.12",
+                "phpstan/phpstan-phpunit": "^0.12",
+                "phpstan/phpstan-strict-rules": "^0.12",
+                "phpunit/php-invoker": "^3.1",
+                "phpunit/phpunit": "^9.4"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Lcobucci\\JWT\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Luís Cobucci",
+                    "email": "lcobucci@gmail.com",
+                    "role": "Developer"
+                }
+            ],
+            "description": "A simple library to work with JSON Web Token and JSON Web Signature",
+            "keywords": [
+                "JWS",
+                "jwt"
+            ],
+            "support": {
+                "issues": "https://github.com/lcobucci/jwt/issues",
+                "source": "https://github.com/lcobucci/jwt/tree/4.0.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/lcobucci",
+                    "type": "github"
+                },
+                {
+                    "url": "https://www.patreon.com/lcobucci",
+                    "type": "patreon"
+                }
+            ],
+            "time": "2021-09-28T19:18:28+00:00"
+        },
+        {
+            "name": "league/commonmark",
+            "version": "2.4.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/thephpleague/commonmark.git",
+                "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
+                "reference": "3669d6d5f7a47a93c08ddff335e6d945481a1dd5",
+                "shasum": ""
+            },
+            "require": {
+                "ext-mbstring": "*",
+                "league/config": "^1.1.1",
+                "php": "^7.4 || ^8.0",
+                "psr/event-dispatcher": "^1.0",
+                "symfony/deprecation-contracts": "^2.1 || ^3.0",
+                "symfony/polyfill-php80": "^1.16"
+            },
+            "require-dev": {
+                "cebe/markdown": "^1.0",
+                "commonmark/cmark": "0.30.0",
+                "commonmark/commonmark.js": "0.30.0",
+                "composer/package-versions-deprecated": "^1.8",
+                "embed/embed": "^4.4",
+                "erusev/parsedown": "^1.0",
+                "ext-json": "*",
+                "github/gfm": "0.29.0",
+                "michelf/php-markdown": "^1.4 || ^2.0",
+                "nyholm/psr7": "^1.5",
+                "phpstan/phpstan": "^1.8.2",
+                "phpunit/phpunit": "^9.5.21",
+                "scrutinizer/ocular": "^1.8.1",
+                "symfony/finder": "^5.3 | ^6.0",
+                "symfony/yaml": "^2.3 | ^3.0 | ^4.0 | ^5.0 | ^6.0",
+                "unleashedtech/php-coding-standard": "^3.1.1",
+                "vimeo/psalm": "^4.24.0 || ^5.0.0"
+            },
+            "suggest": {
+                "symfony/yaml": "v2.3+ required if using the Front Matter extension"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "2.5-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "League\\CommonMark\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Colin O'Dell",
+                    "email": "colinodell@gmail.com",
+                    "homepage": "https://www.colinodell.com",
+                    "role": "Lead Developer"
+                }
+            ],
+            "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and GitHub-Flavored Markdown (GFM)",
+            "homepage": "https://commonmark.thephpleague.com",
+            "keywords": [
+                "commonmark",
+                "flavored",
+                "gfm",
+                "github",
+                "github-flavored",
+                "markdown",
+                "md",
+                "parser"
+            ],
+            "support": {
+                "docs": "https://commonmark.thephpleague.com/",
+                "forum": "https://github.com/thephpleague/commonmark/discussions",
+                "issues": "https://github.com/thephpleague/commonmark/issues",
+                "rss": "https://github.com/thephpleague/commonmark/releases.atom",
+                "source": "https://github.com/thephpleague/commonmark"
+            },
+            "funding": [
+                {
+                    "url": "https://www.colinodell.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://www.paypal.me/colinpodell/10.00",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/colinodell",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-30T16:55:00+00:00"
+        },
+        {
+            "name": "league/config",
+            "version": "v1.2.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/thephpleague/config.git",
+                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/thephpleague/config/zipball/754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
+                "reference": "754b3604fb2984c71f4af4a9cbe7b57f346ec1f3",
+                "shasum": ""
+            },
+            "require": {
+                "dflydev/dot-access-data": "^3.0.1",
+                "nette/schema": "^1.2",
+                "php": "^7.4 || ^8.0"
+            },
+            "require-dev": {
+                "phpstan/phpstan": "^1.8.2",
+                "phpunit/phpunit": "^9.5.5",
+                "scrutinizer/ocular": "^1.8.1",
+                "unleashedtech/php-coding-standard": "^3.1",
+                "vimeo/psalm": "^4.7.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.2-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "League\\Config\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Colin O'Dell",
+                    "email": "colinodell@gmail.com",
+                    "homepage": "https://www.colinodell.com",
+                    "role": "Lead Developer"
+                }
+            ],
+            "description": "Define configuration arrays with strict schemas and access values with dot notation",
+            "homepage": "https://config.thephpleague.com",
+            "keywords": [
+                "array",
+                "config",
+                "configuration",
+                "dot",
+                "dot-access",
+                "nested",
+                "schema"
+            ],
+            "support": {
+                "docs": "https://config.thephpleague.com/",
+                "issues": "https://github.com/thephpleague/config/issues",
+                "rss": "https://github.com/thephpleague/config/releases.atom",
+                "source": "https://github.com/thephpleague/config"
+            },
+            "funding": [
+                {
+                    "url": "https://www.colinodell.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://www.paypal.me/colinpodell/10.00",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/colinodell",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-12-11T20:36:23+00:00"
+        },
+        {
+            "name": "league/flysystem",
+            "version": "3.17.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/thephpleague/flysystem.git",
+                "reference": "bd4c9b26849d82364119c68429541f1631fba94b"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/bd4c9b26849d82364119c68429541f1631fba94b",
+                "reference": "bd4c9b26849d82364119c68429541f1631fba94b",
+                "shasum": ""
+            },
+            "require": {
+                "league/flysystem-local": "^3.0.0",
+                "league/mime-type-detection": "^1.0.0",
+                "php": "^8.0.2"
+            },
+            "conflict": {
+                "async-aws/core": "<1.19.0",
+                "async-aws/s3": "<1.14.0",
+                "aws/aws-sdk-php": "3.209.31 || 3.210.0",
+                "guzzlehttp/guzzle": "<7.0",
+                "guzzlehttp/ringphp": "<1.1.1",
+                "phpseclib/phpseclib": "3.0.15",
+                "symfony/http-client": "<5.2"
+            },
+            "require-dev": {
+                "async-aws/s3": "^1.5 || ^2.0",
+                "async-aws/simple-s3": "^1.1 || ^2.0",
+                "aws/aws-sdk-php": "^3.220.0",
+                "composer/semver": "^3.0",
+                "ext-fileinfo": "*",
+                "ext-ftp": "*",
+                "ext-zip": "*",
+                "friendsofphp/php-cs-fixer": "^3.5",
+                "google/cloud-storage": "^1.23",
+                "microsoft/azure-storage-blob": "^1.1",
+                "phpseclib/phpseclib": "^3.0.14",
+                "phpstan/phpstan": "^0.12.26",
+                "phpunit/phpunit": "^9.5.11|^10.0",
+                "sabre/dav": "^4.3.1"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "League\\Flysystem\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Frank de Jonge",
+                    "email": "info@frankdejonge.nl"
+                }
+            ],
+            "description": "File storage abstraction for PHP",
+            "keywords": [
+                "WebDAV",
+                "aws",
+                "cloud",
+                "file",
+                "files",
+                "filesystem",
+                "filesystems",
+                "ftp",
+                "s3",
+                "sftp",
+                "storage"
+            ],
+            "support": {
+                "issues": "https://github.com/thephpleague/flysystem/issues",
+                "source": "https://github.com/thephpleague/flysystem/tree/3.17.0"
+            },
+            "funding": [
+                {
+                    "url": "https://ecologi.com/frankdejonge",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/frankdejonge",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-10-05T20:15:05+00:00"
+        },
+        {
+            "name": "league/flysystem-local",
+            "version": "3.16.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/thephpleague/flysystem-local.git",
+                "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/thephpleague/flysystem-local/zipball/ec7383f25642e6fd4bb0c9554fc2311245391781",
+                "reference": "ec7383f25642e6fd4bb0c9554fc2311245391781",
+                "shasum": ""
+            },
+            "require": {
+                "ext-fileinfo": "*",
+                "league/flysystem": "^3.0.0",
+                "league/mime-type-detection": "^1.0.0",
+                "php": "^8.0.2"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "League\\Flysystem\\Local\\": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Frank de Jonge",
+                    "email": "info@frankdejonge.nl"
+                }
+            ],
+            "description": "Local filesystem adapter for Flysystem.",
+            "keywords": [
+                "Flysystem",
+                "file",
+                "files",
+                "filesystem",
+                "local"
+            ],
+            "support": {
+                "issues": "https://github.com/thephpleague/flysystem-local/issues",
+                "source": "https://github.com/thephpleague/flysystem-local/tree/3.16.0"
+            },
+            "funding": [
+                {
+                    "url": "https://ecologi.com/frankdejonge",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/frankdejonge",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-08-30T10:23:59+00:00"
+        },
+        {
+            "name": "league/mime-type-detection",
+            "version": "1.13.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/thephpleague/mime-type-detection.git",
+                "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/a6dfb1194a2946fcdc1f38219445234f65b35c96",
+                "reference": "a6dfb1194a2946fcdc1f38219445234f65b35c96",
+                "shasum": ""
+            },
+            "require": {
+                "ext-fileinfo": "*",
+                "php": "^7.4 || ^8.0"
+            },
+            "require-dev": {
+                "friendsofphp/php-cs-fixer": "^3.2",
+                "phpstan/phpstan": "^0.12.68",
+                "phpunit/phpunit": "^8.5.8 || ^9.3 || ^10.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "League\\MimeTypeDetection\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Frank de Jonge",
+                    "email": "info@frankdejonge.nl"
+                }
+            ],
+            "description": "Mime-type detection for Flysystem",
+            "support": {
+                "issues": "https://github.com/thephpleague/mime-type-detection/issues",
+                "source": "https://github.com/thephpleague/mime-type-detection/tree/1.13.0"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/frankdejonge",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-05T12:09:49+00:00"
+        },
+        {
+            "name": "maatwebsite/excel",
+            "version": "3.1.48",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/SpartnerNL/Laravel-Excel.git",
+                "reference": "6d0fe2a1d195960c7af7bf0de760582da02a34b9"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/SpartnerNL/Laravel-Excel/zipball/6d0fe2a1d195960c7af7bf0de760582da02a34b9",
+                "reference": "6d0fe2a1d195960c7af7bf0de760582da02a34b9",
+                "shasum": ""
+            },
+            "require": {
+                "composer/semver": "^3.3",
+                "ext-json": "*",
+                "illuminate/support": "5.8.*|^6.0|^7.0|^8.0|^9.0|^10.0",
+                "php": "^7.0|^8.0",
+                "phpoffice/phpspreadsheet": "^1.18",
+                "psr/simple-cache": "^1.0|^2.0|^3.0"
+            },
+            "require-dev": {
+                "orchestra/testbench": "^6.0|^7.0|^8.0",
+                "predis/predis": "^1.1"
+            },
+            "type": "library",
+            "extra": {
+                "laravel": {
+                    "providers": [
+                        "Maatwebsite\\Excel\\ExcelServiceProvider"
+                    ],
+                    "aliases": {
+                        "Excel": "Maatwebsite\\Excel\\Facades\\Excel"
+                    }
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Maatwebsite\\Excel\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Patrick Brouwers",
+                    "email": "patrick@spartner.nl"
+                }
+            ],
+            "description": "Supercharged Excel exports and imports in Laravel",
+            "keywords": [
+                "PHPExcel",
+                "batch",
+                "csv",
+                "excel",
+                "export",
+                "import",
+                "laravel",
+                "php",
+                "phpspreadsheet"
+            ],
+            "support": {
+                "issues": "https://github.com/SpartnerNL/Laravel-Excel/issues",
+                "source": "https://github.com/SpartnerNL/Laravel-Excel/tree/3.1.48"
+            },
+            "funding": [
+                {
+                    "url": "https://laravel-excel.com/commercial-support",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/patrickbrouwers",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-02-22T21:01:38+00:00"
+        },
+        {
+            "name": "maennchen/zipstream-php",
+            "version": "3.1.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/maennchen/ZipStream-PHP.git",
+                "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/maennchen/ZipStream-PHP/zipball/b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
+                "reference": "b8174494eda667f7d13876b4a7bfef0f62a7c0d1",
+                "shasum": ""
+            },
+            "require": {
+                "ext-mbstring": "*",
+                "ext-zlib": "*",
+                "php-64bit": "^8.1"
+            },
+            "require-dev": {
+                "ext-zip": "*",
+                "friendsofphp/php-cs-fixer": "^3.16",
+                "guzzlehttp/guzzle": "^7.5",
+                "mikey179/vfsstream": "^1.6",
+                "php-coveralls/php-coveralls": "^2.5",
+                "phpunit/phpunit": "^10.0",
+                "vimeo/psalm": "^5.0"
+            },
+            "suggest": {
+                "guzzlehttp/psr7": "^2.4",
+                "psr/http-message": "^2.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "ZipStream\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Paul Duncan",
+                    "email": "pabs@pablotron.org"
+                },
+                {
+                    "name": "Jonatan Männchen",
+                    "email": "jonatan@maennchen.ch"
+                },
+                {
+                    "name": "Jesse Donat",
+                    "email": "donatj@gmail.com"
+                },
+                {
+                    "name": "András Kolesár",
+                    "email": "kolesar@kolesar.hu"
+                }
+            ],
+            "description": "ZipStream is a library for dynamically streaming dynamic zip files from PHP without writing to the disk at all on the server.",
+            "keywords": [
+                "stream",
+                "zip"
+            ],
+            "support": {
+                "issues": "https://github.com/maennchen/ZipStream-PHP/issues",
+                "source": "https://github.com/maennchen/ZipStream-PHP/tree/3.1.0"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/maennchen",
+                    "type": "github"
+                },
+                {
+                    "url": "https://opencollective.com/zipstream",
+                    "type": "open_collective"
+                }
+            ],
+            "time": "2023-06-21T14:59:35+00:00"
+        },
+        {
+            "name": "markbaker/complex",
+            "version": "3.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/MarkBaker/PHPComplex.git",
+                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/MarkBaker/PHPComplex/zipball/95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
+                "reference": "95c56caa1cf5c766ad6d65b6344b807c1e8405b9",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2 || ^8.0"
+            },
+            "require-dev": {
+                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
+                "phpcompatibility/php-compatibility": "^9.3",
+                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
+                "squizlabs/php_codesniffer": "^3.7"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Complex\\": "classes/src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Mark Baker",
+                    "email": "mark@lange.demon.co.uk"
+                }
+            ],
+            "description": "PHP Class for working with complex numbers",
+            "homepage": "https://github.com/MarkBaker/PHPComplex",
+            "keywords": [
+                "complex",
+                "mathematics"
+            ],
+            "support": {
+                "issues": "https://github.com/MarkBaker/PHPComplex/issues",
+                "source": "https://github.com/MarkBaker/PHPComplex/tree/3.0.2"
+            },
+            "time": "2022-12-06T16:21:08+00:00"
+        },
+        {
+            "name": "markbaker/matrix",
+            "version": "3.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/MarkBaker/PHPMatrix.git",
+                "reference": "728434227fe21be27ff6d86621a1b13107a2562c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/MarkBaker/PHPMatrix/zipball/728434227fe21be27ff6d86621a1b13107a2562c",
+                "reference": "728434227fe21be27ff6d86621a1b13107a2562c",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.1 || ^8.0"
+            },
+            "require-dev": {
+                "dealerdirect/phpcodesniffer-composer-installer": "dev-master",
+                "phpcompatibility/php-compatibility": "^9.3",
+                "phpdocumentor/phpdocumentor": "2.*",
+                "phploc/phploc": "^4.0",
+                "phpmd/phpmd": "2.*",
+                "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
+                "sebastian/phpcpd": "^4.0",
+                "squizlabs/php_codesniffer": "^3.7"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Matrix\\": "classes/src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Mark Baker",
+                    "email": "mark@demon-angel.eu"
+                }
+            ],
+            "description": "PHP Class for working with matrices",
+            "homepage": "https://github.com/MarkBaker/PHPMatrix",
+            "keywords": [
+                "mathematics",
+                "matrix",
+                "vector"
+            ],
+            "support": {
+                "issues": "https://github.com/MarkBaker/PHPMatrix/issues",
+                "source": "https://github.com/MarkBaker/PHPMatrix/tree/3.0.1"
+            },
+            "time": "2022-12-02T22:17:43+00:00"
+        },
+        {
+            "name": "maxmind-db/reader",
+            "version": "v1.11.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
+                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/b1f3c0699525336d09cc5161a2861268d9f2ae5b",
+                "reference": "b1f3c0699525336d09cc5161a2861268d9f2ae5b",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.2"
+            },
+            "conflict": {
+                "ext-maxminddb": "<1.10.1,>=2.0.0"
+            },
+            "require-dev": {
+                "friendsofphp/php-cs-fixer": "3.*",
+                "php-coveralls/php-coveralls": "^2.1",
+                "phpstan/phpstan": "*",
+                "phpunit/phpcov": ">=6.0.0",
+                "phpunit/phpunit": ">=8.0.0,<10.0.0",
+                "squizlabs/php_codesniffer": "3.*"
+            },
+            "suggest": {
+                "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
+                "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
+                "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "MaxMind\\Db\\": "src/MaxMind/Db"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "Apache-2.0"
+            ],
+            "authors": [
+                {
+                    "name": "Gregory J. Oschwald",
+                    "email": "goschwald@maxmind.com",
+                    "homepage": "https://www.maxmind.com/"
+                }
+            ],
+            "description": "MaxMind DB Reader API",
+            "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
+            "keywords": [
+                "database",
+                "geoip",
+                "geoip2",
+                "geolocation",
+                "maxmind"
+            ],
+            "support": {
+                "issues": "https://github.com/maxmind/MaxMind-DB-Reader-php/issues",
+                "source": "https://github.com/maxmind/MaxMind-DB-Reader-php/tree/v1.11.0"
+            },
+            "time": "2021-10-18T15:23:10+00:00"
+        },
+        {
+            "name": "maxmind/web-service-common",
+            "version": "v0.9.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/maxmind/web-service-common-php.git",
+                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
+                "reference": "4dc5a3e8df38aea4ca3b1096cee3a038094e9b53",
+                "shasum": ""
+            },
+            "require": {
+                "composer/ca-bundle": "^1.0.3",
+                "ext-curl": "*",
+                "ext-json": "*",
+                "php": ">=7.2"
+            },
+            "require-dev": {
+                "friendsofphp/php-cs-fixer": "3.*",
+                "phpstan/phpstan": "*",
+                "phpunit/phpunit": "^8.0 || ^9.0",
+                "squizlabs/php_codesniffer": "3.*"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "MaxMind\\Exception\\": "src/Exception",
+                    "MaxMind\\WebService\\": "src/WebService"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "Apache-2.0"
+            ],
+            "authors": [
+                {
+                    "name": "Gregory Oschwald",
+                    "email": "goschwald@maxmind.com"
+                }
+            ],
+            "description": "Internal MaxMind Web Service API",
+            "homepage": "https://github.com/maxmind/web-service-common-php",
+            "support": {
+                "issues": "https://github.com/maxmind/web-service-common-php/issues",
+                "source": "https://github.com/maxmind/web-service-common-php/tree/v0.9.0"
+            },
+            "time": "2022-03-28T17:43:20+00:00"
+        },
+        {
+            "name": "monolog/monolog",
+            "version": "2.9.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/Seldaek/monolog.git",
+                "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
+                "reference": "f259e2b15fb95494c83f52d3caad003bbf5ffaa1",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.2",
+                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
+            },
+            "provide": {
+                "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
+            },
+            "require-dev": {
+                "aws/aws-sdk-php": "^2.4.9 || ^3.0",
+                "doctrine/couchdb": "~1.0@dev",
+                "elasticsearch/elasticsearch": "^7 || ^8",
+                "ext-json": "*",
+                "graylog2/gelf-php": "^1.4.2 || ^2@dev",
+                "guzzlehttp/guzzle": "^7.4",
+                "guzzlehttp/psr7": "^2.2",
+                "mongodb/mongodb": "^1.8",
+                "php-amqplib/php-amqplib": "~2.4 || ^3",
+                "phpspec/prophecy": "^1.15",
+                "phpstan/phpstan": "^0.12.91",
+                "phpunit/phpunit": "^8.5.14",
+                "predis/predis": "^1.1 || ^2.0",
+                "rollbar/rollbar": "^1.3 || ^2 || ^3",
+                "ruflin/elastica": "^7",
+                "swiftmailer/swiftmailer": "^5.3|^6.0",
+                "symfony/mailer": "^5.4 || ^6",
+                "symfony/mime": "^5.4 || ^6"
+            },
+            "suggest": {
+                "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
+                "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
+                "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
+                "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
+                "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
+                "ext-mbstring": "Allow to work properly with unicode symbols",
+                "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
+                "ext-openssl": "Required to send log messages using SSL",
+                "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
+                "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
+                "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
+                "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
+                "rollbar/rollbar": "Allow sending log messages to Rollbar",
+                "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "2.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Monolog\\": "src/Monolog"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Jordi Boggiano",
+                    "email": "j.boggiano@seld.be",
+                    "homepage": "https://seld.be"
+                }
+            ],
+            "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
+            "homepage": "https://github.com/Seldaek/monolog",
+            "keywords": [
+                "log",
+                "logging",
+                "psr-3"
+            ],
+            "support": {
+                "issues": "https://github.com/Seldaek/monolog/issues",
+                "source": "https://github.com/Seldaek/monolog/tree/2.9.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/Seldaek",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-02-06T13:44:46+00:00"
+        },
+        {
+            "name": "mtdowling/jmespath.php",
+            "version": "2.7.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/jmespath/jmespath.php.git",
+                "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/bbb69a935c2cbb0c03d7f481a238027430f6440b",
+                "reference": "bbb69a935c2cbb0c03d7f481a238027430f6440b",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2.5 || ^8.0",
+                "symfony/polyfill-mbstring": "^1.17"
+            },
+            "require-dev": {
+                "composer/xdebug-handler": "^3.0.3",
+                "phpunit/phpunit": "^8.5.33"
+            },
+            "bin": [
+                "bin/jp.php"
+            ],
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.7-dev"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/JmesPath.php"
+                ],
+                "psr-4": {
+                    "JmesPath\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Graham Campbell",
+                    "email": "hello@gjcampbell.co.uk",
+                    "homepage": "https://github.com/GrahamCampbell"
+                },
+                {
+                    "name": "Michael Dowling",
+                    "email": "mtdowling@gmail.com",
+                    "homepage": "https://github.com/mtdowling"
+                }
+            ],
+            "description": "Declaratively specify how to extract elements from a JSON document",
+            "keywords": [
+                "json",
+                "jsonpath"
+            ],
+            "support": {
+                "issues": "https://github.com/jmespath/jmespath.php/issues",
+                "source": "https://github.com/jmespath/jmespath.php/tree/2.7.0"
+            },
+            "time": "2023-08-25T10:54:48+00:00"
+        },
+        {
+            "name": "namshi/jose",
+            "version": "7.2.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/namshi/jose.git",
+                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/namshi/jose/zipball/89a24d7eb3040e285dd5925fcad992378b82bcff",
+                "reference": "89a24d7eb3040e285dd5925fcad992378b82bcff",
+                "shasum": ""
+            },
+            "require": {
+                "ext-date": "*",
+                "ext-hash": "*",
+                "ext-json": "*",
+                "ext-pcre": "*",
+                "ext-spl": "*",
+                "php": ">=5.5",
+                "symfony/polyfill-php56": "^1.0"
+            },
+            "require-dev": {
+                "phpseclib/phpseclib": "^2.0",
+                "phpunit/phpunit": "^4.5|^5.0",
+                "satooshi/php-coveralls": "^1.0"
+            },
+            "suggest": {
+                "ext-openssl": "Allows to use OpenSSL as crypto engine.",
+                "phpseclib/phpseclib": "Allows to use Phpseclib as crypto engine, use version ^2.0."
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Namshi\\JOSE\\": "src/Namshi/JOSE/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Alessandro Nadalin",
+                    "email": "alessandro.nadalin@gmail.com"
+                },
+                {
+                    "name": "Alessandro Cinelli (cirpo)",
+                    "email": "alessandro.cinelli@gmail.com"
+                }
+            ],
+            "description": "JSON Object Signing and Encryption library for PHP.",
+            "keywords": [
+                "JSON Web Signature",
+                "JSON Web Token",
+                "JWS",
+                "json",
+                "jwt",
+                "token"
+            ],
+            "support": {
+                "issues": "https://github.com/namshi/jose/issues",
+                "source": "https://github.com/namshi/jose/tree/master"
+            },
+            "time": "2016-12-05T07:27:31+00:00"
+        },
+        {
+            "name": "nesbot/carbon",
+            "version": "2.71.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/briannesbitt/Carbon.git",
+                "reference": "98276233188583f2ff845a0f992a235472d9466a"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/98276233188583f2ff845a0f992a235472d9466a",
+                "reference": "98276233188583f2ff845a0f992a235472d9466a",
+                "shasum": ""
+            },
+            "require": {
+                "ext-json": "*",
+                "php": "^7.1.8 || ^8.0",
+                "psr/clock": "^1.0",
+                "symfony/polyfill-mbstring": "^1.0",
+                "symfony/polyfill-php80": "^1.16",
+                "symfony/translation": "^3.4 || ^4.0 || ^5.0 || ^6.0"
+            },
+            "provide": {
+                "psr/clock-implementation": "1.0"
+            },
+            "require-dev": {
+                "doctrine/dbal": "^2.0 || ^3.1.4",
+                "doctrine/orm": "^2.7",
+                "friendsofphp/php-cs-fixer": "^3.0",
+                "kylekatarnls/multi-tester": "^2.0",
+                "ondrejmirtes/better-reflection": "*",
+                "phpmd/phpmd": "^2.9",
+                "phpstan/extension-installer": "^1.0",
+                "phpstan/phpstan": "^0.12.99 || ^1.7.14",
+                "phpunit/php-file-iterator": "^2.0.5 || ^3.0.6",
+                "phpunit/phpunit": "^7.5.20 || ^8.5.26 || ^9.5.20",
+                "squizlabs/php_codesniffer": "^3.4"
+            },
+            "bin": [
+                "bin/carbon"
+            ],
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-3.x": "3.x-dev",
+                    "dev-master": "2.x-dev"
+                },
+                "laravel": {
+                    "providers": [
+                        "Carbon\\Laravel\\ServiceProvider"
+                    ]
+                },
+                "phpstan": {
+                    "includes": [
+                        "extension.neon"
+                    ]
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Carbon\\": "src/Carbon/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Brian Nesbitt",
+                    "email": "brian@nesbot.com",
+                    "homepage": "https://markido.com"
+                },
+                {
+                    "name": "kylekatarnls",
+                    "homepage": "https://github.com/kylekatarnls"
+                }
+            ],
+            "description": "An API extension for DateTime that supports 281 different languages.",
+            "homepage": "https://carbon.nesbot.com",
+            "keywords": [
+                "date",
+                "datetime",
+                "time"
+            ],
+            "support": {
+                "docs": "https://carbon.nesbot.com/docs",
+                "issues": "https://github.com/briannesbitt/Carbon/issues",
+                "source": "https://github.com/briannesbitt/Carbon"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sponsors/kylekatarnls",
+                    "type": "github"
+                },
+                {
+                    "url": "https://opencollective.com/Carbon#sponsor",
+                    "type": "opencollective"
+                },
+                {
+                    "url": "https://tidelift.com/subscription/pkg/packagist-nesbot-carbon?utm_source=packagist-nesbot-carbon&utm_medium=referral&utm_campaign=readme",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-25T11:31:05+00:00"
+        },
+        {
+            "name": "nette/schema",
+            "version": "v1.2.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/nette/schema.git",
+                "reference": "0462f0166e823aad657c9224d0f849ecac1ba10a"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/nette/schema/zipball/0462f0166e823aad657c9224d0f849ecac1ba10a",
+                "reference": "0462f0166e823aad657c9224d0f849ecac1ba10a",
+                "shasum": ""
+            },
+            "require": {
+                "nette/utils": "^2.5.7 || ^3.1.5 ||  ^4.0",
+                "php": "7.1 - 8.3"
+            },
+            "require-dev": {
+                "nette/tester": "^2.3 || ^2.4",
+                "phpstan/phpstan-nette": "^1.0",
+                "tracy/tracy": "^2.7"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.2-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause",
+                "GPL-2.0-only",
+                "GPL-3.0-only"
+            ],
+            "authors": [
+                {
+                    "name": "David Grudl",
+                    "homepage": "https://davidgrudl.com"
+                },
+                {
+                    "name": "Nette Community",
+                    "homepage": "https://nette.org/contributors"
+                }
+            ],
+            "description": "📐 Nette Schema: validating data structures against a given Schema.",
+            "homepage": "https://nette.org",
+            "keywords": [
+                "config",
+                "nette"
+            ],
+            "support": {
+                "issues": "https://github.com/nette/schema/issues",
+                "source": "https://github.com/nette/schema/tree/v1.2.5"
+            },
+            "time": "2023-10-05T20:37:59+00:00"
+        },
+        {
+            "name": "nette/utils",
+            "version": "v4.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/nette/utils.git",
+                "reference": "cead6637226456b35e1175cc53797dd585d85545"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/nette/utils/zipball/cead6637226456b35e1175cc53797dd585d85545",
+                "reference": "cead6637226456b35e1175cc53797dd585d85545",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.0 <8.4"
+            },
+            "conflict": {
+                "nette/finder": "<3",
+                "nette/schema": "<1.2.2"
+            },
+            "require-dev": {
+                "jetbrains/phpstorm-attributes": "dev-master",
+                "nette/tester": "^2.5",
+                "phpstan/phpstan": "^1.0",
+                "tracy/tracy": "^2.9"
+            },
+            "suggest": {
+                "ext-gd": "to use Image",
+                "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
+                "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
+                "ext-json": "to use Nette\\Utils\\Json",
+                "ext-mbstring": "to use Strings::lower() etc...",
+                "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause",
+                "GPL-2.0-only",
+                "GPL-3.0-only"
+            ],
+            "authors": [
+                {
+                    "name": "David Grudl",
+                    "homepage": "https://davidgrudl.com"
+                },
+                {
+                    "name": "Nette Community",
+                    "homepage": "https://nette.org/contributors"
+                }
+            ],
+            "description": "🛠  Nette Utils: lightweight utilities for string & array manipulation, image handling, safe JSON encoding/decoding, validation, slug or strong password generating etc.",
+            "homepage": "https://nette.org",
+            "keywords": [
+                "array",
+                "core",
+                "datetime",
+                "images",
+                "json",
+                "nette",
+                "paginator",
+                "password",
+                "slugify",
+                "string",
+                "unicode",
+                "utf-8",
+                "utility",
+                "validation"
+            ],
+            "support": {
+                "issues": "https://github.com/nette/utils/issues",
+                "source": "https://github.com/nette/utils/tree/v4.0.2"
+            },
+            "time": "2023-09-19T11:58:07+00:00"
+        },
+        {
+            "name": "nikic/php-parser",
+            "version": "v4.17.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/nikic/PHP-Parser.git",
+                "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+                "reference": "a6303e50c90c355c7eeee2c4a8b27fe8dc8fef1d",
+                "shasum": ""
+            },
+            "require": {
+                "ext-tokenizer": "*",
+                "php": ">=7.0"
+            },
+            "require-dev": {
+                "ircmaxell/php-yacc": "^0.0.7",
+                "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
+            },
+            "bin": [
+                "bin/php-parse"
+            ],
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.9-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "PhpParser\\": "lib/PhpParser"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Nikita Popov"
+                }
+            ],
+            "description": "A PHP parser written in PHP",
+            "keywords": [
+                "parser",
+                "php"
+            ],
+            "support": {
+                "issues": "https://github.com/nikic/PHP-Parser/issues",
+                "source": "https://github.com/nikic/PHP-Parser/tree/v4.17.1"
+            },
+            "time": "2023-08-13T19:53:39+00:00"
+        },
+        {
+            "name": "nunomaduro/termwind",
+            "version": "v1.15.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/nunomaduro/termwind.git",
+                "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/nunomaduro/termwind/zipball/8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
+                "reference": "8ab0b32c8caa4a2e09700ea32925441385e4a5dc",
+                "shasum": ""
+            },
+            "require": {
+                "ext-mbstring": "*",
+                "php": "^8.0",
+                "symfony/console": "^5.3.0|^6.0.0"
+            },
+            "require-dev": {
+                "ergebnis/phpstan-rules": "^1.0.",
+                "illuminate/console": "^8.0|^9.0",
+                "illuminate/support": "^8.0|^9.0",
+                "laravel/pint": "^1.0.0",
+                "pestphp/pest": "^1.21.0",
+                "pestphp/pest-plugin-mock": "^1.0",
+                "phpstan/phpstan": "^1.4.6",
+                "phpstan/phpstan-strict-rules": "^1.1.0",
+                "symfony/var-dumper": "^5.2.7|^6.0.0",
+                "thecodingmachine/phpstan-strict-rules": "^1.0.0"
+            },
+            "type": "library",
+            "extra": {
+                "laravel": {
+                    "providers": [
+                        "Termwind\\Laravel\\TermwindServiceProvider"
+                    ]
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/Functions.php"
+                ],
+                "psr-4": {
+                    "Termwind\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nuno Maduro",
+                    "email": "enunomaduro@gmail.com"
+                }
+            ],
+            "description": "Its like Tailwind CSS, but for the console.",
+            "keywords": [
+                "cli",
+                "console",
+                "css",
+                "package",
+                "php",
+                "style"
+            ],
+            "support": {
+                "issues": "https://github.com/nunomaduro/termwind/issues",
+                "source": "https://github.com/nunomaduro/termwind/tree/v1.15.1"
+            },
+            "funding": [
+                {
+                    "url": "https://www.paypal.com/paypalme/enunomaduro",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/nunomaduro",
+                    "type": "github"
+                },
+                {
+                    "url": "https://github.com/xiCO2k",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-02-08T01:06:31+00:00"
+        },
+        {
+            "name": "php-open-source-saver/jwt-auth",
+            "version": "2.1.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/PHP-Open-Source-Saver/jwt-auth.git",
+                "reference": "5b4e3eec31c8da03d58b64c4e28c469b334bec4c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/PHP-Open-Source-Saver/jwt-auth/zipball/5b4e3eec31c8da03d58b64c4e28c469b334bec4c",
+                "reference": "5b4e3eec31c8da03d58b64c4e28c469b334bec4c",
+                "shasum": ""
+            },
+            "require": {
+                "ext-json": "*",
+                "illuminate/auth": "^6|^7|^8.67|^9|^10",
+                "illuminate/contracts": "^6|^7|^8.67|^9|^10",
+                "illuminate/http": "^6|^7|^8.67|^9|^10",
+                "illuminate/support": "^6|^7|^8.67|^9|^10",
+                "lcobucci/jwt": "^4.0",
+                "namshi/jose": "^7.0",
+                "nesbot/carbon": "^1.0|^2.0",
+                "php": "^7.4|^8.0"
+            },
+            "require-dev": {
+                "friendsofphp/php-cs-fixer": "^3",
+                "illuminate/console": "^6|^7|^8.67|^9|^10",
+                "illuminate/routing": "^6|^7|^8.67|^9|^10",
+                "mockery/mockery": "^1.4.4",
+                "orchestra/testbench": "^4.18|^5.8|^6.3|^7|^8",
+                "phpstan/phpstan": "^1",
+                "phpunit/phpunit": "^8.5|^9.4|^10",
+                "rector/rector": "^0.12.4",
+                "vlucas/phpdotenv": "^5.2.0",
+                "yoast/phpunit-polyfills": "^1.0.2"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-develop": "2.0-dev"
+                },
+                "laravel": {
+                    "aliases": {
+                        "JWTAuth": "PHPOpenSourceSaver\\JWTAuth\\Facades\\JWTAuth",
+                        "JWTFactory": "PHPOpenSourceSaver\\JWTAuth\\Facades\\JWTFactory"
+                    },
+                    "providers": [
+                        "PHPOpenSourceSaver\\JWTAuth\\Providers\\LaravelServiceProvider"
+                    ]
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "PHPOpenSourceSaver\\JWTAuth\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Sean Tymon",
+                    "email": "tymon148@gmail.com",
+                    "homepage": "https://tymon.xyz",
+                    "role": "Forked package creator | Developer"
+                },
+                {
+                    "name": "Eric Schricker",
+                    "email": "eric.schricker@adiutabyte.de",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Fabio William Conceição",
+                    "email": "messhias@gmail.com",
+                    "role": "Developer"
+                }
+            ],
+            "description": "JSON Web Token Authentication for Laravel and Lumen",
+            "homepage": "https://github.com/PHP-Open-Source-Saver/jwt-auth",
+            "keywords": [
+                "Authentication",
+                "JSON Web Token",
+                "auth",
+                "jwt",
+                "laravel"
+            ],
+            "support": {
+                "issues": "https://github.com/PHP-Open-Source-Saver/jwt-auth/issues",
+                "source": "https://github.com/PHP-Open-Source-Saver/jwt-auth"
+            },
+            "time": "2023-02-17T11:42:33+00:00"
+        },
+        {
+            "name": "phpoffice/phpspreadsheet",
+            "version": "1.29.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/PHPOffice/PhpSpreadsheet.git",
+                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/PHPOffice/PhpSpreadsheet/zipball/fde2ccf55eaef7e86021ff1acce26479160a0fa0",
+                "reference": "fde2ccf55eaef7e86021ff1acce26479160a0fa0",
+                "shasum": ""
+            },
+            "require": {
+                "ext-ctype": "*",
+                "ext-dom": "*",
+                "ext-fileinfo": "*",
+                "ext-gd": "*",
+                "ext-iconv": "*",
+                "ext-libxml": "*",
+                "ext-mbstring": "*",
+                "ext-simplexml": "*",
+                "ext-xml": "*",
+                "ext-xmlreader": "*",
+                "ext-xmlwriter": "*",
+                "ext-zip": "*",
+                "ext-zlib": "*",
+                "ezyang/htmlpurifier": "^4.15",
+                "maennchen/zipstream-php": "^2.1 || ^3.0",
+                "markbaker/complex": "^3.0",
+                "markbaker/matrix": "^3.0",
+                "php": "^7.4 || ^8.0",
+                "psr/http-client": "^1.0",
+                "psr/http-factory": "^1.0",
+                "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
+            },
+            "require-dev": {
+                "dealerdirect/phpcodesniffer-composer-installer": "dev-main",
+                "dompdf/dompdf": "^1.0 || ^2.0",
+                "friendsofphp/php-cs-fixer": "^3.2",
+                "mitoteam/jpgraph": "^10.3",
+                "mpdf/mpdf": "^8.1.1",
+                "phpcompatibility/php-compatibility": "^9.3",
+                "phpstan/phpstan": "^1.1",
+                "phpstan/phpstan-phpunit": "^1.0",
+                "phpunit/phpunit": "^8.5 || ^9.0 || ^10.0",
+                "squizlabs/php_codesniffer": "^3.7",
+                "tecnickcom/tcpdf": "^6.5"
+            },
+            "suggest": {
+                "dompdf/dompdf": "Option for rendering PDF with PDF Writer",
+                "ext-intl": "PHP Internationalization Functions",
+                "mitoteam/jpgraph": "Option for rendering charts, or including charts with PDF or HTML Writers",
+                "mpdf/mpdf": "Option for rendering PDF with PDF Writer",
+                "tecnickcom/tcpdf": "Option for rendering PDF with PDF Writer"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "PhpOffice\\PhpSpreadsheet\\": "src/PhpSpreadsheet"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Maarten Balliauw",
+                    "homepage": "https://blog.maartenballiauw.be"
+                },
+                {
+                    "name": "Mark Baker",
+                    "homepage": "https://markbakeruk.net"
+                },
+                {
+                    "name": "Franck Lefevre",
+                    "homepage": "https://rootslabs.net"
+                },
+                {
+                    "name": "Erik Tilt"
+                },
+                {
+                    "name": "Adrien Crivelli"
+                }
+            ],
+            "description": "PHPSpreadsheet - Read, Create and Write Spreadsheet documents in PHP - Spreadsheet engine",
+            "homepage": "https://github.com/PHPOffice/PhpSpreadsheet",
+            "keywords": [
+                "OpenXML",
+                "excel",
+                "gnumeric",
+                "ods",
+                "php",
+                "spreadsheet",
+                "xls",
+                "xlsx"
+            ],
+            "support": {
+                "issues": "https://github.com/PHPOffice/PhpSpreadsheet/issues",
+                "source": "https://github.com/PHPOffice/PhpSpreadsheet/tree/1.29.0"
+            },
+            "time": "2023-06-14T22:48:31+00:00"
+        },
+        {
+            "name": "phpoption/phpoption",
+            "version": "1.9.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/schmittjoh/php-option.git",
+                "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/dd3a383e599f49777d8b628dadbb90cae435b87e",
+                "reference": "dd3a383e599f49777d8b628dadbb90cae435b87e",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2.5 || ^8.0"
+            },
+            "require-dev": {
+                "bamarni/composer-bin-plugin": "^1.8.2",
+                "phpunit/phpunit": "^8.5.32 || ^9.6.3 || ^10.0.12"
+            },
+            "type": "library",
+            "extra": {
+                "bamarni-bin": {
+                    "bin-links": true,
+                    "forward-command": true
+                },
+                "branch-alias": {
+                    "dev-master": "1.9-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "PhpOption\\": "src/PhpOption/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "Apache-2.0"
+            ],
+            "authors": [
+                {
+                    "name": "Johannes M. Schmitt",
+                    "email": "schmittjoh@gmail.com",
+                    "homepage": "https://github.com/schmittjoh"
+                },
+                {
+                    "name": "Graham Campbell",
+                    "email": "hello@gjcampbell.co.uk",
+                    "homepage": "https://github.com/GrahamCampbell"
+                }
+            ],
+            "description": "Option Type for PHP",
+            "keywords": [
+                "language",
+                "option",
+                "php",
+                "type"
+            ],
+            "support": {
+                "issues": "https://github.com/schmittjoh/php-option/issues",
+                "source": "https://github.com/schmittjoh/php-option/tree/1.9.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/GrahamCampbell",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-02-25T19:38:58+00:00"
+        },
+        {
+            "name": "psr/clock",
+            "version": "1.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/clock.git",
+                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+                "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.0 || ^8.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Psr\\Clock\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "https://www.php-fig.org/"
+                }
+            ],
+            "description": "Common interface for reading the clock.",
+            "homepage": "https://github.com/php-fig/clock",
+            "keywords": [
+                "clock",
+                "now",
+                "psr",
+                "psr-20",
+                "time"
+            ],
+            "support": {
+                "issues": "https://github.com/php-fig/clock/issues",
+                "source": "https://github.com/php-fig/clock/tree/1.0.0"
+            },
+            "time": "2022-11-25T14:36:26+00:00"
+        },
+        {
+            "name": "psr/container",
+            "version": "2.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/container.git",
+                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+                "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.4.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\Container\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "https://www.php-fig.org/"
+                }
+            ],
+            "description": "Common Container Interface (PHP FIG PSR-11)",
+            "homepage": "https://github.com/php-fig/container",
+            "keywords": [
+                "PSR-11",
+                "container",
+                "container-interface",
+                "container-interop",
+                "psr"
+            ],
+            "support": {
+                "issues": "https://github.com/php-fig/container/issues",
+                "source": "https://github.com/php-fig/container/tree/2.0.2"
+            },
+            "time": "2021-11-05T16:47:00+00:00"
+        },
+        {
+            "name": "psr/event-dispatcher",
+            "version": "1.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/event-dispatcher.git",
+                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
+                "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.2.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\EventDispatcher\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "http://www.php-fig.org/"
+                }
+            ],
+            "description": "Standard interfaces for event handling.",
+            "keywords": [
+                "events",
+                "psr",
+                "psr-14"
+            ],
+            "support": {
+                "issues": "https://github.com/php-fig/event-dispatcher/issues",
+                "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
+            },
+            "time": "2019-01-08T18:20:26+00:00"
+        },
+        {
+            "name": "psr/http-client",
+            "version": "1.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/http-client.git",
+                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/http-client/zipball/bb5906edc1c324c9a05aa0873d40117941e5fa90",
+                "reference": "bb5906edc1c324c9a05aa0873d40117941e5fa90",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.0 || ^8.0",
+                "psr/http-message": "^1.0 || ^2.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\Http\\Client\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "https://www.php-fig.org/"
+                }
+            ],
+            "description": "Common interface for HTTP clients",
+            "homepage": "https://github.com/php-fig/http-client",
+            "keywords": [
+                "http",
+                "http-client",
+                "psr",
+                "psr-18"
+            ],
+            "support": {
+                "source": "https://github.com/php-fig/http-client"
+            },
+            "time": "2023-09-23T14:17:50+00:00"
+        },
+        {
+            "name": "psr/http-factory",
+            "version": "1.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/http-factory.git",
+                "reference": "e616d01114759c4c489f93b099585439f795fe35"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/http-factory/zipball/e616d01114759c4c489f93b099585439f795fe35",
+                "reference": "e616d01114759c4c489f93b099585439f795fe35",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.0.0",
+                "psr/http-message": "^1.0 || ^2.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\Http\\Message\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "https://www.php-fig.org/"
+                }
+            ],
+            "description": "Common interfaces for PSR-7 HTTP message factories",
+            "keywords": [
+                "factory",
+                "http",
+                "message",
+                "psr",
+                "psr-17",
+                "psr-7",
+                "request",
+                "response"
+            ],
+            "support": {
+                "source": "https://github.com/php-fig/http-factory/tree/1.0.2"
+            },
+            "time": "2023-04-10T20:10:41+00:00"
+        },
+        {
+            "name": "psr/http-message",
+            "version": "2.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/http-message.git",
+                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/http-message/zipball/402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+                "reference": "402d35bcb92c70c026d1a6a9883f06b2ead23d71",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2 || ^8.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\Http\\Message\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "https://www.php-fig.org/"
+                }
+            ],
+            "description": "Common interface for HTTP messages",
+            "homepage": "https://github.com/php-fig/http-message",
+            "keywords": [
+                "http",
+                "http-message",
+                "psr",
+                "psr-7",
+                "request",
+                "response"
+            ],
+            "support": {
+                "source": "https://github.com/php-fig/http-message/tree/2.0"
+            },
+            "time": "2023-04-04T09:54:51+00:00"
+        },
+        {
+            "name": "psr/log",
+            "version": "3.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/log.git",
+                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/log/zipball/fe5ea303b0887d5caefd3d431c3e61ad47037001",
+                "reference": "fe5ea303b0887d5caefd3d431c3e61ad47037001",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.0.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\Log\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "https://www.php-fig.org/"
+                }
+            ],
+            "description": "Common interface for logging libraries",
+            "homepage": "https://github.com/php-fig/log",
+            "keywords": [
+                "log",
+                "psr",
+                "psr-3"
+            ],
+            "support": {
+                "source": "https://github.com/php-fig/log/tree/3.0.0"
+            },
+            "time": "2021-07-14T16:46:02+00:00"
+        },
+        {
+            "name": "psr/simple-cache",
+            "version": "3.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/php-fig/simple-cache.git",
+                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
+                "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.0.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.0.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Psr\\SimpleCache\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "PHP-FIG",
+                    "homepage": "https://www.php-fig.org/"
+                }
+            ],
+            "description": "Common interfaces for simple caching",
+            "keywords": [
+                "cache",
+                "caching",
+                "psr",
+                "psr-16",
+                "simple-cache"
+            ],
+            "support": {
+                "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
+            },
+            "time": "2021-10-29T13:26:27+00:00"
+        },
+        {
+            "name": "psy/psysh",
+            "version": "v0.11.21",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/bobthecow/psysh.git",
+                "reference": "bcb22101107f3bf770523b65630c9d547f60c540"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/bobthecow/psysh/zipball/bcb22101107f3bf770523b65630c9d547f60c540",
+                "reference": "bcb22101107f3bf770523b65630c9d547f60c540",
+                "shasum": ""
+            },
+            "require": {
+                "ext-json": "*",
+                "ext-tokenizer": "*",
+                "nikic/php-parser": "^4.0 || ^3.1",
+                "php": "^8.0 || ^7.0.8",
+                "symfony/console": "^6.0 || ^5.0 || ^4.0 || ^3.4",
+                "symfony/var-dumper": "^6.0 || ^5.0 || ^4.0 || ^3.4"
+            },
+            "conflict": {
+                "symfony/console": "4.4.37 || 5.3.14 || 5.3.15 || 5.4.3 || 5.4.4 || 6.0.3 || 6.0.4"
+            },
+            "require-dev": {
+                "bamarni/composer-bin-plugin": "^1.2"
+            },
+            "suggest": {
+                "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
+                "ext-pdo-sqlite": "The doc command requires SQLite to work.",
+                "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
+                "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
+            },
+            "bin": [
+                "bin/psysh"
+            ],
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "0.11.x-dev"
+                },
+                "bamarni-bin": {
+                    "bin-links": false,
+                    "forward-command": false
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/functions.php"
+                ],
+                "psr-4": {
+                    "Psy\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Justin Hileman",
+                    "email": "justin@justinhileman.info",
+                    "homepage": "http://justinhileman.com"
+                }
+            ],
+            "description": "An interactive shell for modern PHP.",
+            "homepage": "http://psysh.org",
+            "keywords": [
+                "REPL",
+                "console",
+                "interactive",
+                "shell"
+            ],
+            "support": {
+                "issues": "https://github.com/bobthecow/psysh/issues",
+                "source": "https://github.com/bobthecow/psysh/tree/v0.11.21"
+            },
+            "time": "2023-09-17T21:15:54+00:00"
+        },
+        {
+            "name": "ralouphie/getallheaders",
+            "version": "3.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/ralouphie/getallheaders.git",
+                "reference": "120b605dfeb996808c31b6477290a714d356e822"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
+                "reference": "120b605dfeb996808c31b6477290a714d356e822",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=5.6"
+            },
+            "require-dev": {
+                "php-coveralls/php-coveralls": "^2.1",
+                "phpunit/phpunit": "^5 || ^6.5"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "src/getallheaders.php"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Ralph Khattar",
+                    "email": "ralph.khattar@gmail.com"
+                }
+            ],
+            "description": "A polyfill for getallheaders.",
+            "support": {
+                "issues": "https://github.com/ralouphie/getallheaders/issues",
+                "source": "https://github.com/ralouphie/getallheaders/tree/develop"
+            },
+            "time": "2019-03-08T08:55:37+00:00"
+        },
+        {
+            "name": "ramsey/collection",
+            "version": "2.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/ramsey/collection.git",
+                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/ramsey/collection/zipball/a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
+                "reference": "a4b48764bfbb8f3a6a4d1aeb1a35bb5e9ecac4a5",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^8.1"
+            },
+            "require-dev": {
+                "captainhook/plugin-composer": "^5.3",
+                "ergebnis/composer-normalize": "^2.28.3",
+                "fakerphp/faker": "^1.21",
+                "hamcrest/hamcrest-php": "^2.0",
+                "jangregor/phpstan-prophecy": "^1.0",
+                "mockery/mockery": "^1.5",
+                "php-parallel-lint/php-console-highlighter": "^1.0",
+                "php-parallel-lint/php-parallel-lint": "^1.3",
+                "phpcsstandards/phpcsutils": "^1.0.0-rc1",
+                "phpspec/prophecy-phpunit": "^2.0",
+                "phpstan/extension-installer": "^1.2",
+                "phpstan/phpstan": "^1.9",
+                "phpstan/phpstan-mockery": "^1.1",
+                "phpstan/phpstan-phpunit": "^1.3",
+                "phpunit/phpunit": "^9.5",
+                "psalm/plugin-mockery": "^1.1",
+                "psalm/plugin-phpunit": "^0.18.4",
+                "ramsey/coding-standard": "^2.0.3",
+                "ramsey/conventional-commits": "^1.3",
+                "vimeo/psalm": "^5.4"
+            },
+            "type": "library",
+            "extra": {
+                "captainhook": {
+                    "force-install": true
+                },
+                "ramsey/conventional-commits": {
+                    "configFile": "conventional-commits.json"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Ramsey\\Collection\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Ben Ramsey",
+                    "email": "ben@benramsey.com",
+                    "homepage": "https://benramsey.com"
+                }
+            ],
+            "description": "A PHP library for representing and manipulating collections.",
+            "keywords": [
+                "array",
+                "collection",
+                "hash",
+                "map",
+                "queue",
+                "set"
+            ],
+            "support": {
+                "issues": "https://github.com/ramsey/collection/issues",
+                "source": "https://github.com/ramsey/collection/tree/2.0.0"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/ramsey",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2022-12-31T21:50:55+00:00"
+        },
+        {
+            "name": "ramsey/uuid",
+            "version": "4.7.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/ramsey/uuid.git",
+                "reference": "60a4c63ab724854332900504274f6150ff26d286"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/ramsey/uuid/zipball/60a4c63ab724854332900504274f6150ff26d286",
+                "reference": "60a4c63ab724854332900504274f6150ff26d286",
+                "shasum": ""
+            },
+            "require": {
+                "brick/math": "^0.8.8 || ^0.9 || ^0.10 || ^0.11",
+                "ext-json": "*",
+                "php": "^8.0",
+                "ramsey/collection": "^1.2 || ^2.0"
+            },
+            "replace": {
+                "rhumsaa/uuid": "self.version"
+            },
+            "require-dev": {
+                "captainhook/captainhook": "^5.10",
+                "captainhook/plugin-composer": "^5.3",
+                "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
+                "doctrine/annotations": "^1.8",
+                "ergebnis/composer-normalize": "^2.15",
+                "mockery/mockery": "^1.3",
+                "paragonie/random-lib": "^2",
+                "php-mock/php-mock": "^2.2",
+                "php-mock/php-mock-mockery": "^1.3",
+                "php-parallel-lint/php-parallel-lint": "^1.1",
+                "phpbench/phpbench": "^1.0",
+                "phpstan/extension-installer": "^1.1",
+                "phpstan/phpstan": "^1.8",
+                "phpstan/phpstan-mockery": "^1.1",
+                "phpstan/phpstan-phpunit": "^1.1",
+                "phpunit/phpunit": "^8.5 || ^9",
+                "ramsey/composer-repl": "^1.4",
+                "slevomat/coding-standard": "^8.4",
+                "squizlabs/php_codesniffer": "^3.5",
+                "vimeo/psalm": "^4.9"
+            },
+            "suggest": {
+                "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
+                "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
+                "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
+                "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
+                "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
+            },
+            "type": "library",
+            "extra": {
+                "captainhook": {
+                    "force-install": true
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/functions.php"
+                ],
+                "psr-4": {
+                    "Ramsey\\Uuid\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
+            "keywords": [
+                "guid",
+                "identifier",
+                "uuid"
+            ],
+            "support": {
+                "issues": "https://github.com/ramsey/uuid/issues",
+                "source": "https://github.com/ramsey/uuid/tree/4.7.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/ramsey",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-04-15T23:01:58+00:00"
+        },
+        {
+            "name": "spatie/google-time-zone",
+            "version": "1.2.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/spatie/google-time-zone.git",
+                "reference": "06d12f98f93e54ab68388c9efb065fcaafd23f8c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/spatie/google-time-zone/zipball/06d12f98f93e54ab68388c9efb065fcaafd23f8c",
+                "reference": "06d12f98f93e54ab68388c9efb065fcaafd23f8c",
+                "shasum": ""
+            },
+            "require": {
+                "ext-json": "*",
+                "guzzlehttp/guzzle": "^6.5|^7.0",
+                "illuminate/support": "^6.0|^7.0|^8.0|^9.0|^10.0",
+                "php": "^7.2|^8.0"
+            },
+            "require-dev": {
+                "orchestra/testbench": "^4.0|^5.0|^6.0|^7.0|^8.0",
+                "phpunit/phpunit": "^8.0|^9.0"
+            },
+            "type": "library",
+            "extra": {
+                "laravel": {
+                    "providers": [
+                        "Spatie\\GoogleTimeZone\\GoogleTimeZoneServiceProvider"
+                    ],
+                    "aliases": {
+                        "GoogleTimeZone": "Spatie\\GoogleTimeZone\\Facades\\GoogleTimeZone"
+                    }
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Spatie\\GoogleTimeZone\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Ruben Van Assche",
+                    "email": "ruben@spatie.be"
+                }
+            ],
+            "description": "Get time zones for coordinates",
+            "homepage": "https://github.com/spatie/google-time-zone",
+            "keywords": [
+                "coordinate",
+                "laravel",
+                "location",
+                "map",
+                "time zone"
+            ],
+            "support": {
+                "issues": "https://github.com/spatie/google-time-zone/issues",
+                "source": "https://github.com/spatie/google-time-zone/tree/1.2.5"
+            },
+            "funding": [
+                {
+                    "url": "https://spatie.be/open-source/support-us",
+                    "type": "custom"
+                }
+            ],
+            "time": "2023-02-01T18:22:12+00:00"
+        },
+        {
+            "name": "stella-maris/clock",
+            "version": "0.1.7",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/stella-maris-solutions/clock.git",
+                "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/stella-maris-solutions/clock/zipball/fa23ce16019289a18bb3446fdecd45befcdd94f8",
+                "reference": "fa23ce16019289a18bb3446fdecd45befcdd94f8",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.0|^8.0",
+                "psr/clock": "^1.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "StellaMaris\\Clock\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Andreas Heigl",
+                    "role": "Maintainer"
+                }
+            ],
+            "description": "A pre-release of the proposed PSR-20 Clock-Interface",
+            "homepage": "https://gitlab.com/stella-maris/clock",
+            "keywords": [
+                "clock",
+                "datetime",
+                "point in time",
+                "psr20"
+            ],
+            "support": {
+                "source": "https://github.com/stella-maris-solutions/clock/tree/0.1.7"
+            },
+            "time": "2022-11-25T16:15:06+00:00"
+        },
+        {
+            "name": "symfony/console",
+            "version": "v6.3.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/console.git",
+                "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/console/zipball/eca495f2ee845130855ddf1cf18460c38966c8b6",
+                "reference": "eca495f2ee845130855ddf1cf18460c38966c8b6",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/deprecation-contracts": "^2.5|^3",
+                "symfony/polyfill-mbstring": "~1.0",
+                "symfony/service-contracts": "^2.5|^3",
+                "symfony/string": "^5.4|^6.0"
+            },
+            "conflict": {
+                "symfony/dependency-injection": "<5.4",
+                "symfony/dotenv": "<5.4",
+                "symfony/event-dispatcher": "<5.4",
+                "symfony/lock": "<5.4",
+                "symfony/process": "<5.4"
+            },
+            "provide": {
+                "psr/log-implementation": "1.0|2.0|3.0"
+            },
+            "require-dev": {
+                "psr/log": "^1|^2|^3",
+                "symfony/config": "^5.4|^6.0",
+                "symfony/dependency-injection": "^5.4|^6.0",
+                "symfony/event-dispatcher": "^5.4|^6.0",
+                "symfony/lock": "^5.4|^6.0",
+                "symfony/process": "^5.4|^6.0",
+                "symfony/var-dumper": "^5.4|^6.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\Console\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Eases the creation of beautiful and testable command line interfaces",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "cli",
+                "command-line",
+                "console",
+                "terminal"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/console/tree/v6.3.4"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-16T10:10:12+00:00"
+        },
+        {
+            "name": "symfony/css-selector",
+            "version": "v6.3.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/css-selector.git",
+                "reference": "883d961421ab1709877c10ac99451632a3d6fa57"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/css-selector/zipball/883d961421ab1709877c10ac99451632a3d6fa57",
+                "reference": "883d961421ab1709877c10ac99451632a3d6fa57",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\CssSelector\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Jean-François Simon",
+                    "email": "jeanfrancois.simon@sensiolabs.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Converts CSS selectors to XPath expressions",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/css-selector/tree/v6.3.2"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-07-12T16:00:22+00:00"
+        },
+        {
+            "name": "symfony/deprecation-contracts",
+            "version": "v3.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/deprecation-contracts.git",
+                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/7c3aff79d10325257a001fcf92d991f24fc967cf",
+                "reference": "7c3aff79d10325257a001fcf92d991f24fc967cf",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "3.4-dev"
+                },
+                "thanks": {
+                    "name": "symfony/contracts",
+                    "url": "https://github.com/symfony/contracts"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "function.php"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "A generic function and convention to trigger deprecation notices",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/deprecation-contracts/tree/v3.3.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-05-23T14:45:45+00:00"
+        },
+        {
+            "name": "symfony/error-handler",
+            "version": "v6.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/error-handler.git",
+                "reference": "1f69476b64fb47105c06beef757766c376b548c4"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/error-handler/zipball/1f69476b64fb47105c06beef757766c376b548c4",
+                "reference": "1f69476b64fb47105c06beef757766c376b548c4",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "psr/log": "^1|^2|^3",
+                "symfony/var-dumper": "^5.4|^6.0"
+            },
+            "conflict": {
+                "symfony/deprecation-contracts": "<2.5"
+            },
+            "require-dev": {
+                "symfony/deprecation-contracts": "^2.5|^3",
+                "symfony/http-kernel": "^5.4|^6.0",
+                "symfony/serializer": "^5.4|^6.0"
+            },
+            "bin": [
+                "Resources/bin/patch-type-declarations"
+            ],
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\ErrorHandler\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Provides tools to manage errors and ease debugging PHP code",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/error-handler/tree/v6.3.5"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-12T06:57:20+00:00"
+        },
+        {
+            "name": "symfony/event-dispatcher",
+            "version": "v6.3.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/event-dispatcher.git",
+                "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
+                "reference": "adb01fe097a4ee930db9258a3cc906b5beb5cf2e",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/event-dispatcher-contracts": "^2.5|^3"
+            },
+            "conflict": {
+                "symfony/dependency-injection": "<5.4",
+                "symfony/service-contracts": "<2.5"
+            },
+            "provide": {
+                "psr/event-dispatcher-implementation": "1.0",
+                "symfony/event-dispatcher-implementation": "2.0|3.0"
+            },
+            "require-dev": {
+                "psr/log": "^1|^2|^3",
+                "symfony/config": "^5.4|^6.0",
+                "symfony/dependency-injection": "^5.4|^6.0",
+                "symfony/error-handler": "^5.4|^6.0",
+                "symfony/expression-language": "^5.4|^6.0",
+                "symfony/http-foundation": "^5.4|^6.0",
+                "symfony/service-contracts": "^2.5|^3",
+                "symfony/stopwatch": "^5.4|^6.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\EventDispatcher\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/event-dispatcher/tree/v6.3.2"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-07-06T06:56:43+00:00"
+        },
+        {
+            "name": "symfony/event-dispatcher-contracts",
+            "version": "v3.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/event-dispatcher-contracts.git",
+                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/a76aed96a42d2b521153fb382d418e30d18b59df",
+                "reference": "a76aed96a42d2b521153fb382d418e30d18b59df",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "psr/event-dispatcher": "^1"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "3.4-dev"
+                },
+                "thanks": {
+                    "name": "symfony/contracts",
+                    "url": "https://github.com/symfony/contracts"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Contracts\\EventDispatcher\\": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Generic abstractions related to dispatching event",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "abstractions",
+                "contracts",
+                "decoupling",
+                "interfaces",
+                "interoperability",
+                "standards"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.3.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-05-23T14:45:45+00:00"
+        },
+        {
+            "name": "symfony/finder",
+            "version": "v6.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/finder.git",
+                "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/finder/zipball/a1b31d88c0e998168ca7792f222cbecee47428c4",
+                "reference": "a1b31d88c0e998168ca7792f222cbecee47428c4",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1"
+            },
+            "require-dev": {
+                "symfony/filesystem": "^6.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\Finder\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Finds files and directories via an intuitive fluent interface",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/finder/tree/v6.3.5"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-26T12:56:25+00:00"
+        },
+        {
+            "name": "symfony/http-foundation",
+            "version": "v6.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/http-foundation.git",
+                "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/b50f5e281d722cb0f4c296f908bacc3e2b721957",
+                "reference": "b50f5e281d722cb0f4c296f908bacc3e2b721957",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/deprecation-contracts": "^2.5|^3",
+                "symfony/polyfill-mbstring": "~1.1",
+                "symfony/polyfill-php83": "^1.27"
+            },
+            "conflict": {
+                "symfony/cache": "<6.2"
+            },
+            "require-dev": {
+                "doctrine/dbal": "^2.13.1|^3.0",
+                "predis/predis": "^1.1|^2.0",
+                "symfony/cache": "^5.4|^6.0",
+                "symfony/dependency-injection": "^5.4|^6.0",
+                "symfony/expression-language": "^5.4|^6.0",
+                "symfony/http-kernel": "^5.4.12|^6.0.12|^6.1.4",
+                "symfony/mime": "^5.4|^6.0",
+                "symfony/rate-limiter": "^5.2|^6.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\HttpFoundation\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Defines an object-oriented layer for the HTTP specification",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/http-foundation/tree/v6.3.5"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-04T21:33:54+00:00"
+        },
+        {
+            "name": "symfony/http-kernel",
+            "version": "v6.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/http-kernel.git",
+                "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/9f991a964368bee8d883e8d57ced4fe9fff04dfc",
+                "reference": "9f991a964368bee8d883e8d57ced4fe9fff04dfc",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "psr/log": "^1|^2|^3",
+                "symfony/deprecation-contracts": "^2.5|^3",
+                "symfony/error-handler": "^6.3",
+                "symfony/event-dispatcher": "^5.4|^6.0",
+                "symfony/http-foundation": "^6.3.4",
+                "symfony/polyfill-ctype": "^1.8"
+            },
+            "conflict": {
+                "symfony/browser-kit": "<5.4",
+                "symfony/cache": "<5.4",
+                "symfony/config": "<6.1",
+                "symfony/console": "<5.4",
+                "symfony/dependency-injection": "<6.3.4",
+                "symfony/doctrine-bridge": "<5.4",
+                "symfony/form": "<5.4",
+                "symfony/http-client": "<5.4",
+                "symfony/http-client-contracts": "<2.5",
+                "symfony/mailer": "<5.4",
+                "symfony/messenger": "<5.4",
+                "symfony/translation": "<5.4",
+                "symfony/translation-contracts": "<2.5",
+                "symfony/twig-bridge": "<5.4",
+                "symfony/validator": "<5.4",
+                "symfony/var-dumper": "<6.3",
+                "twig/twig": "<2.13"
+            },
+            "provide": {
+                "psr/log-implementation": "1.0|2.0|3.0"
+            },
+            "require-dev": {
+                "psr/cache": "^1.0|^2.0|^3.0",
+                "symfony/browser-kit": "^5.4|^6.0",
+                "symfony/clock": "^6.2",
+                "symfony/config": "^6.1",
+                "symfony/console": "^5.4|^6.0",
+                "symfony/css-selector": "^5.4|^6.0",
+                "symfony/dependency-injection": "^6.3.4",
+                "symfony/dom-crawler": "^5.4|^6.0",
+                "symfony/expression-language": "^5.4|^6.0",
+                "symfony/finder": "^5.4|^6.0",
+                "symfony/http-client-contracts": "^2.5|^3",
+                "symfony/process": "^5.4|^6.0",
+                "symfony/property-access": "^5.4.5|^6.0.5",
+                "symfony/routing": "^5.4|^6.0",
+                "symfony/serializer": "^6.3",
+                "symfony/stopwatch": "^5.4|^6.0",
+                "symfony/translation": "^5.4|^6.0",
+                "symfony/translation-contracts": "^2.5|^3",
+                "symfony/uid": "^5.4|^6.0",
+                "symfony/validator": "^6.3",
+                "symfony/var-exporter": "^6.2",
+                "twig/twig": "^2.13|^3.0.4"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\HttpKernel\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Provides a structured process for converting a Request into a Response",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/http-kernel/tree/v6.3.5"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-30T06:37:04+00:00"
+        },
+        {
+            "name": "symfony/mailer",
+            "version": "v6.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/mailer.git",
+                "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/mailer/zipball/d89611a7830d51b5e118bca38e390dea92f9ea06",
+                "reference": "d89611a7830d51b5e118bca38e390dea92f9ea06",
+                "shasum": ""
+            },
+            "require": {
+                "egulias/email-validator": "^2.1.10|^3|^4",
+                "php": ">=8.1",
+                "psr/event-dispatcher": "^1",
+                "psr/log": "^1|^2|^3",
+                "symfony/event-dispatcher": "^5.4|^6.0",
+                "symfony/mime": "^6.2",
+                "symfony/service-contracts": "^2.5|^3"
+            },
+            "conflict": {
+                "symfony/http-client-contracts": "<2.5",
+                "symfony/http-kernel": "<5.4",
+                "symfony/messenger": "<6.2",
+                "symfony/mime": "<6.2",
+                "symfony/twig-bridge": "<6.2.1"
+            },
+            "require-dev": {
+                "symfony/console": "^5.4|^6.0",
+                "symfony/http-client": "^5.4|^6.0",
+                "symfony/messenger": "^6.2",
+                "symfony/twig-bridge": "^6.2"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\Mailer\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Helps sending emails",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/mailer/tree/v6.3.5"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-06T09:47:15+00:00"
+        },
+        {
+            "name": "symfony/mime",
+            "version": "v6.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/mime.git",
+                "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/mime/zipball/d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
+                "reference": "d5179eedf1cb2946dbd760475ebf05c251ef6a6e",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/deprecation-contracts": "^2.5|^3",
+                "symfony/polyfill-intl-idn": "^1.10",
+                "symfony/polyfill-mbstring": "^1.0"
+            },
+            "conflict": {
+                "egulias/email-validator": "~3.0.0",
+                "phpdocumentor/reflection-docblock": "<3.2.2",
+                "phpdocumentor/type-resolver": "<1.4.0",
+                "symfony/mailer": "<5.4",
+                "symfony/serializer": "<6.2.13|>=6.3,<6.3.2"
+            },
+            "require-dev": {
+                "egulias/email-validator": "^2.1.10|^3.1|^4",
+                "league/html-to-markdown": "^5.0",
+                "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
+                "symfony/dependency-injection": "^5.4|^6.0",
+                "symfony/property-access": "^5.4|^6.0",
+                "symfony/property-info": "^5.4|^6.0",
+                "symfony/serializer": "~6.2.13|^6.3.2"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\Mime\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Allows manipulating MIME messages",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "mime",
+                "mime-type"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/mime/tree/v6.3.5"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-29T06:59:36+00:00"
+        },
+        {
+            "name": "symfony/polyfill-ctype",
+            "version": "v1.28.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-ctype.git",
+                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+                "reference": "ea208ce43cbb04af6867b4fdddb1bdbf84cc28cb",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1"
+            },
+            "provide": {
+                "ext-ctype": "*"
+            },
+            "suggest": {
+                "ext-ctype": "For best performance"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.28-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "bootstrap.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Ctype\\": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Gert de Pagter",
+                    "email": "BackEndTea@gmail.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill for ctype functions",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "ctype",
+                "polyfill",
+                "portable"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-ctype/tree/v1.28.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-01-26T09:26:14+00:00"
+        },
+        {
+            "name": "symfony/polyfill-intl-grapheme",
+            "version": "v1.28.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
+                "reference": "875e90aeea2777b6f135677f618529449334a612"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/875e90aeea2777b6f135677f618529449334a612",
+                "reference": "875e90aeea2777b6f135677f618529449334a612",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1"
+            },
+            "suggest": {
+                "ext-intl": "For best performance"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.28-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "bootstrap.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill for intl's grapheme_* functions",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "grapheme",
+                "intl",
+                "polyfill",
+                "portable",
+                "shim"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.28.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-01-26T09:26:14+00:00"
+        },
+        {
+            "name": "symfony/polyfill-intl-idn",
+            "version": "v1.28.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-intl-idn.git",
+                "reference": "ecaafce9f77234a6a449d29e49267ba10499116d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/ecaafce9f77234a6a449d29e49267ba10499116d",
+                "reference": "ecaafce9f77234a6a449d29e49267ba10499116d",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1",
+                "symfony/polyfill-intl-normalizer": "^1.10",
+                "symfony/polyfill-php72": "^1.10"
+            },
+            "suggest": {
+                "ext-intl": "For best performance"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.28-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "bootstrap.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Intl\\Idn\\": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Laurent Bassin",
+                    "email": "laurent@bassin.info"
+                },
+                {
+                    "name": "Trevor Rowbotham",
+                    "email": "trevor.rowbotham@pm.me"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "idn",
+                "intl",
+                "polyfill",
+                "portable",
+                "shim"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.28.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-01-26T09:30:37+00:00"
+        },
+        {
+            "name": "symfony/polyfill-intl-normalizer",
+            "version": "v1.28.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
+                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
+                "reference": "8c4ad05dd0120b6a53c1ca374dca2ad0a1c4ed92",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1"
+            },
+            "suggest": {
+                "ext-intl": "For best performance"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.28-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "bootstrap.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
+                },
+                "classmap": [
+                    "Resources/stubs"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill for intl's Normalizer class and related functions",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "intl",
+                "normalizer",
+                "polyfill",
+                "portable",
+                "shim"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.28.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-01-26T09:26:14+00:00"
+        },
+        {
+            "name": "symfony/polyfill-mbstring",
+            "version": "v1.28.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-mbstring.git",
+                "reference": "42292d99c55abe617799667f454222c54c60e229"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/42292d99c55abe617799667f454222c54c60e229",
+                "reference": "42292d99c55abe617799667f454222c54c60e229",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1"
+            },
+            "provide": {
+                "ext-mbstring": "*"
+            },
+            "suggest": {
+                "ext-mbstring": "For best performance"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.28-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "bootstrap.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Mbstring\\": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill for the Mbstring extension",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "mbstring",
+                "polyfill",
+                "portable",
+                "shim"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.28.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-07-28T09:04:16+00:00"
+        },
+        {
+            "name": "symfony/polyfill-php56",
+            "version": "v1.20.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-php56.git",
+                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
+                "reference": "54b8cd7e6c1643d78d011f3be89f3ef1f9f4c675",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1"
+            },
+            "type": "metapackage",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.20-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "polyfill",
+                "portable",
+                "shim"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-php56/tree/v1.20.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2020-10-23T14:02:19+00:00"
+        },
+        {
+            "name": "symfony/polyfill-php72",
+            "version": "v1.28.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-php72.git",
+                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/70f4aebd92afca2f865444d30a4d2151c13c3179",
+                "reference": "70f4aebd92afca2f865444d30a4d2151c13c3179",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.28-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "bootstrap.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Php72\\": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "polyfill",
+                "portable",
+                "shim"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-php72/tree/v1.28.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-01-26T09:26:14+00:00"
+        },
+        {
+            "name": "symfony/polyfill-php80",
+            "version": "v1.28.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-php80.git",
+                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
+                "reference": "6caa57379c4aec19c0a12a38b59b26487dcfe4b5",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.28-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "bootstrap.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Php80\\": ""
+                },
+                "classmap": [
+                    "Resources/stubs"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Ion Bazan",
+                    "email": "ion.bazan@gmail.com"
+                },
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "polyfill",
+                "portable",
+                "shim"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-php80/tree/v1.28.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-01-26T09:26:14+00:00"
+        },
+        {
+            "name": "symfony/polyfill-php83",
+            "version": "v1.28.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-php83.git",
+                "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-php83/zipball/b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
+                "reference": "b0f46ebbeeeda3e9d2faebdfbf4b4eae9b59fa11",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1",
+                "symfony/polyfill-php80": "^1.14"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.28-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "bootstrap.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Php83\\": ""
+                },
+                "classmap": [
+                    "Resources/stubs"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill backporting some PHP 8.3+ features to lower PHP versions",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "polyfill",
+                "portable",
+                "shim"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-php83/tree/v1.28.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-16T06:22:46+00:00"
+        },
+        {
+            "name": "symfony/polyfill-uuid",
+            "version": "v1.28.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/polyfill-uuid.git",
+                "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/polyfill-uuid/zipball/9c44518a5aff8da565c8a55dbe85d2769e6f630e",
+                "reference": "9c44518a5aff8da565c8a55dbe85d2769e6f630e",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.1"
+            },
+            "provide": {
+                "ext-uuid": "*"
+            },
+            "suggest": {
+                "ext-uuid": "For best performance"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.28-dev"
+                },
+                "thanks": {
+                    "name": "symfony/polyfill",
+                    "url": "https://github.com/symfony/polyfill"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "bootstrap.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Polyfill\\Uuid\\": ""
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Grégoire Pineau",
+                    "email": "lyrixx@lyrixx.info"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Symfony polyfill for uuid functions",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "compatibility",
+                "polyfill",
+                "portable",
+                "uuid"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/polyfill-uuid/tree/v1.28.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-01-26T09:26:14+00:00"
+        },
+        {
+            "name": "symfony/process",
+            "version": "v6.3.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/process.git",
+                "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/process/zipball/0b5c29118f2e980d455d2e34a5659f4579847c54",
+                "reference": "0b5c29118f2e980d455d2e34a5659f4579847c54",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\Process\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Executes commands in sub-processes",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/process/tree/v6.3.4"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-08-07T10:39:22+00:00"
+        },
+        {
+            "name": "symfony/routing",
+            "version": "v6.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/routing.git",
+                "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/routing/zipball/82616e59acd3e3d9c916bba798326cb7796d7d31",
+                "reference": "82616e59acd3e3d9c916bba798326cb7796d7d31",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/deprecation-contracts": "^2.5|^3"
+            },
+            "conflict": {
+                "doctrine/annotations": "<1.12",
+                "symfony/config": "<6.2",
+                "symfony/dependency-injection": "<5.4",
+                "symfony/yaml": "<5.4"
+            },
+            "require-dev": {
+                "doctrine/annotations": "^1.12|^2",
+                "psr/log": "^1|^2|^3",
+                "symfony/config": "^6.2",
+                "symfony/dependency-injection": "^5.4|^6.0",
+                "symfony/expression-language": "^5.4|^6.0",
+                "symfony/http-foundation": "^5.4|^6.0",
+                "symfony/yaml": "^5.4|^6.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\Routing\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Maps an HTTP request to a set of configuration variables",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "router",
+                "routing",
+                "uri",
+                "url"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/routing/tree/v6.3.5"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-20T16:05:51+00:00"
+        },
+        {
+            "name": "symfony/service-contracts",
+            "version": "v3.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/service-contracts.git",
+                "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/service-contracts/zipball/40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
+                "reference": "40da9cc13ec349d9e4966ce18b5fbcd724ab10a4",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "psr/container": "^2.0"
+            },
+            "conflict": {
+                "ext-psr": "<1.1|>=2"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "3.4-dev"
+                },
+                "thanks": {
+                    "name": "symfony/contracts",
+                    "url": "https://github.com/symfony/contracts"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Contracts\\Service\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Test/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Generic abstractions related to writing services",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "abstractions",
+                "contracts",
+                "decoupling",
+                "interfaces",
+                "interoperability",
+                "standards"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/service-contracts/tree/v3.3.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-05-23T14:45:45+00:00"
+        },
+        {
+            "name": "symfony/string",
+            "version": "v6.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/string.git",
+                "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/string/zipball/13d76d0fb049051ed12a04bef4f9de8715bea339",
+                "reference": "13d76d0fb049051ed12a04bef4f9de8715bea339",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/polyfill-ctype": "~1.8",
+                "symfony/polyfill-intl-grapheme": "~1.0",
+                "symfony/polyfill-intl-normalizer": "~1.0",
+                "symfony/polyfill-mbstring": "~1.0"
+            },
+            "conflict": {
+                "symfony/translation-contracts": "<2.5"
+            },
+            "require-dev": {
+                "symfony/error-handler": "^5.4|^6.0",
+                "symfony/http-client": "^5.4|^6.0",
+                "symfony/intl": "^6.2",
+                "symfony/translation-contracts": "^2.5|^3.0",
+                "symfony/var-exporter": "^5.4|^6.0"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "Resources/functions.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Component\\String\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Provides an object-oriented API to strings and deals with bytes, UTF-8 code points and grapheme clusters in a unified way",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "grapheme",
+                "i18n",
+                "string",
+                "unicode",
+                "utf-8",
+                "utf8"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/string/tree/v6.3.5"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-18T10:38:32+00:00"
+        },
+        {
+            "name": "symfony/translation",
+            "version": "v6.3.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/translation.git",
+                "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/translation/zipball/3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
+                "reference": "3ed078c54bc98bbe4414e1e9b2d5e85ed5a5c8bd",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/deprecation-contracts": "^2.5|^3",
+                "symfony/polyfill-mbstring": "~1.0",
+                "symfony/translation-contracts": "^2.5|^3.0"
+            },
+            "conflict": {
+                "symfony/config": "<5.4",
+                "symfony/console": "<5.4",
+                "symfony/dependency-injection": "<5.4",
+                "symfony/http-client-contracts": "<2.5",
+                "symfony/http-kernel": "<5.4",
+                "symfony/service-contracts": "<2.5",
+                "symfony/twig-bundle": "<5.4",
+                "symfony/yaml": "<5.4"
+            },
+            "provide": {
+                "symfony/translation-implementation": "2.3|3.0"
+            },
+            "require-dev": {
+                "nikic/php-parser": "^4.13",
+                "psr/log": "^1|^2|^3",
+                "symfony/config": "^5.4|^6.0",
+                "symfony/console": "^5.4|^6.0",
+                "symfony/dependency-injection": "^5.4|^6.0",
+                "symfony/finder": "^5.4|^6.0",
+                "symfony/http-client-contracts": "^2.5|^3.0",
+                "symfony/http-kernel": "^5.4|^6.0",
+                "symfony/intl": "^5.4|^6.0",
+                "symfony/polyfill-intl-icu": "^1.21",
+                "symfony/routing": "^5.4|^6.0",
+                "symfony/service-contracts": "^2.5|^3",
+                "symfony/yaml": "^5.4|^6.0"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "Resources/functions.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Component\\Translation\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Provides tools to internationalize your application",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/translation/tree/v6.3.3"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-07-31T07:08:24+00:00"
+        },
+        {
+            "name": "symfony/translation-contracts",
+            "version": "v3.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/translation-contracts.git",
+                "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/02c24deb352fb0d79db5486c0c79905a85e37e86",
+                "reference": "02c24deb352fb0d79db5486c0c79905a85e37e86",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "3.4-dev"
+                },
+                "thanks": {
+                    "name": "symfony/contracts",
+                    "url": "https://github.com/symfony/contracts"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Contracts\\Translation\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Test/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Generic abstractions related to translation",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "abstractions",
+                "contracts",
+                "decoupling",
+                "interfaces",
+                "interoperability",
+                "standards"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/translation-contracts/tree/v3.3.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-05-30T17:17:10+00:00"
+        },
+        {
+            "name": "symfony/uid",
+            "version": "v6.3.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/uid.git",
+                "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/uid/zipball/01b0f20b1351d997711c56f1638f7a8c3061e384",
+                "reference": "01b0f20b1351d997711c56f1638f7a8c3061e384",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/polyfill-uuid": "^1.15"
+            },
+            "require-dev": {
+                "symfony/console": "^5.4|^6.0"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\Uid\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Grégoire Pineau",
+                    "email": "lyrixx@lyrixx.info"
+                },
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Provides an object-oriented API to generate and represent UIDs",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "UID",
+                "ulid",
+                "uuid"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/uid/tree/v6.3.0"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-04-08T07:25:02+00:00"
+        },
+        {
+            "name": "symfony/var-dumper",
+            "version": "v6.3.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/var-dumper.git",
+                "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/3d9999376be5fea8de47752837a3e1d1c5f69ef5",
+                "reference": "3d9999376be5fea8de47752837a3e1d1c5f69ef5",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/deprecation-contracts": "^2.5|^3",
+                "symfony/polyfill-mbstring": "~1.0"
+            },
+            "conflict": {
+                "symfony/console": "<5.4"
+            },
+            "require-dev": {
+                "ext-iconv": "*",
+                "symfony/console": "^5.4|^6.0",
+                "symfony/http-kernel": "^5.4|^6.0",
+                "symfony/process": "^5.4|^6.0",
+                "symfony/uid": "^5.4|^6.0",
+                "twig/twig": "^2.13|^3.0.4"
+            },
+            "bin": [
+                "Resources/bin/var-dump-server"
+            ],
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "Resources/functions/dump.php"
+                ],
+                "psr-4": {
+                    "Symfony\\Component\\VarDumper\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nicolas Grekas",
+                    "email": "p@tchwork.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Provides mechanisms for walking through any arbitrary PHP variable",
+            "homepage": "https://symfony.com",
+            "keywords": [
+                "debug",
+                "dump"
+            ],
+            "support": {
+                "source": "https://github.com/symfony/var-dumper/tree/v6.3.5"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-12T10:11:35+00:00"
+        },
+        {
+            "name": "tijsverkoyen/css-to-inline-styles",
+            "version": "2.2.6",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
+                "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/c42125b83a4fa63b187fdf29f9c93cb7733da30c",
+                "reference": "c42125b83a4fa63b187fdf29f9c93cb7733da30c",
+                "shasum": ""
+            },
+            "require": {
+                "ext-dom": "*",
+                "ext-libxml": "*",
+                "php": "^5.5 || ^7.0 || ^8.0",
+                "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5 || ^8.5.21 || ^9.5.10"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.2.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "TijsVerkoyen\\CssToInlineStyles\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Tijs Verkoyen",
+                    "email": "css_to_inline_styles@verkoyen.eu",
+                    "role": "Developer"
+                }
+            ],
+            "description": "CssToInlineStyles is a class that enables you to convert HTML-pages/files into HTML-pages/files with inline styles. This is very useful when you're sending emails.",
+            "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
+            "support": {
+                "issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
+                "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/2.2.6"
+            },
+            "time": "2023-01-03T09:29:04+00:00"
+        },
+        {
+            "name": "torann/geoip",
+            "version": "3.0.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/Torann/laravel-geoip.git",
+                "reference": "af934013bdc073c8f4775e62cac8cc89b3de3ce6"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/Torann/laravel-geoip/zipball/af934013bdc073c8f4775e62cac8cc89b3de3ce6",
+                "reference": "af934013bdc073c8f4775e62cac8cc89b3de3ce6",
+                "shasum": ""
+            },
+            "require": {
+                "illuminate/cache": "^8.0|^9.0|^10.0",
+                "illuminate/console": "^8.0|^9.0|^10.0",
+                "illuminate/support": "^8.0|^9.0|^10.0",
+                "php": "^8.0|^8.1"
+            },
+            "require-dev": {
+                "geoip2/geoip2": "~2.1",
+                "mockery/mockery": "^1.3",
+                "phpstan/phpstan": "^0.12.14",
+                "phpunit/phpunit": "^8.0|^9.0|^10.0",
+                "squizlabs/php_codesniffer": "^3.5",
+                "vlucas/phpdotenv": "^5.0"
+            },
+            "suggest": {
+                "geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
+                "monolog/monolog": "Allows for storing location not found errors to the log"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0-dev"
+                },
+                "laravel": {
+                    "providers": [
+                        "Torann\\GeoIP\\GeoIPServiceProvider"
+                    ],
+                    "aliases": {
+                        "GeoIP": "Torann\\GeoIP\\Facades\\GeoIP"
+                    }
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/helpers.php"
+                ],
+                "psr-4": {
+                    "Torann\\GeoIP\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-2-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Daniel Stainback",
+                    "email": "torann@gmail.com"
+                }
+            ],
+            "description": "Support for multiple GeoIP services.",
+            "keywords": [
+                "IP API",
+                "geoip",
+                "geolocation",
+                "infoDB",
+                "laravel",
+                "location",
+                "maxmind"
+            ],
+            "support": {
+                "issues": "https://github.com/Torann/laravel-geoip/issues",
+                "source": "https://github.com/Torann/laravel-geoip/tree/3.0.5"
+            },
+            "time": "2023-02-21T14:02:27+00:00"
+        },
+        {
+            "name": "tymon/jwt-auth",
+            "version": "2.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/tymondesigns/jwt-auth.git",
+                "reference": "b0868a5b00801889a9e0c81a737963d8004e708c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/tymondesigns/jwt-auth/zipball/b0868a5b00801889a9e0c81a737963d8004e708c",
+                "reference": "b0868a5b00801889a9e0c81a737963d8004e708c",
+                "shasum": ""
+            },
+            "require": {
+                "illuminate/auth": "^9.0|^10.0",
+                "illuminate/contracts": "^9.0|^10.0",
+                "illuminate/http": "^9.0|^10.0",
+                "illuminate/support": "^9.0|^10.0",
+                "lcobucci/jwt": "^4.0",
+                "nesbot/carbon": "^2.0",
+                "php": "^8.0"
+            },
+            "require-dev": {
+                "illuminate/console": "^9.0|^10.0",
+                "illuminate/database": "^9.0|^10.0",
+                "illuminate/routing": "^9.0|^10.0",
+                "mockery/mockery": ">=0.9.9",
+                "phpunit/phpunit": "^9.4"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-develop": "1.0-dev",
+                    "dev-2.x": "2.0-dev"
+                },
+                "laravel": {
+                    "aliases": {
+                        "JWTAuth": "Tymon\\JWTAuth\\Facades\\JWTAuth",
+                        "JWTFactory": "Tymon\\JWTAuth\\Facades\\JWTFactory"
+                    },
+                    "providers": [
+                        "Tymon\\JWTAuth\\Providers\\LaravelServiceProvider"
+                    ]
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Tymon\\JWTAuth\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Sean Tymon",
+                    "email": "tymon148@gmail.com",
+                    "homepage": "https://tymon.xyz",
+                    "role": "Developer"
+                }
+            ],
+            "description": "JSON Web Token Authentication for Laravel and Lumen",
+            "homepage": "https://github.com/tymondesigns/jwt-auth",
+            "keywords": [
+                "Authentication",
+                "JSON Web Token",
+                "auth",
+                "jwt",
+                "laravel"
+            ],
+            "support": {
+                "issues": "https://github.com/tymondesigns/jwt-auth/issues",
+                "source": "https://github.com/tymondesigns/jwt-auth"
+            },
+            "funding": [
+                {
+                    "url": "https://www.patreon.com/seantymon",
+                    "type": "patreon"
+                }
+            ],
+            "time": "2023-02-16T16:29:41+00:00"
+        },
+        {
+            "name": "vlucas/phpdotenv",
+            "version": "v5.5.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/vlucas/phpdotenv.git",
+                "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
+                "reference": "1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7",
+                "shasum": ""
+            },
+            "require": {
+                "ext-pcre": "*",
+                "graham-campbell/result-type": "^1.0.2",
+                "php": "^7.1.3 || ^8.0",
+                "phpoption/phpoption": "^1.8",
+                "symfony/polyfill-ctype": "^1.23",
+                "symfony/polyfill-mbstring": "^1.23.1",
+                "symfony/polyfill-php80": "^1.23.1"
+            },
+            "require-dev": {
+                "bamarni/composer-bin-plugin": "^1.4.1",
+                "ext-filter": "*",
+                "phpunit/phpunit": "^7.5.20 || ^8.5.30 || ^9.5.25"
+            },
+            "suggest": {
+                "ext-filter": "Required to use the boolean validator."
+            },
+            "type": "library",
+            "extra": {
+                "bamarni-bin": {
+                    "bin-links": true,
+                    "forward-command": true
+                },
+                "branch-alias": {
+                    "dev-master": "5.5-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Dotenv\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Graham Campbell",
+                    "email": "hello@gjcampbell.co.uk",
+                    "homepage": "https://github.com/GrahamCampbell"
+                },
+                {
+                    "name": "Vance Lucas",
+                    "email": "vance@vancelucas.com",
+                    "homepage": "https://github.com/vlucas"
+                }
+            ],
+            "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
+            "keywords": [
+                "dotenv",
+                "env",
+                "environment"
+            ],
+            "support": {
+                "issues": "https://github.com/vlucas/phpdotenv/issues",
+                "source": "https://github.com/vlucas/phpdotenv/tree/v5.5.0"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/GrahamCampbell",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2022-10-16T01:01:54+00:00"
+        },
+        {
+            "name": "voku/portable-ascii",
+            "version": "2.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/voku/portable-ascii.git",
+                "reference": "b56450eed252f6801410d810c8e1727224ae0743"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/voku/portable-ascii/zipball/b56450eed252f6801410d810c8e1727224ae0743",
+                "reference": "b56450eed252f6801410d810c8e1727224ae0743",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.0.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
+            },
+            "suggest": {
+                "ext-intl": "Use Intl for transliterator_transliterate() support"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "voku\\": "src/voku/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Lars Moelleken",
+                    "homepage": "http://www.moelleken.org/"
+                }
+            ],
+            "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
+            "homepage": "https://github.com/voku/portable-ascii",
+            "keywords": [
+                "ascii",
+                "clean",
+                "php"
+            ],
+            "support": {
+                "issues": "https://github.com/voku/portable-ascii/issues",
+                "source": "https://github.com/voku/portable-ascii/tree/2.0.1"
+            },
+            "funding": [
+                {
+                    "url": "https://www.paypal.me/moelleken",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/voku",
+                    "type": "github"
+                },
+                {
+                    "url": "https://opencollective.com/portable-ascii",
+                    "type": "open_collective"
+                },
+                {
+                    "url": "https://www.patreon.com/voku",
+                    "type": "patreon"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2022-03-08T17:03:00+00:00"
+        },
+        {
+            "name": "webmozart/assert",
+            "version": "1.11.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/webmozarts/assert.git",
+                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
+                "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
+                "shasum": ""
+            },
+            "require": {
+                "ext-ctype": "*",
+                "php": "^7.2 || ^8.0"
+            },
+            "conflict": {
+                "phpstan/phpstan": "<0.12.20",
+                "vimeo/psalm": "<4.6.1 || 4.6.2"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^8.5.13"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.10-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Webmozart\\Assert\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Bernhard Schussek",
+                    "email": "bschussek@gmail.com"
+                }
+            ],
+            "description": "Assertions to validate method input/output with nice error messages.",
+            "keywords": [
+                "assert",
+                "check",
+                "validate"
+            ],
+            "support": {
+                "issues": "https://github.com/webmozarts/assert/issues",
+                "source": "https://github.com/webmozarts/assert/tree/1.11.0"
+            },
+            "time": "2022-06-03T18:03:27+00:00"
+        }
+    ],
+    "packages-dev": [
+        {
+            "name": "doctrine/instantiator",
+            "version": "2.0.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/doctrine/instantiator.git",
+                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/doctrine/instantiator/zipball/c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
+                "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^8.1"
+            },
+            "require-dev": {
+                "doctrine/coding-standard": "^11",
+                "ext-pdo": "*",
+                "ext-phar": "*",
+                "phpbench/phpbench": "^1.2",
+                "phpstan/phpstan": "^1.9.4",
+                "phpstan/phpstan-phpunit": "^1.3",
+                "phpunit/phpunit": "^9.5.27",
+                "vimeo/psalm": "^5.4"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Marco Pivetta",
+                    "email": "ocramius@gmail.com",
+                    "homepage": "https://ocramius.github.io/"
+                }
+            ],
+            "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
+            "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
+            "keywords": [
+                "constructor",
+                "instantiate"
+            ],
+            "support": {
+                "issues": "https://github.com/doctrine/instantiator/issues",
+                "source": "https://github.com/doctrine/instantiator/tree/2.0.0"
+            },
+            "funding": [
+                {
+                    "url": "https://www.doctrine-project.org/sponsorship.html",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://www.patreon.com/phpdoctrine",
+                    "type": "patreon"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2022-12-30T00:23:10+00:00"
+        },
+        {
+            "name": "fakerphp/faker",
+            "version": "v1.23.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/FakerPHP/Faker.git",
+                "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
+                "reference": "e3daa170d00fde61ea7719ef47bb09bb8f1d9b01",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.4 || ^8.0",
+                "psr/container": "^1.0 || ^2.0",
+                "symfony/deprecation-contracts": "^2.2 || ^3.0"
+            },
+            "conflict": {
+                "fzaninotto/faker": "*"
+            },
+            "require-dev": {
+                "bamarni/composer-bin-plugin": "^1.4.1",
+                "doctrine/persistence": "^1.3 || ^2.0",
+                "ext-intl": "*",
+                "phpunit/phpunit": "^9.5.26",
+                "symfony/phpunit-bridge": "^5.4.16"
+            },
+            "suggest": {
+                "doctrine/orm": "Required to use Faker\\ORM\\Doctrine",
+                "ext-curl": "Required by Faker\\Provider\\Image to download images.",
+                "ext-dom": "Required by Faker\\Provider\\HtmlLorem for generating random HTML.",
+                "ext-iconv": "Required by Faker\\Provider\\ru_RU\\Text::realText() for generating real Russian text.",
+                "ext-mbstring": "Required for multibyte Unicode string functionality."
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "v1.21-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Faker\\": "src/Faker/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "François Zaninotto"
+                }
+            ],
+            "description": "Faker is a PHP library that generates fake data for you.",
+            "keywords": [
+                "data",
+                "faker",
+                "fixtures"
+            ],
+            "support": {
+                "issues": "https://github.com/FakerPHP/Faker/issues",
+                "source": "https://github.com/FakerPHP/Faker/tree/v1.23.0"
+            },
+            "time": "2023-06-12T08:44:38+00:00"
+        },
+        {
+            "name": "filp/whoops",
+            "version": "2.15.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/filp/whoops.git",
+                "reference": "c83e88a30524f9360b11f585f71e6b17313b7187"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/filp/whoops/zipball/c83e88a30524f9360b11f585f71e6b17313b7187",
+                "reference": "c83e88a30524f9360b11f585f71e6b17313b7187",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^5.5.9 || ^7.0 || ^8.0",
+                "psr/log": "^1.0.1 || ^2.0 || ^3.0"
+            },
+            "require-dev": {
+                "mockery/mockery": "^0.9 || ^1.0",
+                "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
+                "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
+            },
+            "suggest": {
+                "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
+                "whoops/soap": "Formats errors as SOAP responses"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.7-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Whoops\\": "src/Whoops/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Filipe Dobreira",
+                    "homepage": "https://github.com/filp",
+                    "role": "Developer"
+                }
+            ],
+            "description": "php error handling for cool kids",
+            "homepage": "https://filp.github.io/whoops/",
+            "keywords": [
+                "error",
+                "exception",
+                "handling",
+                "library",
+                "throwable",
+                "whoops"
+            ],
+            "support": {
+                "issues": "https://github.com/filp/whoops/issues",
+                "source": "https://github.com/filp/whoops/tree/2.15.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/denis-sokolov",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-07-13T12:00:00+00:00"
+        },
+        {
+            "name": "hamcrest/hamcrest-php",
+            "version": "v2.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/hamcrest/hamcrest-php.git",
+                "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
+                "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^5.3|^7.0|^8.0"
+            },
+            "replace": {
+                "cordoval/hamcrest-php": "*",
+                "davedevelopment/hamcrest-php": "*",
+                "kodova/hamcrest-php": "*"
+            },
+            "require-dev": {
+                "phpunit/php-file-iterator": "^1.4 || ^2.0",
+                "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.1-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "hamcrest"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "description": "This is the PHP port of Hamcrest Matchers",
+            "keywords": [
+                "test"
+            ],
+            "support": {
+                "issues": "https://github.com/hamcrest/hamcrest-php/issues",
+                "source": "https://github.com/hamcrest/hamcrest-php/tree/v2.0.1"
+            },
+            "time": "2020-07-09T08:09:16+00:00"
+        },
+        {
+            "name": "laravel/pint",
+            "version": "v1.13.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/laravel/pint.git",
+                "reference": "bbb13460d7f8c5c0cd9a58109beedd79cd7331ff"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/laravel/pint/zipball/bbb13460d7f8c5c0cd9a58109beedd79cd7331ff",
+                "reference": "bbb13460d7f8c5c0cd9a58109beedd79cd7331ff",
+                "shasum": ""
+            },
+            "require": {
+                "ext-json": "*",
+                "ext-mbstring": "*",
+                "ext-tokenizer": "*",
+                "ext-xml": "*",
+                "php": "^8.1.0"
+            },
+            "require-dev": {
+                "friendsofphp/php-cs-fixer": "^3.26.1",
+                "illuminate/view": "^10.23.1",
+                "laravel-zero/framework": "^10.1.2",
+                "mockery/mockery": "^1.6.6",
+                "nunomaduro/larastan": "^2.6.4",
+                "nunomaduro/termwind": "^1.15.1",
+                "pestphp/pest": "^2.18.2"
+            },
+            "bin": [
+                "builds/pint"
+            ],
+            "type": "project",
+            "autoload": {
+                "psr-4": {
+                    "App\\": "app/",
+                    "Database\\Seeders\\": "database/seeders/",
+                    "Database\\Factories\\": "database/factories/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nuno Maduro",
+                    "email": "enunomaduro@gmail.com"
+                }
+            ],
+            "description": "An opinionated code formatter for PHP.",
+            "homepage": "https://laravel.com",
+            "keywords": [
+                "format",
+                "formatter",
+                "lint",
+                "linter",
+                "php"
+            ],
+            "support": {
+                "issues": "https://github.com/laravel/pint/issues",
+                "source": "https://github.com/laravel/pint"
+            },
+            "time": "2023-09-19T15:55:02+00:00"
+        },
+        {
+            "name": "laravel/sail",
+            "version": "v1.25.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/laravel/sail.git",
+                "reference": "e81a7bd7ac1a745ccb25572830fecf74a89bb48a"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/laravel/sail/zipball/e81a7bd7ac1a745ccb25572830fecf74a89bb48a",
+                "reference": "e81a7bd7ac1a745ccb25572830fecf74a89bb48a",
+                "shasum": ""
+            },
+            "require": {
+                "illuminate/console": "^8.0|^9.0|^10.0",
+                "illuminate/contracts": "^8.0|^9.0|^10.0",
+                "illuminate/support": "^8.0|^9.0|^10.0",
+                "php": "^8.0",
+                "symfony/yaml": "^6.0"
+            },
+            "require-dev": {
+                "orchestra/testbench": "^6.0|^7.0|^8.0",
+                "phpstan/phpstan": "^1.10"
+            },
+            "bin": [
+                "bin/sail"
+            ],
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.x-dev"
+                },
+                "laravel": {
+                    "providers": [
+                        "Laravel\\Sail\\SailServiceProvider"
+                    ]
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Laravel\\Sail\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Taylor Otwell",
+                    "email": "taylor@laravel.com"
+                }
+            ],
+            "description": "Docker files for running a basic Laravel application.",
+            "keywords": [
+                "docker",
+                "laravel"
+            ],
+            "support": {
+                "issues": "https://github.com/laravel/sail/issues",
+                "source": "https://github.com/laravel/sail"
+            },
+            "time": "2023-09-11T17:37:09+00:00"
+        },
+        {
+            "name": "mockery/mockery",
+            "version": "1.6.6",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/mockery/mockery.git",
+                "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/mockery/mockery/zipball/b8e0bb7d8c604046539c1115994632c74dcb361e",
+                "reference": "b8e0bb7d8c604046539c1115994632c74dcb361e",
+                "shasum": ""
+            },
+            "require": {
+                "hamcrest/hamcrest-php": "^2.0.1",
+                "lib-pcre": ">=7.0",
+                "php": ">=7.3"
+            },
+            "conflict": {
+                "phpunit/phpunit": "<8.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^8.5 || ^9.6.10",
+                "psalm/plugin-phpunit": "^0.18.4",
+                "symplify/easy-coding-standard": "^11.5.0",
+                "vimeo/psalm": "^4.30"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "library/helpers.php",
+                    "library/Mockery.php"
+                ],
+                "psr-4": {
+                    "Mockery\\": "library/Mockery"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Pádraic Brady",
+                    "email": "padraic.brady@gmail.com",
+                    "homepage": "https://github.com/padraic",
+                    "role": "Author"
+                },
+                {
+                    "name": "Dave Marshall",
+                    "email": "dave.marshall@atstsolutions.co.uk",
+                    "homepage": "https://davedevelopment.co.uk",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Nathanael Esayeas",
+                    "email": "nathanael.esayeas@protonmail.com",
+                    "homepage": "https://github.com/ghostwriter",
+                    "role": "Lead Developer"
+                }
+            ],
+            "description": "Mockery is a simple yet flexible PHP mock object framework",
+            "homepage": "https://github.com/mockery/mockery",
+            "keywords": [
+                "BDD",
+                "TDD",
+                "library",
+                "mock",
+                "mock objects",
+                "mockery",
+                "stub",
+                "test",
+                "test double",
+                "testing"
+            ],
+            "support": {
+                "docs": "https://docs.mockery.io/",
+                "issues": "https://github.com/mockery/mockery/issues",
+                "rss": "https://github.com/mockery/mockery/releases.atom",
+                "security": "https://github.com/mockery/mockery/security/advisories",
+                "source": "https://github.com/mockery/mockery"
+            },
+            "time": "2023-08-09T00:03:52+00:00"
+        },
+        {
+            "name": "myclabs/deep-copy",
+            "version": "1.11.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/myclabs/DeepCopy.git",
+                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
+                "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.1 || ^8.0"
+            },
+            "conflict": {
+                "doctrine/collections": "<1.6.8",
+                "doctrine/common": "<2.13.3 || >=3,<3.2.2"
+            },
+            "require-dev": {
+                "doctrine/collections": "^1.6.8",
+                "doctrine/common": "^2.13.3 || ^3.2.2",
+                "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
+            },
+            "type": "library",
+            "autoload": {
+                "files": [
+                    "src/DeepCopy/deep_copy.php"
+                ],
+                "psr-4": {
+                    "DeepCopy\\": "src/DeepCopy/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "description": "Create deep copies (clones) of your objects",
+            "keywords": [
+                "clone",
+                "copy",
+                "duplicate",
+                "object",
+                "object graph"
+            ],
+            "support": {
+                "issues": "https://github.com/myclabs/DeepCopy/issues",
+                "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
+            },
+            "funding": [
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-03-08T13:26:56+00:00"
+        },
+        {
+            "name": "nunomaduro/collision",
+            "version": "v6.4.0",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/nunomaduro/collision.git",
+                "reference": "f05978827b9343cba381ca05b8c7deee346b6015"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/nunomaduro/collision/zipball/f05978827b9343cba381ca05b8c7deee346b6015",
+                "reference": "f05978827b9343cba381ca05b8c7deee346b6015",
+                "shasum": ""
+            },
+            "require": {
+                "filp/whoops": "^2.14.5",
+                "php": "^8.0.0",
+                "symfony/console": "^6.0.2"
+            },
+            "require-dev": {
+                "brianium/paratest": "^6.4.1",
+                "laravel/framework": "^9.26.1",
+                "laravel/pint": "^1.1.1",
+                "nunomaduro/larastan": "^1.0.3",
+                "nunomaduro/mock-final-classes": "^1.1.0",
+                "orchestra/testbench": "^7.7",
+                "phpunit/phpunit": "^9.5.23",
+                "spatie/ignition": "^1.4.1"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-develop": "6.x-dev"
+                },
+                "laravel": {
+                    "providers": [
+                        "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
+                    ]
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "NunoMaduro\\Collision\\": "src/"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Nuno Maduro",
+                    "email": "enunomaduro@gmail.com"
+                }
+            ],
+            "description": "Cli error handling for console/command-line PHP applications.",
+            "keywords": [
+                "artisan",
+                "cli",
+                "command-line",
+                "console",
+                "error",
+                "handling",
+                "laravel",
+                "laravel-zero",
+                "php",
+                "symfony"
+            ],
+            "support": {
+                "issues": "https://github.com/nunomaduro/collision/issues",
+                "source": "https://github.com/nunomaduro/collision"
+            },
+            "funding": [
+                {
+                    "url": "https://www.paypal.com/paypalme/enunomaduro",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/nunomaduro",
+                    "type": "github"
+                },
+                {
+                    "url": "https://www.patreon.com/nunomaduro",
+                    "type": "patreon"
+                }
+            ],
+            "time": "2023-01-03T12:54:54+00:00"
+        },
+        {
+            "name": "phar-io/manifest",
+            "version": "2.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/phar-io/manifest.git",
+                "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
+                "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
+                "shasum": ""
+            },
+            "require": {
+                "ext-dom": "*",
+                "ext-phar": "*",
+                "ext-xmlwriter": "*",
+                "phar-io/version": "^3.0.1",
+                "php": "^7.2 || ^8.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0.x-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Arne Blankerts",
+                    "email": "arne@blankerts.de",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Sebastian Heuer",
+                    "email": "sebastian@phpeople.de",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "Developer"
+                }
+            ],
+            "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
+            "support": {
+                "issues": "https://github.com/phar-io/manifest/issues",
+                "source": "https://github.com/phar-io/manifest/tree/2.0.3"
+            },
+            "time": "2021-07-20T11:28:43+00:00"
+        },
+        {
+            "name": "phar-io/version",
+            "version": "3.2.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/phar-io/version.git",
+                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+                "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.2 || ^8.0"
+            },
+            "type": "library",
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Arne Blankerts",
+                    "email": "arne@blankerts.de",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Sebastian Heuer",
+                    "email": "sebastian@phpeople.de",
+                    "role": "Developer"
+                },
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "Developer"
+                }
+            ],
+            "description": "Library for handling version information and constraints",
+            "support": {
+                "issues": "https://github.com/phar-io/version/issues",
+                "source": "https://github.com/phar-io/version/tree/3.2.1"
+            },
+            "time": "2022-02-21T01:04:05+00:00"
+        },
+        {
+            "name": "phpunit/php-code-coverage",
+            "version": "9.2.29",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
+                "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6a3a87ac2bbe33b25042753df8195ba4aa534c76",
+                "reference": "6a3a87ac2bbe33b25042753df8195ba4aa534c76",
+                "shasum": ""
+            },
+            "require": {
+                "ext-dom": "*",
+                "ext-libxml": "*",
+                "ext-xmlwriter": "*",
+                "nikic/php-parser": "^4.15",
+                "php": ">=7.3",
+                "phpunit/php-file-iterator": "^3.0.3",
+                "phpunit/php-text-template": "^2.0.2",
+                "sebastian/code-unit-reverse-lookup": "^2.0.2",
+                "sebastian/complexity": "^2.0",
+                "sebastian/environment": "^5.1.2",
+                "sebastian/lines-of-code": "^1.0.3",
+                "sebastian/version": "^3.0.1",
+                "theseer/tokenizer": "^1.2.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "suggest": {
+                "ext-pcov": "PHP extension that provides line coverage",
+                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "9.2-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
+            "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
+            "keywords": [
+                "coverage",
+                "testing",
+                "xunit"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
+                "security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
+                "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.29"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-09-19T04:57:46+00:00"
+        },
+        {
+            "name": "phpunit/php-file-iterator",
+            "version": "3.0.6",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
+                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
+                "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "FilterIterator implementation that filters files based on a list of suffixes.",
+            "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
+            "keywords": [
+                "filesystem",
+                "iterator"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
+                "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2021-12-02T12:48:52+00:00"
+        },
+        {
+            "name": "phpunit/php-invoker",
+            "version": "3.1.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-invoker.git",
+                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
+                "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "ext-pcntl": "*",
+                "phpunit/phpunit": "^9.3"
+            },
+            "suggest": {
+                "ext-pcntl": "*"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.1-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Invoke callables with a timeout",
+            "homepage": "https://github.com/sebastianbergmann/php-invoker/",
+            "keywords": [
+                "process"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
+                "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T05:58:55+00:00"
+        },
+        {
+            "name": "phpunit/php-text-template",
+            "version": "2.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-text-template.git",
+                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
+                "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Simple template engine.",
+            "homepage": "https://github.com/sebastianbergmann/php-text-template/",
+            "keywords": [
+                "template"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
+                "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T05:33:50+00:00"
+        },
+        {
+            "name": "phpunit/php-timer",
+            "version": "5.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/php-timer.git",
+                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
+                "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "5.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Utility class for timing",
+            "homepage": "https://github.com/sebastianbergmann/php-timer/",
+            "keywords": [
+                "timer"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/php-timer/issues",
+                "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:16:10+00:00"
+        },
+        {
+            "name": "phpunit/phpunit",
+            "version": "9.6.13",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/phpunit.git",
+                "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f3d767f7f9e191eab4189abe41ab37797e30b1be",
+                "reference": "f3d767f7f9e191eab4189abe41ab37797e30b1be",
+                "shasum": ""
+            },
+            "require": {
+                "doctrine/instantiator": "^1.3.1 || ^2",
+                "ext-dom": "*",
+                "ext-json": "*",
+                "ext-libxml": "*",
+                "ext-mbstring": "*",
+                "ext-xml": "*",
+                "ext-xmlwriter": "*",
+                "myclabs/deep-copy": "^1.10.1",
+                "phar-io/manifest": "^2.0.3",
+                "phar-io/version": "^3.0.2",
+                "php": ">=7.3",
+                "phpunit/php-code-coverage": "^9.2.28",
+                "phpunit/php-file-iterator": "^3.0.5",
+                "phpunit/php-invoker": "^3.1.1",
+                "phpunit/php-text-template": "^2.0.3",
+                "phpunit/php-timer": "^5.0.2",
+                "sebastian/cli-parser": "^1.0.1",
+                "sebastian/code-unit": "^1.0.6",
+                "sebastian/comparator": "^4.0.8",
+                "sebastian/diff": "^4.0.3",
+                "sebastian/environment": "^5.1.3",
+                "sebastian/exporter": "^4.0.5",
+                "sebastian/global-state": "^5.0.1",
+                "sebastian/object-enumerator": "^4.0.3",
+                "sebastian/resource-operations": "^3.0.3",
+                "sebastian/type": "^3.2",
+                "sebastian/version": "^3.0.2"
+            },
+            "suggest": {
+                "ext-soap": "To be able to generate mocks based on WSDL files",
+                "ext-xdebug": "PHP extension that provides line coverage as well as branch and path coverage"
+            },
+            "bin": [
+                "phpunit"
+            ],
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "9.6-dev"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/Framework/Assert/Functions.php"
+                ],
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "The PHP Unit Testing framework.",
+            "homepage": "https://phpunit.de/",
+            "keywords": [
+                "phpunit",
+                "testing",
+                "xunit"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/phpunit/issues",
+                "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
+                "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.13"
+            },
+            "funding": [
+                {
+                    "url": "https://phpunit.de/sponsors.html",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/phpunit/phpunit",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-09-19T05:39:22+00:00"
+        },
+        {
+            "name": "sebastian/cli-parser",
+            "version": "1.0.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/cli-parser.git",
+                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
+                "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library for parsing CLI options",
+            "homepage": "https://github.com/sebastianbergmann/cli-parser",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
+                "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T06:08:49+00:00"
+        },
+        {
+            "name": "sebastian/code-unit",
+            "version": "1.0.8",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/code-unit.git",
+                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
+                "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Collection of value objects that represent the PHP code units",
+            "homepage": "https://github.com/sebastianbergmann/code-unit",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/code-unit/issues",
+                "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:08:54+00:00"
+        },
+        {
+            "name": "sebastian/code-unit-reverse-lookup",
+            "version": "2.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
+                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
+                "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Looks up which function or method a line of code belongs to",
+            "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
+                "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T05:30:19+00:00"
+        },
+        {
+            "name": "sebastian/comparator",
+            "version": "4.0.8",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/comparator.git",
+                "reference": "fa0f136dd2334583309d32b62544682ee972b51a"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/fa0f136dd2334583309d32b62544682ee972b51a",
+                "reference": "fa0f136dd2334583309d32b62544682ee972b51a",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3",
+                "sebastian/diff": "^4.0",
+                "sebastian/exporter": "^4.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                },
+                {
+                    "name": "Jeff Welch",
+                    "email": "whatthejeff@gmail.com"
+                },
+                {
+                    "name": "Volker Dusch",
+                    "email": "github@wallbash.com"
+                },
+                {
+                    "name": "Bernhard Schussek",
+                    "email": "bschussek@2bepublished.at"
+                }
+            ],
+            "description": "Provides the functionality to compare PHP values for equality",
+            "homepage": "https://github.com/sebastianbergmann/comparator",
+            "keywords": [
+                "comparator",
+                "compare",
+                "equality"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/comparator/issues",
+                "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.8"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-09-14T12:41:17+00:00"
+        },
+        {
+            "name": "sebastian/complexity",
+            "version": "2.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/complexity.git",
+                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
+                "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
+                "shasum": ""
+            },
+            "require": {
+                "nikic/php-parser": "^4.7",
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library for calculating the complexity of PHP code units",
+            "homepage": "https://github.com/sebastianbergmann/complexity",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/complexity/issues",
+                "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T15:52:27+00:00"
+        },
+        {
+            "name": "sebastian/diff",
+            "version": "4.0.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/diff.git",
+                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
+                "reference": "74be17022044ebaaecfdf0c5cd504fc9cd5a7131",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3",
+                "symfony/process": "^4.2 || ^5"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                },
+                {
+                    "name": "Kore Nordmann",
+                    "email": "mail@kore-nordmann.de"
+                }
+            ],
+            "description": "Diff implementation",
+            "homepage": "https://github.com/sebastianbergmann/diff",
+            "keywords": [
+                "diff",
+                "udiff",
+                "unidiff",
+                "unified diff"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/diff/issues",
+                "source": "https://github.com/sebastianbergmann/diff/tree/4.0.5"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-05-07T05:35:17+00:00"
+        },
+        {
+            "name": "sebastian/environment",
+            "version": "5.1.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/environment.git",
+                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
+                "reference": "830c43a844f1f8d5b7a1f6d6076b784454d8b7ed",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "suggest": {
+                "ext-posix": "*"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "5.1-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Provides functionality to handle HHVM/PHP environments",
+            "homepage": "http://www.github.com/sebastianbergmann/environment",
+            "keywords": [
+                "Xdebug",
+                "environment",
+                "hhvm"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/environment/issues",
+                "source": "https://github.com/sebastianbergmann/environment/tree/5.1.5"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-02-03T06:03:51+00:00"
+        },
+        {
+            "name": "sebastian/exporter",
+            "version": "4.0.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/exporter.git",
+                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
+                "reference": "ac230ed27f0f98f597c8a2b6eb7ac563af5e5b9d",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3",
+                "sebastian/recursion-context": "^4.0"
+            },
+            "require-dev": {
+                "ext-mbstring": "*",
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                },
+                {
+                    "name": "Jeff Welch",
+                    "email": "whatthejeff@gmail.com"
+                },
+                {
+                    "name": "Volker Dusch",
+                    "email": "github@wallbash.com"
+                },
+                {
+                    "name": "Adam Harvey",
+                    "email": "aharvey@php.net"
+                },
+                {
+                    "name": "Bernhard Schussek",
+                    "email": "bschussek@gmail.com"
+                }
+            ],
+            "description": "Provides the functionality to export PHP variables for visualization",
+            "homepage": "https://www.github.com/sebastianbergmann/exporter",
+            "keywords": [
+                "export",
+                "exporter"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/exporter/issues",
+                "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.5"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2022-09-14T06:03:37+00:00"
+        },
+        {
+            "name": "sebastian/global-state",
+            "version": "5.0.6",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/global-state.git",
+                "reference": "bde739e7565280bda77be70044ac1047bc007e34"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bde739e7565280bda77be70044ac1047bc007e34",
+                "reference": "bde739e7565280bda77be70044ac1047bc007e34",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3",
+                "sebastian/object-reflector": "^2.0",
+                "sebastian/recursion-context": "^4.0"
+            },
+            "require-dev": {
+                "ext-dom": "*",
+                "phpunit/phpunit": "^9.3"
+            },
+            "suggest": {
+                "ext-uopz": "*"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "5.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Snapshotting of global state",
+            "homepage": "http://www.github.com/sebastianbergmann/global-state",
+            "keywords": [
+                "global state"
+            ],
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/global-state/issues",
+                "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.6"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-08-02T09:26:13+00:00"
+        },
+        {
+            "name": "sebastian/lines-of-code",
+            "version": "1.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/lines-of-code.git",
+                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
+                "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
+                "shasum": ""
+            },
+            "require": {
+                "nikic/php-parser": "^4.6",
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "1.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library for counting the lines of code in PHP source code",
+            "homepage": "https://github.com/sebastianbergmann/lines-of-code",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
+                "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-11-28T06:42:11+00:00"
+        },
+        {
+            "name": "sebastian/object-enumerator",
+            "version": "4.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/object-enumerator.git",
+                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
+                "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3",
+                "sebastian/object-reflector": "^2.0",
+                "sebastian/recursion-context": "^4.0"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
+            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
+                "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:12:34+00:00"
+        },
+        {
+            "name": "sebastian/object-reflector",
+            "version": "2.0.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/object-reflector.git",
+                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
+                "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "2.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Allows reflection of object attributes, including inherited and non-public ones",
+            "homepage": "https://github.com/sebastianbergmann/object-reflector/",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
+                "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-10-26T13:14:26+00:00"
+        },
+        {
+            "name": "sebastian/recursion-context",
+            "version": "4.0.5",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/recursion-context.git",
+                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
+                "reference": "e75bd0f07204fec2a0af9b0f3cfe97d05f92efc1",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "4.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                },
+                {
+                    "name": "Jeff Welch",
+                    "email": "whatthejeff@gmail.com"
+                },
+                {
+                    "name": "Adam Harvey",
+                    "email": "aharvey@php.net"
+                }
+            ],
+            "description": "Provides functionality to recursively process PHP variables",
+            "homepage": "https://github.com/sebastianbergmann/recursion-context",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
+                "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.5"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-02-03T06:07:39+00:00"
+        },
+        {
+            "name": "sebastian/resource-operations",
+            "version": "3.0.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/resource-operations.git",
+                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
+                "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de"
+                }
+            ],
+            "description": "Provides a list of PHP built-in functions that operate on resources",
+            "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
+                "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T06:45:17+00:00"
+        },
+        {
+            "name": "sebastian/type",
+            "version": "3.2.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/type.git",
+                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
+                "reference": "75e2c2a32f5e0b3aef905b9ed0b179b953b3d7c7",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "require-dev": {
+                "phpunit/phpunit": "^9.5"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.2-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Collection of value objects that represent the types of the PHP type system",
+            "homepage": "https://github.com/sebastianbergmann/type",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/type/issues",
+                "source": "https://github.com/sebastianbergmann/type/tree/3.2.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-02-03T06:13:03+00:00"
+        },
+        {
+            "name": "sebastian/version",
+            "version": "3.0.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/sebastianbergmann/version.git",
+                "reference": "c6c1022351a901512170118436c764e473f6de8c"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
+                "reference": "c6c1022351a901512170118436c764e473f6de8c",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=7.3"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-master": "3.0-dev"
+                }
+            },
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Sebastian Bergmann",
+                    "email": "sebastian@phpunit.de",
+                    "role": "lead"
+                }
+            ],
+            "description": "Library that helps with managing the version number of Git-hosted PHP projects",
+            "homepage": "https://github.com/sebastianbergmann/version",
+            "support": {
+                "issues": "https://github.com/sebastianbergmann/version/issues",
+                "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sebastianbergmann",
+                    "type": "github"
+                }
+            ],
+            "time": "2020-09-28T06:39:44+00:00"
+        },
+        {
+            "name": "spatie/backtrace",
+            "version": "1.5.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/spatie/backtrace.git",
+                "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/spatie/backtrace/zipball/483f76a82964a0431aa836b6ed0edde0c248e3ab",
+                "reference": "483f76a82964a0431aa836b6ed0edde0c248e3ab",
+                "shasum": ""
+            },
+            "require": {
+                "php": "^7.3|^8.0"
+            },
+            "require-dev": {
+                "ext-json": "*",
+                "phpunit/phpunit": "^9.3",
+                "spatie/phpunit-snapshot-assertions": "^4.2",
+                "symfony/var-dumper": "^5.1"
+            },
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Spatie\\Backtrace\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Freek Van de Herten",
+                    "email": "freek@spatie.be",
+                    "homepage": "https://spatie.be",
+                    "role": "Developer"
+                }
+            ],
+            "description": "A better backtrace",
+            "homepage": "https://github.com/spatie/backtrace",
+            "keywords": [
+                "Backtrace",
+                "spatie"
+            ],
+            "support": {
+                "source": "https://github.com/spatie/backtrace/tree/1.5.3"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/sponsors/spatie",
+                    "type": "github"
+                },
+                {
+                    "url": "https://spatie.be/open-source/support-us",
+                    "type": "other"
+                }
+            ],
+            "time": "2023-06-28T12:59:17+00:00"
+        },
+        {
+            "name": "spatie/flare-client-php",
+            "version": "1.4.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/spatie/flare-client-php.git",
+                "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/spatie/flare-client-php/zipball/5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
+                "reference": "5f2c6a7a0d2c1d90c12559dc7828fd942911a544",
+                "shasum": ""
+            },
+            "require": {
+                "illuminate/pipeline": "^8.0|^9.0|^10.0",
+                "nesbot/carbon": "^2.62.1",
+                "php": "^8.0",
+                "spatie/backtrace": "^1.5.2",
+                "symfony/http-foundation": "^5.0|^6.0",
+                "symfony/mime": "^5.2|^6.0",
+                "symfony/process": "^5.2|^6.0",
+                "symfony/var-dumper": "^5.2|^6.0"
+            },
+            "require-dev": {
+                "dms/phpunit-arraysubset-asserts": "^0.3.0",
+                "pestphp/pest": "^1.20",
+                "phpstan/extension-installer": "^1.1",
+                "phpstan/phpstan-deprecation-rules": "^1.0",
+                "phpstan/phpstan-phpunit": "^1.0",
+                "spatie/phpunit-snapshot-assertions": "^4.0"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.3.x-dev"
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/helpers.php"
+                ],
+                "psr-4": {
+                    "Spatie\\FlareClient\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "description": "Send PHP errors to Flare",
+            "homepage": "https://github.com/spatie/flare-client-php",
+            "keywords": [
+                "exception",
+                "flare",
+                "reporting",
+                "spatie"
+            ],
+            "support": {
+                "issues": "https://github.com/spatie/flare-client-php/issues",
+                "source": "https://github.com/spatie/flare-client-php/tree/1.4.2"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/spatie",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-07-28T08:07:24+00:00"
+        },
+        {
+            "name": "spatie/ignition",
+            "version": "1.11.2",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/spatie/ignition.git",
+                "reference": "48b23411ca4bfbc75c75dfc638b6b36159c375aa"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/spatie/ignition/zipball/48b23411ca4bfbc75c75dfc638b6b36159c375aa",
+                "reference": "48b23411ca4bfbc75c75dfc638b6b36159c375aa",
+                "shasum": ""
+            },
+            "require": {
+                "ext-json": "*",
+                "ext-mbstring": "*",
+                "php": "^8.0",
+                "spatie/backtrace": "^1.5.3",
+                "spatie/flare-client-php": "^1.4.0",
+                "symfony/console": "^5.4|^6.0",
+                "symfony/var-dumper": "^5.4|^6.0"
+            },
+            "require-dev": {
+                "illuminate/cache": "^9.52",
+                "mockery/mockery": "^1.4",
+                "pestphp/pest": "^1.20",
+                "phpstan/extension-installer": "^1.1",
+                "phpstan/phpstan-deprecation-rules": "^1.0",
+                "phpstan/phpstan-phpunit": "^1.0",
+                "psr/simple-cache-implementation": "*",
+                "symfony/cache": "^6.0",
+                "symfony/process": "^5.4|^6.0",
+                "vlucas/phpdotenv": "^5.5"
+            },
+            "suggest": {
+                "openai-php/client": "Require get solutions from OpenAI",
+                "simple-cache-implementation": "To cache solutions from OpenAI"
+            },
+            "type": "library",
+            "extra": {
+                "branch-alias": {
+                    "dev-main": "1.5.x-dev"
+                }
+            },
+            "autoload": {
+                "psr-4": {
+                    "Spatie\\Ignition\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Spatie",
+                    "email": "info@spatie.be",
+                    "role": "Developer"
+                }
+            ],
+            "description": "A beautiful error page for PHP applications.",
+            "homepage": "https://flareapp.io/ignition",
+            "keywords": [
+                "error",
+                "flare",
+                "laravel",
+                "page"
+            ],
+            "support": {
+                "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
+                "forum": "https://twitter.com/flareappio",
+                "issues": "https://github.com/spatie/ignition/issues",
+                "source": "https://github.com/spatie/ignition"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/spatie",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-09-19T15:29:52+00:00"
+        },
+        {
+            "name": "spatie/laravel-ignition",
+            "version": "1.6.4",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/spatie/laravel-ignition.git",
+                "reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/spatie/laravel-ignition/zipball/1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
+                "reference": "1a2b4bd3d48c72526c0ba417687e5c56b5cf49bc",
+                "shasum": ""
+            },
+            "require": {
+                "ext-curl": "*",
+                "ext-json": "*",
+                "ext-mbstring": "*",
+                "illuminate/support": "^8.77|^9.27",
+                "monolog/monolog": "^2.3",
+                "php": "^8.0",
+                "spatie/flare-client-php": "^1.0.1",
+                "spatie/ignition": "^1.4.1",
+                "symfony/console": "^5.0|^6.0",
+                "symfony/var-dumper": "^5.0|^6.0"
+            },
+            "require-dev": {
+                "filp/whoops": "^2.14",
+                "livewire/livewire": "^2.8|dev-develop",
+                "mockery/mockery": "^1.4",
+                "nunomaduro/larastan": "^1.0",
+                "orchestra/testbench": "^6.23|^7.0",
+                "pestphp/pest": "^1.20",
+                "phpstan/extension-installer": "^1.1",
+                "phpstan/phpstan-deprecation-rules": "^1.0",
+                "phpstan/phpstan-phpunit": "^1.0",
+                "spatie/laravel-ray": "^1.27"
+            },
+            "type": "library",
+            "extra": {
+                "laravel": {
+                    "providers": [
+                        "Spatie\\LaravelIgnition\\IgnitionServiceProvider"
+                    ],
+                    "aliases": {
+                        "Flare": "Spatie\\LaravelIgnition\\Facades\\Flare"
+                    }
+                }
+            },
+            "autoload": {
+                "files": [
+                    "src/helpers.php"
+                ],
+                "psr-4": {
+                    "Spatie\\LaravelIgnition\\": "src"
+                }
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Spatie",
+                    "email": "info@spatie.be",
+                    "role": "Developer"
+                }
+            ],
+            "description": "A beautiful error page for Laravel applications.",
+            "homepage": "https://flareapp.io/ignition",
+            "keywords": [
+                "error",
+                "flare",
+                "laravel",
+                "page"
+            ],
+            "support": {
+                "docs": "https://flareapp.io/docs/ignition-for-laravel/introduction",
+                "forum": "https://twitter.com/flareappio",
+                "issues": "https://github.com/spatie/laravel-ignition/issues",
+                "source": "https://github.com/spatie/laravel-ignition"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/spatie",
+                    "type": "github"
+                }
+            ],
+            "time": "2023-01-03T19:28:04+00:00"
+        },
+        {
+            "name": "symfony/yaml",
+            "version": "v6.3.3",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/symfony/yaml.git",
+                "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/symfony/yaml/zipball/e23292e8c07c85b971b44c1c4b87af52133e2add",
+                "reference": "e23292e8c07c85b971b44c1c4b87af52133e2add",
+                "shasum": ""
+            },
+            "require": {
+                "php": ">=8.1",
+                "symfony/deprecation-contracts": "^2.5|^3",
+                "symfony/polyfill-ctype": "^1.8"
+            },
+            "conflict": {
+                "symfony/console": "<5.4"
+            },
+            "require-dev": {
+                "symfony/console": "^5.4|^6.0"
+            },
+            "bin": [
+                "Resources/bin/yaml-lint"
+            ],
+            "type": "library",
+            "autoload": {
+                "psr-4": {
+                    "Symfony\\Component\\Yaml\\": ""
+                },
+                "exclude-from-classmap": [
+                    "/Tests/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "MIT"
+            ],
+            "authors": [
+                {
+                    "name": "Fabien Potencier",
+                    "email": "fabien@symfony.com"
+                },
+                {
+                    "name": "Symfony Community",
+                    "homepage": "https://symfony.com/contributors"
+                }
+            ],
+            "description": "Loads and dumps YAML files",
+            "homepage": "https://symfony.com",
+            "support": {
+                "source": "https://github.com/symfony/yaml/tree/v6.3.3"
+            },
+            "funding": [
+                {
+                    "url": "https://symfony.com/sponsor",
+                    "type": "custom"
+                },
+                {
+                    "url": "https://github.com/fabpot",
+                    "type": "github"
+                },
+                {
+                    "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
+                    "type": "tidelift"
+                }
+            ],
+            "time": "2023-07-31T07:08:24+00:00"
+        },
+        {
+            "name": "theseer/tokenizer",
+            "version": "1.2.1",
+            "source": {
+                "type": "git",
+                "url": "https://github.com/theseer/tokenizer.git",
+                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
+            },
+            "dist": {
+                "type": "zip",
+                "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
+                "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
+                "shasum": ""
+            },
+            "require": {
+                "ext-dom": "*",
+                "ext-tokenizer": "*",
+                "ext-xmlwriter": "*",
+                "php": "^7.2 || ^8.0"
+            },
+            "type": "library",
+            "autoload": {
+                "classmap": [
+                    "src/"
+                ]
+            },
+            "notification-url": "https://packagist.org/downloads/",
+            "license": [
+                "BSD-3-Clause"
+            ],
+            "authors": [
+                {
+                    "name": "Arne Blankerts",
+                    "email": "arne@blankerts.de",
+                    "role": "Developer"
+                }
+            ],
+            "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
+            "support": {
+                "issues": "https://github.com/theseer/tokenizer/issues",
+                "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
+            },
+            "funding": [
+                {
+                    "url": "https://github.com/theseer",
+                    "type": "github"
+                }
+            ],
+            "time": "2021-07-28T10:34:58+00:00"
+        }
+    ],
+    "aliases": [],
+    "minimum-stability": "stable",
+    "stability-flags": [],
+    "prefer-stable": true,
+    "prefer-lowest": false,
+    "platform": {
+        "php": "^8.0.2"
+    },
+    "platform-dev": [],
+    "plugin-api-version": "2.6.0"
+}
diff --git a/config/app.php b/config/app.php
new file mode 100644
index 0000000..95baee0
--- /dev/null
+++ b/config/app.php
@@ -0,0 +1,222 @@
+ env('APP_NAME', 'Laravel'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Application Environment
+    |--------------------------------------------------------------------------
+    |
+    | This value determines the "environment" your application is currently
+    | running in. This may determine how you prefer to configure various
+    | services the application utilizes. Set this in your ".env" file.
+    |
+    */
+
+    'env' => env('APP_ENV', 'production'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Application Debug Mode
+    |--------------------------------------------------------------------------
+    |
+    | When your application is in debug mode, detailed error messages with
+    | stack traces will be shown on every error that occurs within your
+    | application. If disabled, a simple generic error page is shown.
+    |
+    */
+
+    'debug' => (bool) env('APP_DEBUG', false),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Application URL
+    |--------------------------------------------------------------------------
+    |
+    | This URL is used by the console to properly generate URLs when using
+    | the Artisan command line tool. You should set this to the root of
+    | your application so that it is used when running Artisan tasks.
+    |
+    */
+
+    'url' => env('APP_URL', 'http://localhost'),
+
+    'asset_url' => env('ASSET_URL'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Application Timezone
+    |--------------------------------------------------------------------------
+    |
+    | Here you may specify the default timezone for your application, which
+    | will be used by the PHP date and date-time functions. We have gone
+    | ahead and set this to a sensible default for you out of the box.
+    |
+    */
+
+    'timezone' => 'UTC',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Application Locale Configuration
+    |--------------------------------------------------------------------------
+    |
+    | The application locale determines the default locale that will be used
+    | by the translation service provider. You are free to set this value
+    | to any of the locales which will be supported by the application.
+    |
+    */
+
+    'locale' => 'en',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Application Fallback Locale
+    |--------------------------------------------------------------------------
+    |
+    | The fallback locale determines the locale to use when the current one
+    | is not available. You may change the value to correspond to any of
+    | the language folders that are provided through your application.
+    |
+    */
+
+    'fallback_locale' => 'en',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Faker Locale
+    |--------------------------------------------------------------------------
+    |
+    | This locale will be used by the Faker PHP library when generating fake
+    | data for your database seeds. For example, this will be used to get
+    | localized telephone numbers, street address information and more.
+    |
+    */
+
+    'faker_locale' => 'en_US',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Encryption Key
+    |--------------------------------------------------------------------------
+    |
+    | This key is used by the Illuminate encrypter service and should be set
+    | to a random, 32 character string, otherwise these encrypted strings
+    | will not be safe. Please do this before deploying an application!
+    |
+    */
+
+    'key' => env('APP_KEY'),
+
+    'cipher' => 'AES-256-CBC',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Maintenance Mode Driver
+    |--------------------------------------------------------------------------
+    |
+    | These configuration options determine the driver used to determine and
+    | manage Laravel's "maintenance mode" status. The "cache" driver will
+    | allow maintenance mode to be controlled across multiple machines.
+    |
+    | Supported drivers: "file", "cache"
+    |
+    */
+
+    'maintenance' => [
+        'driver' => 'file',
+        // 'store'  => 'redis',
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Autoloaded Service Providers
+    |--------------------------------------------------------------------------
+    |
+    | The service providers listed here will be automatically loaded on the
+    | request to your application. Feel free to add your own services to
+    | this array to grant expanded functionality to your applications.
+    |
+    */
+
+    'providers' => [
+
+        /*
+         * Laravel Framework Service Providers...
+         */
+        Illuminate\Auth\AuthServiceProvider::class,
+        Illuminate\Broadcasting\BroadcastServiceProvider::class,
+        Illuminate\Bus\BusServiceProvider::class,
+        Illuminate\Cache\CacheServiceProvider::class,
+        Illuminate\Foundation\Providers\ConsoleSupportServiceProvider::class,
+        Illuminate\Cookie\CookieServiceProvider::class,
+        Illuminate\Database\DatabaseServiceProvider::class,
+        Illuminate\Encryption\EncryptionServiceProvider::class,
+        Illuminate\Filesystem\FilesystemServiceProvider::class,
+        Illuminate\Foundation\Providers\FoundationServiceProvider::class,
+        Illuminate\Hashing\HashServiceProvider::class,
+        Illuminate\Mail\MailServiceProvider::class,
+        Illuminate\Notifications\NotificationServiceProvider::class,
+        Illuminate\Pagination\PaginationServiceProvider::class,
+        Illuminate\Pipeline\PipelineServiceProvider::class,
+        Illuminate\Queue\QueueServiceProvider::class,
+        Illuminate\Redis\RedisServiceProvider::class,
+        Illuminate\Auth\Passwords\PasswordResetServiceProvider::class,
+        Illuminate\Session\SessionServiceProvider::class,
+        Illuminate\Translation\TranslationServiceProvider::class,
+        Illuminate\Validation\ValidationServiceProvider::class,
+        Illuminate\View\ViewServiceProvider::class,
+        Tymon\JWTAuth\Providers\LaravelServiceProvider::class,
+        Ladumor\OneSignal\OneSignalServiceProvider::class,
+
+        /*
+         * Package Service Providers...
+         */
+
+        /*
+         * Application Service Providers...
+         */
+        App\Providers\AppServiceProvider::class,
+        App\Providers\AuthServiceProvider::class,
+        // App\Providers\BroadcastServiceProvider::class,
+        App\Providers\EventServiceProvider::class,
+        App\Providers\RouteServiceProvider::class,
+        Maatwebsite\Excel\ExcelServiceProvider::class,
+
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Class Aliases
+    |--------------------------------------------------------------------------
+    |
+    | This array of class aliases will be registered when this application
+    | is started. However, feel free to register as many as you wish as
+    | the aliases are "lazy" loaded so they don't hinder performance.
+    |
+    */
+
+    'aliases' => Facade::defaultAliases()->merge([
+        // 'ExampleClass' => App\Example\ExampleClass::class,
+         'JWTAuth' => Tymon\JWTAuth\Facades\JWTAuth::class,
+        'JWTFactory' => Tymon\JWTAuth\Facades\JWTFactory::class,
+        'Excel' => Maatwebsite\Excel\Facades\Excel::class,
+        'OneSignal' => \Ladumor\OneSignal\OneSignal::class,
+    ])->toArray(),
+
+];
diff --git a/config/auth.php b/config/auth.php
new file mode 100644
index 0000000..3deca4a
--- /dev/null
+++ b/config/auth.php
@@ -0,0 +1,124 @@
+ [
+        'guard' => 'web',
+        'passwords' => 'users',
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Authentication Guards
+    |--------------------------------------------------------------------------
+    |
+    | Next, you may define every authentication guard for your application.
+    | Of course, a great default configuration has been defined for you
+    | here which uses session storage and the Eloquent user provider.
+    |
+    | All authentication drivers have a user provider. This defines how the
+    | users are actually retrieved out of your database or other storage
+    | mechanisms used by this application to persist your user's data.
+    |
+    | Supported: "session"
+    |
+    */
+
+    'guards' => [
+        'web' => [
+            'driver' => 'session',
+            'provider' => 'users',
+        ],
+        'admin' => [
+            'driver' => 'session',
+            'provider' => 'admin_master',
+        ],
+        'api' => [
+                'driver' => 'jwt',
+                'provider' => 'users',
+        ],
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | User Providers
+    |--------------------------------------------------------------------------
+    |
+    | All authentication drivers have a user provider. This defines how the
+    | users are actually retrieved out of your database or other storage
+    | mechanisms used by this application to persist your user's data.
+    |
+    | If you have multiple user tables or models you may configure multiple
+    | sources which represent each model / table. These sources may then
+    | be assigned to any extra authentication guards you have defined.
+    |
+    | Supported: "database", "eloquent"
+    |
+    */
+
+    'providers' => [
+        'users' => [
+            'driver' => 'eloquent',
+            'model' => App\Models\User::class,
+        ],
+        
+        'admin_master' => [
+            'driver' => 'eloquent',
+            'model' => App\Models\AdminMaster::class,
+        ],
+
+        // 'users' => [
+        //     'driver' => 'database',
+        //     'table' => 'users',
+        // ],
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Resetting Passwords
+    |--------------------------------------------------------------------------
+    |
+    | You may specify multiple password reset configurations if you have more
+    | than one user table or model in the application and you want to have
+    | separate password reset settings based on the specific user types.
+    |
+    | The expire time is the number of minutes that each reset token will be
+    | considered valid. This security feature keeps tokens short-lived so
+    | they have less time to be guessed. You may change this as needed.
+    |
+    */
+
+    'passwords' => [
+        'users' => [
+            'provider' => 'users',
+            'table' => 'password_resets',
+            'expire' => 60,
+            'throttle' => 60,
+        ],
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Password Confirmation Timeout
+    |--------------------------------------------------------------------------
+    |
+    | Here you may define the amount of seconds before a password confirmation
+    | times out and the user is prompted to re-enter their password via the
+    | confirmation screen. By default, the timeout lasts for three hours.
+    |
+    */
+
+    'password_timeout' => 10800,
+
+];
diff --git a/config/broadcasting.php b/config/broadcasting.php
new file mode 100644
index 0000000..9e4d4aa
--- /dev/null
+++ b/config/broadcasting.php
@@ -0,0 +1,70 @@
+ env('BROADCAST_DRIVER', 'null'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Broadcast Connections
+    |--------------------------------------------------------------------------
+    |
+    | Here you may define all of the broadcast connections that will be used
+    | to broadcast events to other systems or over websockets. Samples of
+    | each available type of connection are provided inside this array.
+    |
+    */
+
+    'connections' => [
+
+        'pusher' => [
+            'driver' => 'pusher',
+            'key' => env('PUSHER_APP_KEY'),
+            'secret' => env('PUSHER_APP_SECRET'),
+            'app_id' => env('PUSHER_APP_ID'),
+            'options' => [
+                'host' => env('PUSHER_HOST') ?: 'api-'.env('PUSHER_APP_CLUSTER', 'mt1').'.pusher.com',
+                'port' => env('PUSHER_PORT', 443),
+                'scheme' => env('PUSHER_SCHEME', 'https'),
+                'encrypted' => true,
+                'useTLS' => env('PUSHER_SCHEME', 'https') === 'https',
+            ],
+            'client_options' => [
+                // Guzzle client options: https://docs.guzzlephp.org/en/stable/request-options.html
+            ],
+        ],
+
+        'ably' => [
+            'driver' => 'ably',
+            'key' => env('ABLY_KEY'),
+        ],
+
+        'redis' => [
+            'driver' => 'redis',
+            'connection' => 'default',
+        ],
+
+        'log' => [
+            'driver' => 'log',
+        ],
+
+        'null' => [
+            'driver' => 'null',
+        ],
+
+    ],
+
+];
diff --git a/config/cache.php b/config/cache.php
new file mode 100644
index 0000000..33bb295
--- /dev/null
+++ b/config/cache.php
@@ -0,0 +1,110 @@
+ env('CACHE_DRIVER', 'file'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Cache Stores
+    |--------------------------------------------------------------------------
+    |
+    | Here you may define all of the cache "stores" for your application as
+    | well as their drivers. You may even define multiple stores for the
+    | same cache driver to group types of items stored in your caches.
+    |
+    | Supported drivers: "apc", "array", "database", "file",
+    |         "memcached", "redis", "dynamodb", "octane", "null"
+    |
+    */
+
+    'stores' => [
+
+        'apc' => [
+            'driver' => 'apc',
+        ],
+
+        'array' => [
+            'driver' => 'array',
+            'serialize' => false,
+        ],
+
+        'database' => [
+            'driver' => 'database',
+            'table' => 'cache',
+            'connection' => null,
+            'lock_connection' => null,
+        ],
+
+        'file' => [
+            'driver' => 'file',
+            'path' => storage_path('framework/cache/data'),
+        ],
+
+        'memcached' => [
+            'driver' => 'memcached',
+            'persistent_id' => env('MEMCACHED_PERSISTENT_ID'),
+            'sasl' => [
+                env('MEMCACHED_USERNAME'),
+                env('MEMCACHED_PASSWORD'),
+            ],
+            'options' => [
+                // Memcached::OPT_CONNECT_TIMEOUT => 2000,
+            ],
+            'servers' => [
+                [
+                    'host' => env('MEMCACHED_HOST', '127.0.0.1'),
+                    'port' => env('MEMCACHED_PORT', 11211),
+                    'weight' => 100,
+                ],
+            ],
+        ],
+
+        'redis' => [
+            'driver' => 'redis',
+            'connection' => 'cache',
+            'lock_connection' => 'default',
+        ],
+
+        'dynamodb' => [
+            'driver' => 'dynamodb',
+            'key' => env('AWS_ACCESS_KEY_ID'),
+            'secret' => env('AWS_SECRET_ACCESS_KEY'),
+            'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
+            'table' => env('DYNAMODB_CACHE_TABLE', 'cache'),
+            'endpoint' => env('DYNAMODB_ENDPOINT'),
+        ],
+
+        'octane' => [
+            'driver' => 'octane',
+        ],
+
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Cache Key Prefix
+    |--------------------------------------------------------------------------
+    |
+    | When utilizing the APC, database, memcached, Redis, or DynamoDB cache
+    | stores there might be other applications using the same cache. For
+    | that reason, you may prefix every cache key to avoid collisions.
+    |
+    */
+
+    'prefix' => env('CACHE_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_cache_'),
+
+];
diff --git a/config/cors.php b/config/cors.php
new file mode 100644
index 0000000..8a39e6d
--- /dev/null
+++ b/config/cors.php
@@ -0,0 +1,34 @@
+ ['api/*', 'sanctum/csrf-cookie'],
+
+    'allowed_methods' => ['*'],
+
+    'allowed_origins' => ['*'],
+
+    'allowed_origins_patterns' => [],
+
+    'allowed_headers' => ['*'],
+
+    'exposed_headers' => [],
+
+    'max_age' => 0,
+
+    'supports_credentials' => false,
+
+];
diff --git a/config/database.php b/config/database.php
new file mode 100644
index 0000000..137ad18
--- /dev/null
+++ b/config/database.php
@@ -0,0 +1,151 @@
+ env('DB_CONNECTION', 'mysql'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Database Connections
+    |--------------------------------------------------------------------------
+    |
+    | Here are each of the database connections setup for your application.
+    | Of course, examples of configuring each database platform that is
+    | supported by Laravel is shown below to make development simple.
+    |
+    |
+    | All database work in Laravel is done through the PHP PDO facilities
+    | so make sure you have the driver for your particular database of
+    | choice installed on your machine before you begin development.
+    |
+    */
+
+    'connections' => [
+
+        'sqlite' => [
+            'driver' => 'sqlite',
+            'url' => env('DATABASE_URL'),
+            'database' => env('DB_DATABASE', database_path('database.sqlite')),
+            'prefix' => '',
+            'foreign_key_constraints' => env('DB_FOREIGN_KEYS', true),
+        ],
+
+        'mysql' => [
+            'driver' => 'mysql',
+            'url' => env('DATABASE_URL'),
+            'host' => env('DB_HOST', '127.0.0.1'),
+            'port' => env('DB_PORT', '3306'),
+            'database' => env('DB_DATABASE', 'forge'),
+            'username' => env('DB_USERNAME', 'forge'),
+            'password' => env('DB_PASSWORD', ''),
+            'unix_socket' => env('DB_SOCKET', ''),
+            'charset' => 'utf8mb4',
+            'collation' => 'utf8mb4_unicode_ci',
+            'prefix' => '',
+            'prefix_indexes' => true,
+            'strict' => true,
+            'engine' => null,
+            'options' => extension_loaded('pdo_mysql') ? array_filter([
+                PDO::MYSQL_ATTR_SSL_CA => env('MYSQL_ATTR_SSL_CA'),
+            ]) : [],
+        ],
+
+        'pgsql' => [
+            'driver' => 'pgsql',
+            'url' => env('DATABASE_URL'),
+            'host' => env('DB_HOST', '127.0.0.1'),
+            'port' => env('DB_PORT', '5432'),
+            'database' => env('DB_DATABASE', 'forge'),
+            'username' => env('DB_USERNAME', 'forge'),
+            'password' => env('DB_PASSWORD', ''),
+            'charset' => 'utf8',
+            'prefix' => '',
+            'prefix_indexes' => true,
+            'search_path' => 'public',
+            'sslmode' => 'prefer',
+        ],
+
+        'sqlsrv' => [
+            'driver' => 'sqlsrv',
+            'url' => env('DATABASE_URL'),
+            'host' => env('DB_HOST', 'localhost'),
+            'port' => env('DB_PORT', '1433'),
+            'database' => env('DB_DATABASE', 'forge'),
+            'username' => env('DB_USERNAME', 'forge'),
+            'password' => env('DB_PASSWORD', ''),
+            'charset' => 'utf8',
+            'prefix' => '',
+            'prefix_indexes' => true,
+            // 'encrypt' => env('DB_ENCRYPT', 'yes'),
+            // 'trust_server_certificate' => env('DB_TRUST_SERVER_CERTIFICATE', 'false'),
+        ],
+
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Migration Repository Table
+    |--------------------------------------------------------------------------
+    |
+    | This table keeps track of all the migrations that have already run for
+    | your application. Using this information, we can determine which of
+    | the migrations on disk haven't actually been run in the database.
+    |
+    */
+
+    'migrations' => 'migrations',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Redis Databases
+    |--------------------------------------------------------------------------
+    |
+    | Redis is an open source, fast, and advanced key-value store that also
+    | provides a richer body of commands than a typical key-value system
+    | such as APC or Memcached. Laravel makes it easy to dig right in.
+    |
+    */
+
+    'redis' => [
+
+        'client' => env('REDIS_CLIENT', 'phpredis'),
+
+        'options' => [
+            'cluster' => env('REDIS_CLUSTER', 'redis'),
+            'prefix' => env('REDIS_PREFIX', Str::slug(env('APP_NAME', 'laravel'), '_').'_database_'),
+        ],
+
+        'default' => [
+            'url' => env('REDIS_URL'),
+            'host' => env('REDIS_HOST', '127.0.0.1'),
+            'username' => env('REDIS_USERNAME'),
+            'password' => env('REDIS_PASSWORD'),
+            'port' => env('REDIS_PORT', '6379'),
+            'database' => env('REDIS_DB', '0'),
+        ],
+
+        'cache' => [
+            'url' => env('REDIS_URL'),
+            'host' => env('REDIS_HOST', '127.0.0.1'),
+            'username' => env('REDIS_USERNAME'),
+            'password' => env('REDIS_PASSWORD'),
+            'port' => env('REDIS_PORT', '6379'),
+            'database' => env('REDIS_CACHE_DB', '1'),
+        ],
+
+    ],
+
+];
diff --git a/config/excel.php b/config/excel.php
new file mode 100644
index 0000000..987883e
--- /dev/null
+++ b/config/excel.php
@@ -0,0 +1,333 @@
+ [
+
+        /*
+        |--------------------------------------------------------------------------
+        | Chunk size
+        |--------------------------------------------------------------------------
+        |
+        | When using FromQuery, the query is automatically chunked.
+        | Here you can specify how big the chunk should be.
+        |
+        */
+        'chunk_size'             => 1000,
+
+        /*
+        |--------------------------------------------------------------------------
+        | Pre-calculate formulas during export
+        |--------------------------------------------------------------------------
+        */
+        'pre_calculate_formulas' => false,
+
+        /*
+        |--------------------------------------------------------------------------
+        | Enable strict null comparison
+        |--------------------------------------------------------------------------
+        |
+        | When enabling strict null comparison empty cells ('') will
+        | be added to the sheet.
+        */
+        'strict_null_comparison' => false,
+
+        /*
+        |--------------------------------------------------------------------------
+        | CSV Settings
+        |--------------------------------------------------------------------------
+        |
+        | Configure e.g. delimiter, enclosure and line ending for CSV exports.
+        |
+        */
+        'csv'                    => [
+            'delimiter'              => ',',
+            'enclosure'              => '"',
+            'line_ending'            => PHP_EOL,
+            'use_bom'                => false,
+            'include_separator_line' => false,
+            'excel_compatibility'    => false,
+            'output_encoding'        => '',
+            'test_auto_detect'       => true,
+        ],
+
+        /*
+        |--------------------------------------------------------------------------
+        | Worksheet properties
+        |--------------------------------------------------------------------------
+        |
+        | Configure e.g. default title, creator, subject,...
+        |
+        */
+        'properties'             => [
+            'creator'        => '',
+            'lastModifiedBy' => '',
+            'title'          => '',
+            'description'    => '',
+            'subject'        => '',
+            'keywords'       => '',
+            'category'       => '',
+            'manager'        => '',
+            'company'        => '',
+        ],
+    ],
+
+    'imports'            => [
+
+        /*
+        |--------------------------------------------------------------------------
+        | Read Only
+        |--------------------------------------------------------------------------
+        |
+        | When dealing with imports, you might only be interested in the
+        | data that the sheet exists. By default we ignore all styles,
+        | however if you want to do some logic based on style data
+        | you can enable it by setting read_only to false.
+        |
+        */
+        'read_only' => true,
+
+        /*
+        |--------------------------------------------------------------------------
+        | Ignore Empty
+        |--------------------------------------------------------------------------
+        |
+        | When dealing with imports, you might be interested in ignoring
+        | rows that have null values or empty strings. By default rows
+        | containing empty strings or empty values are not ignored but can be
+        | ignored by enabling the setting ignore_empty to true.
+        |
+        */
+        'ignore_empty' => false,
+
+        /*
+        |--------------------------------------------------------------------------
+        | Heading Row Formatter
+        |--------------------------------------------------------------------------
+        |
+        | Configure the heading row formatter.
+        | Available options: none|slug|custom
+        |
+        */
+        'heading_row' => [
+            'formatter' => 'slug',
+        ],
+
+        /*
+        |--------------------------------------------------------------------------
+        | CSV Settings
+        |--------------------------------------------------------------------------
+        |
+        | Configure e.g. delimiter, enclosure and line ending for CSV imports.
+        |
+        */
+        'csv'         => [
+            'delimiter'        => null,
+            'enclosure'        => '"',
+            'escape_character' => '\\',
+            'contiguous'       => false,
+            'input_encoding'   => 'UTF-8',
+        ],
+
+        /*
+        |--------------------------------------------------------------------------
+        | Worksheet properties
+        |--------------------------------------------------------------------------
+        |
+        | Configure e.g. default title, creator, subject,...
+        |
+        */
+        'properties'  => [
+            'creator'        => '',
+            'lastModifiedBy' => '',
+            'title'          => '',
+            'description'    => '',
+            'subject'        => '',
+            'keywords'       => '',
+            'category'       => '',
+            'manager'        => '',
+            'company'        => '',
+        ],
+
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Extension detector
+    |--------------------------------------------------------------------------
+    |
+    | Configure here which writer/reader type should be used when the package
+    | needs to guess the correct type based on the extension alone.
+    |
+    */
+    'extension_detector' => [
+        'xlsx'     => Excel::XLSX,
+        'xlsm'     => Excel::XLSX,
+        'xltx'     => Excel::XLSX,
+        'xltm'     => Excel::XLSX,
+        'xls'      => Excel::XLS,
+        'xlt'      => Excel::XLS,
+        'ods'      => Excel::ODS,
+        'ots'      => Excel::ODS,
+        'slk'      => Excel::SLK,
+        'xml'      => Excel::XML,
+        'gnumeric' => Excel::GNUMERIC,
+        'htm'      => Excel::HTML,
+        'html'     => Excel::HTML,
+        'csv'      => Excel::CSV,
+        'tsv'      => Excel::TSV,
+
+        /*
+        |--------------------------------------------------------------------------
+        | PDF Extension
+        |--------------------------------------------------------------------------
+        |
+        | Configure here which Pdf driver should be used by default.
+        | Available options: Excel::MPDF | Excel::TCPDF | Excel::DOMPDF
+        |
+        */
+        'pdf'      => Excel::DOMPDF,
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Value Binder
+    |--------------------------------------------------------------------------
+    |
+    | PhpSpreadsheet offers a way to hook into the process of a value being
+    | written to a cell. In there some assumptions are made on how the
+    | value should be formatted. If you want to change those defaults,
+    | you can implement your own default value binder.
+    |
+    | Possible value binders:
+    |
+    | [x] Maatwebsite\Excel\DefaultValueBinder::class
+    | [x] PhpOffice\PhpSpreadsheet\Cell\StringValueBinder::class
+    | [x] PhpOffice\PhpSpreadsheet\Cell\AdvancedValueBinder::class
+    |
+    */
+    'value_binder' => [
+        'default' => Maatwebsite\Excel\DefaultValueBinder::class,
+    ],
+
+    'cache' => [
+        /*
+        |--------------------------------------------------------------------------
+        | Default cell caching driver
+        |--------------------------------------------------------------------------
+        |
+        | By default PhpSpreadsheet keeps all cell values in memory, however when
+        | dealing with large files, this might result into memory issues. If you
+        | want to mitigate that, you can configure a cell caching driver here.
+        | When using the illuminate driver, it will store each value in the
+        | cache store. This can slow down the process, because it needs to
+        | store each value. You can use the "batch" store if you want to
+        | only persist to the store when the memory limit is reached.
+        |
+        | Drivers: memory|illuminate|batch
+        |
+        */
+        'driver'     => 'memory',
+
+        /*
+        |--------------------------------------------------------------------------
+        | Batch memory caching
+        |--------------------------------------------------------------------------
+        |
+        | When dealing with the "batch" caching driver, it will only
+        | persist to the store when the memory limit is reached.
+        | Here you can tweak the memory limit to your liking.
+        |
+        */
+        'batch'     => [
+            'memory_limit' => 60000,
+        ],
+
+        /*
+        |--------------------------------------------------------------------------
+        | Illuminate cache
+        |--------------------------------------------------------------------------
+        |
+        | When using the "illuminate" caching driver, it will automatically use
+        | your default cache store. However if you prefer to have the cell
+        | cache on a separate store, you can configure the store name here.
+        | You can use any store defined in your cache config. When leaving
+        | at "null" it will use the default store.
+        |
+        */
+        'illuminate' => [
+            'store' => null,
+        ],
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Transaction Handler
+    |--------------------------------------------------------------------------
+    |
+    | By default the import is wrapped in a transaction. This is useful
+    | for when an import may fail and you want to retry it. With the
+    | transactions, the previous import gets rolled-back.
+    |
+    | You can disable the transaction handler by setting this to null.
+    | Or you can choose a custom made transaction handler here.
+    |
+    | Supported handlers: null|db
+    |
+    */
+    'transactions' => [
+        'handler' => 'db',
+        'db'      => [
+            'connection' => null,
+        ],
+    ],
+
+    'temporary_files' => [
+
+        /*
+        |--------------------------------------------------------------------------
+        | Local Temporary Path
+        |--------------------------------------------------------------------------
+        |
+        | When exporting and importing files, we use a temporary file, before
+        | storing reading or downloading. Here you can customize that path.
+        |
+        */
+        'local_path'          => storage_path('framework/cache/laravel-excel'),
+
+        /*
+        |--------------------------------------------------------------------------
+        | Remote Temporary Disk
+        |--------------------------------------------------------------------------
+        |
+        | When dealing with a multi server setup with queues in which you
+        | cannot rely on having a shared local temporary path, you might
+        | want to store the temporary file on a shared disk. During the
+        | queue executing, we'll retrieve the temporary file from that
+        | location instead. When left to null, it will always use
+        | the local path. This setting only has effect when using
+        | in conjunction with queued imports and exports.
+        |
+        */
+        'remote_disk'         => null,
+        'remote_prefix'       => null,
+
+        /*
+        |--------------------------------------------------------------------------
+        | Force Resync
+        |--------------------------------------------------------------------------
+        |
+        | When dealing with a multi server setup as above, it's possible
+        | for the clean up that occurs after entire queue has been run to only
+        | cleanup the server that the last AfterImportJob runs on. The rest of the server
+        | would still have the local temporary file stored on it. In this case your
+        | local storage limits can be exceeded and future imports won't be processed.
+        | To mitigate this you can set this config value to be true, so that after every
+        | queued chunk is processed the local temporary file is deleted on the server that
+        | processed it.
+        |
+        */
+        'force_resync_remote' => null,
+    ],
+];
diff --git a/config/filesystems.php b/config/filesystems.php
new file mode 100644
index 0000000..e9d9dbd
--- /dev/null
+++ b/config/filesystems.php
@@ -0,0 +1,76 @@
+ env('FILESYSTEM_DISK', 'local'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Filesystem Disks
+    |--------------------------------------------------------------------------
+    |
+    | Here you may configure as many filesystem "disks" as you wish, and you
+    | may even configure multiple disks of the same driver. Defaults have
+    | been set up for each driver as an example of the required values.
+    |
+    | Supported Drivers: "local", "ftp", "sftp", "s3"
+    |
+    */
+
+    'disks' => [
+
+        'local' => [
+            'driver' => 'local',
+            'root' => storage_path('app'),
+            'throw' => false,
+        ],
+
+        'public' => [
+            'driver' => 'local',
+            'root' => storage_path('app/public'),
+            'url' => env('APP_URL').'/storage',
+            'visibility' => 'public',
+            'throw' => false,
+        ],
+
+        's3' => [
+            'driver' => 's3',
+            'key' => env('AWS_ACCESS_KEY_ID'),
+            'secret' => env('AWS_SECRET_ACCESS_KEY'),
+            'region' => env('AWS_DEFAULT_REGION'),
+            'bucket' => env('AWS_BUCKET'),
+            'url' => env('AWS_URL'),
+            'endpoint' => env('AWS_ENDPOINT'),
+            'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
+            'throw' => false,
+        ],
+
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Symbolic Links
+    |--------------------------------------------------------------------------
+    |
+    | Here you may configure the symbolic links that will be created when the
+    | `storage:link` Artisan command is executed. The array keys should be
+    | the locations of the links and the values should be their targets.
+    |
+    */
+
+    'links' => [
+        public_path('storage') => storage_path('app/public'),
+    ],
+
+];
diff --git a/config/geoip.php b/config/geoip.php
new file mode 100644
index 0000000..920150d
--- /dev/null
+++ b/config/geoip.php
@@ -0,0 +1,166 @@
+ true,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Include Currency in Results
+    |--------------------------------------------------------------------------
+    |
+    | When enabled the system will do it's best in deciding the user's currency
+    | by matching their ISO code to a preset list of currencies.
+    |
+    */
+
+    'include_currency' => true,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Default Service
+    |--------------------------------------------------------------------------
+    |
+    | Here you may specify the default storage driver that should be used
+    | by the framework.
+    |
+    | Supported: "maxmind_database", "maxmind_api", "ipapi"
+    |
+    */
+
+    'service' => 'ipapi',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Storage Specific Configuration
+    |--------------------------------------------------------------------------
+    |
+    | Here you may configure as many storage drivers as you wish.
+    |
+    */
+
+    'services' => [
+
+        'maxmind_database' => [
+            'class' => \Torann\GeoIP\Services\MaxMindDatabase::class,
+            'database_path' => storage_path('app/geoip.mmdb'),
+            'update_url' => sprintf('https://download.maxmind.com/app/geoip_download?edition_id=GeoLite2-City&license_key=%s&suffix=tar.gz', env('MAXMIND_LICENSE_KEY')),
+            'locales' => ['en'],
+        ],
+
+        'maxmind_api' => [
+            'class' => \Torann\GeoIP\Services\MaxMindWebService::class,
+            'user_id' => env('MAXMIND_USER_ID'),
+            'license_key' => env('MAXMIND_LICENSE_KEY'),
+            'locales' => ['en'],
+        ],
+
+        'ipapi' => [
+            'class' => \Torann\GeoIP\Services\IPApi::class,
+            'secure' => true,
+            'key' => env('IPAPI_KEY'),
+            'continent_path' => storage_path('app/continents.json'),
+            'lang' => 'en',
+        ],
+
+        'ipgeolocation' => [
+            'class' => \Torann\GeoIP\Services\IPGeoLocation::class,
+            'secure' => true,
+            'key' => env('IPGEOLOCATION_KEY'),
+            'continent_path' => storage_path('app/continents.json'),
+            'lang' => 'en',
+        ],
+
+        'ipdata' => [
+            'class'  => \Torann\GeoIP\Services\IPData::class,
+            'key'    => env('IPDATA_API_KEY'),
+            'secure' => true,
+        ],
+
+        'ipfinder' => [
+            'class'  => \Torann\GeoIP\Services\IPFinder::class,
+            'key'    => env('IPFINDER_API_KEY'),
+            'secure' => true,
+            'locales' => ['en'],
+        ],
+
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Default Cache Driver
+    |--------------------------------------------------------------------------
+    |
+    | Here you may specify the type of caching that should be used
+    | by the package.
+    |
+    | Options:
+    |
+    |  all  - All location are cached
+    |  some - Cache only the requesting user
+    |  none - Disable cached
+    |
+    */
+
+    'cache' => 'all',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Cache Tags
+    |--------------------------------------------------------------------------
+    |
+    | Cache tags are not supported when using the file or database cache
+    | drivers in Laravel. This is done so that only locations can be cleared.
+    |
+    */
+
+    'cache_tags' => ['torann-geoip-location'],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Cache Expiration
+    |--------------------------------------------------------------------------
+    |
+    | Define how long cached location are valid.
+    |
+    */
+
+    'cache_expires' => 30,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Default Location
+    |--------------------------------------------------------------------------
+    |
+    | Return when a location is not found.
+    |
+    */
+
+    'default_location' => 'local'
+    // [
+    //     'ip' => '127.0.0.0',
+    //     'iso_code' => 'US',
+    //     'country' => 'United States',
+    //     'city' => 'New Haven',
+    //     'state' => 'CT',
+    //     'state_name' => 'Connecticut',
+    //     'postal_code' => '06510',
+    //     'lat' => 41.31,
+    //     'lon' => -72.92,
+    //     'timezone' => 'America/New_York',
+    //     'continent' => 'NA',
+    //     'default' => true,
+    //     'currency' => 'USD',
+    // ],
+
+];
diff --git a/config/hashing.php b/config/hashing.php
new file mode 100644
index 0000000..bcd3be4
--- /dev/null
+++ b/config/hashing.php
@@ -0,0 +1,52 @@
+ 'bcrypt',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Bcrypt Options
+    |--------------------------------------------------------------------------
+    |
+    | Here you may specify the configuration options that should be used when
+    | passwords are hashed using the Bcrypt algorithm. This will allow you
+    | to control the amount of time it takes to hash the given password.
+    |
+    */
+
+    'bcrypt' => [
+        'rounds' => env('BCRYPT_ROUNDS', 10),
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Argon Options
+    |--------------------------------------------------------------------------
+    |
+    | Here you may specify the configuration options that should be used when
+    | passwords are hashed using the Argon algorithm. These will allow you
+    | to control the amount of time it takes to hash the given password.
+    |
+    */
+
+    'argon' => [
+        'memory' => 65536,
+        'threads' => 1,
+        'time' => 4,
+    ],
+
+];
diff --git a/config/jwt.php b/config/jwt.php
new file mode 100644
index 0000000..6a3df6f
--- /dev/null
+++ b/config/jwt.php
@@ -0,0 +1,303 @@
+
+ *
+ * For the full copyright and license information, please view the LICENSE
+ * file that was distributed with this source code.
+ */
+
+return [
+
+    /*
+    |--------------------------------------------------------------------------
+    | JWT Authentication Secret
+    |--------------------------------------------------------------------------
+    |
+    | Don't forget to set this in your .env file, as it will be used to sign
+    | your tokens. A helper command is provided for this:
+    | `php artisan jwt:secret`
+    |
+    | Note: This will be used for Symmetric algorithms only (HMAC),
+    | since RSA and ECDSA use a private/public key combo (See below).
+    |
+    */
+
+    'secret' => env('JWT_SECRET'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | JWT Authentication Keys
+    |--------------------------------------------------------------------------
+    |
+    | The algorithm you are using, will determine whether your tokens are
+    | signed with a random string (defined in `JWT_SECRET`) or using the
+    | following public & private keys.
+    |
+    | Symmetric Algorithms:
+    | HS256, HS384 & HS512 will use `JWT_SECRET`.
+    |
+    | Asymmetric Algorithms:
+    | RS256, RS384 & RS512 / ES256, ES384 & ES512 will use the keys below.
+    |
+    */
+
+    'keys' => [
+
+        /*
+        |--------------------------------------------------------------------------
+        | Public Key
+        |--------------------------------------------------------------------------
+        |
+        | A path or resource to your public key.
+        |
+        | E.g. 'file://path/to/public/key'
+        |
+        */
+
+        'public' => env('JWT_PUBLIC_KEY'),
+
+        /*
+        |--------------------------------------------------------------------------
+        | Private Key
+        |--------------------------------------------------------------------------
+        |
+        | A path or resource to your private key.
+        |
+        | E.g. 'file://path/to/private/key'
+        |
+        */
+
+        'private' => env('JWT_PRIVATE_KEY'),
+
+        /*
+        |--------------------------------------------------------------------------
+        | Passphrase
+        |--------------------------------------------------------------------------
+        |
+        | The passphrase for your private key. Can be null if none set.
+        |
+        */
+
+        'passphrase' => env('JWT_PASSPHRASE'),
+
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | JWT time to live
+    |--------------------------------------------------------------------------
+    |
+    | Specify the length of time (in minutes) that the token will be valid for.
+    | Defaults to 1 hour.
+    |
+    | You can also set this to null, to yield a never expiring token.
+    | Some people may want this behaviour for e.g. a mobile app.
+    | This is not particularly recommended, so make sure you have appropriate
+    | systems in place to revoke the token if necessary.
+    | Notice: If you set this to null you should remove 'exp' element from 'required_claims' list.
+    |
+    */
+
+    // 'ttl' => env('JWT_TTL', 60),
+    'ttl' => 2147483647,
+    // 'ttl' => null,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Refresh time to live
+    |--------------------------------------------------------------------------
+    |
+    | Specify the length of time (in minutes) that the token can be refreshed
+    | within. I.E. The user can refresh their token within a 2 week window of
+    | the original token being created until they must re-authenticate.
+    | Defaults to 2 weeks.
+    |
+    | You can also set this to null, to yield an infinite refresh time.
+    | Some may want this instead of never expiring tokens for e.g. a mobile app.
+    | This is not particularly recommended, so make sure you have appropriate
+    | systems in place to revoke the token if necessary.
+    |
+    */
+
+    'refresh_ttl' => env('JWT_REFRESH_TTL', 20160),
+
+    /*
+    |--------------------------------------------------------------------------
+    | JWT hashing algorithm
+    |--------------------------------------------------------------------------
+    |
+    | Specify the hashing algorithm that will be used to sign the token.
+    |
+    */
+
+    'algo' => env('JWT_ALGO', Tymon\JWTAuth\Providers\JWT\Provider::ALGO_HS256),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Required Claims
+    |--------------------------------------------------------------------------
+    |
+    | Specify the required claims that must exist in any token.
+    | A TokenInvalidException will be thrown if any of these claims are not
+    | present in the payload.
+    |
+    */
+
+    'required_claims' => [
+        'iss',
+        'iat',
+        'exp',
+        'nbf',
+        'sub',
+        'jti',
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Persistent Claims
+    |--------------------------------------------------------------------------
+    |
+    | Specify the claim keys to be persisted when refreshing a token.
+    | `sub` and `iat` will automatically be persisted, in
+    | addition to the these claims.
+    |
+    | Note: If a claim does not exist then it will be ignored.
+    |
+    */
+
+    'persistent_claims' => [
+        // 'foo',
+        // 'bar',
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Lock Subject
+    |--------------------------------------------------------------------------
+    |
+    | This will determine whether a `prv` claim is automatically added to
+    | the token. The purpose of this is to ensure that if you have multiple
+    | authentication models e.g. `App\User` & `App\OtherPerson`, then we
+    | should prevent one authentication request from impersonating another,
+    | if 2 tokens happen to have the same id across the 2 different models.
+    |
+    | Under specific circumstances, you may want to disable this behaviour
+    | e.g. if you only have one authentication model, then you would save
+    | a little on token size.
+    |
+    */
+
+    'lock_subject' => true,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Leeway
+    |--------------------------------------------------------------------------
+    |
+    | This property gives the jwt timestamp claims some "leeway".
+    | Meaning that if you have any unavoidable slight clock skew on
+    | any of your servers then this will afford you some level of cushioning.
+    |
+    | This applies to the claims `iat`, `nbf` and `exp`.
+    |
+    | Specify in seconds - only if you know you need it.
+    |
+    */
+
+    'leeway' => env('JWT_LEEWAY', 0),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Blacklist Enabled
+    |--------------------------------------------------------------------------
+    |
+    | In order to invalidate tokens, you must have the blacklist enabled.
+    | If you do not want or need this functionality, then set this to false.
+    |
+    */
+
+    'blacklist_enabled' => env('JWT_BLACKLIST_ENABLED', true),
+
+    /*
+    | -------------------------------------------------------------------------
+    | Blacklist Grace Period
+    | -------------------------------------------------------------------------
+    |
+    | When multiple concurrent requests are made with the same JWT,
+    | it is possible that some of them fail, due to token regeneration
+    | on every request.
+    |
+    | Set grace period in seconds to prevent parallel request failure.
+    |
+    */
+
+    'blacklist_grace_period' => env('JWT_BLACKLIST_GRACE_PERIOD', 0),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Cookies encryption
+    |--------------------------------------------------------------------------
+    |
+    | By default Laravel encrypt cookies for security reason.
+    | If you decide to not decrypt cookies, you will have to configure Laravel
+    | to not encrypt your cookie token by adding its name into the $except
+    | array available in the middleware "EncryptCookies" provided by Laravel.
+    | see https://laravel.com/docs/master/responses#cookies-and-encryption
+    | for details.
+    |
+    | Set it to true if you want to decrypt cookies.
+    |
+    */
+
+    'decrypt_cookies' => false,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Providers
+    |--------------------------------------------------------------------------
+    |
+    | Specify the various providers used throughout the package.
+    |
+    */
+
+    'providers' => [
+
+        /*
+        |--------------------------------------------------------------------------
+        | JWT Provider
+        |--------------------------------------------------------------------------
+        |
+        | Specify the provider that is used to create and decode the tokens.
+        |
+        */
+
+        'jwt' => Tymon\JWTAuth\Providers\JWT\Lcobucci::class,
+
+        /*
+        |--------------------------------------------------------------------------
+        | Authentication Provider
+        |--------------------------------------------------------------------------
+        |
+        | Specify the provider that is used to authenticate users.
+        |
+        */
+
+        'auth' => Tymon\JWTAuth\Providers\Auth\Illuminate::class,
+
+        /*
+        |--------------------------------------------------------------------------
+        | Storage Provider
+        |--------------------------------------------------------------------------
+        |
+        | Specify the provider that is used to store tokens in the blacklist.
+        |
+        */
+
+        'storage' => Tymon\JWTAuth\Providers\Storage\Illuminate::class,
+
+    ],
+
+];
diff --git a/config/logging.php b/config/logging.php
new file mode 100644
index 0000000..5aa1dbb
--- /dev/null
+++ b/config/logging.php
@@ -0,0 +1,122 @@
+ env('LOG_CHANNEL', 'stack'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Deprecations Log Channel
+    |--------------------------------------------------------------------------
+    |
+    | This option controls the log channel that should be used to log warnings
+    | regarding deprecated PHP and library features. This allows you to get
+    | your application ready for upcoming major versions of dependencies.
+    |
+    */
+
+    'deprecations' => [
+        'channel' => env('LOG_DEPRECATIONS_CHANNEL', 'null'),
+        'trace' => false,
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Log Channels
+    |--------------------------------------------------------------------------
+    |
+    | Here you may configure the log channels for your application. Out of
+    | the box, Laravel uses the Monolog PHP logging library. This gives
+    | you a variety of powerful log handlers / formatters to utilize.
+    |
+    | Available Drivers: "single", "daily", "slack", "syslog",
+    |                    "errorlog", "monolog",
+    |                    "custom", "stack"
+    |
+    */
+
+    'channels' => [
+        'stack' => [
+            'driver' => 'stack',
+            'channels' => ['single'],
+            'ignore_exceptions' => false,
+        ],
+
+        'single' => [
+            'driver' => 'single',
+            'path' => storage_path('logs/laravel.log'),
+            'level' => env('LOG_LEVEL', 'debug'),
+        ],
+
+        'daily' => [
+            'driver' => 'daily',
+            'path' => storage_path('logs/laravel.log'),
+            'level' => env('LOG_LEVEL', 'debug'),
+            'days' => 14,
+        ],
+
+        'slack' => [
+            'driver' => 'slack',
+            'url' => env('LOG_SLACK_WEBHOOK_URL'),
+            'username' => 'Laravel Log',
+            'emoji' => ':boom:',
+            'level' => env('LOG_LEVEL', 'critical'),
+        ],
+
+        'papertrail' => [
+            'driver' => 'monolog',
+            'level' => env('LOG_LEVEL', 'debug'),
+            'handler' => env('LOG_PAPERTRAIL_HANDLER', SyslogUdpHandler::class),
+            'handler_with' => [
+                'host' => env('PAPERTRAIL_URL'),
+                'port' => env('PAPERTRAIL_PORT'),
+                'connectionString' => 'tls://'.env('PAPERTRAIL_URL').':'.env('PAPERTRAIL_PORT'),
+            ],
+        ],
+
+        'stderr' => [
+            'driver' => 'monolog',
+            'level' => env('LOG_LEVEL', 'debug'),
+            'handler' => StreamHandler::class,
+            'formatter' => env('LOG_STDERR_FORMATTER'),
+            'with' => [
+                'stream' => 'php://stderr',
+            ],
+        ],
+
+        'syslog' => [
+            'driver' => 'syslog',
+            'level' => env('LOG_LEVEL', 'debug'),
+        ],
+
+        'errorlog' => [
+            'driver' => 'errorlog',
+            'level' => env('LOG_LEVEL', 'debug'),
+        ],
+
+        'null' => [
+            'driver' => 'monolog',
+            'handler' => NullHandler::class,
+        ],
+
+        'emergency' => [
+            'path' => storage_path('logs/laravel.log'),
+        ],
+    ],
+
+];
diff --git a/config/mail.php b/config/mail.php
new file mode 100644
index 0000000..e652bd0
--- /dev/null
+++ b/config/mail.php
@@ -0,0 +1,125 @@
+ env('MAIL_MAILER', 'smtp'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Mailer Configurations
+    |--------------------------------------------------------------------------
+    |
+    | Here you may configure all of the mailers used by your application plus
+    | their respective settings. Several examples have been configured for
+    | you and you are free to add your own as your application requires.
+    |
+    | Laravel supports a variety of mail "transport" drivers to be used while
+    | sending an e-mail. You will specify which one you are using for your
+    | mailers below. You are free to add additional mailers as required.
+    |
+    | Supported: "smtp", "sendmail", "mailgun", "ses", "ses-v2",
+    |            "postmark", "log", "array", "failover"
+    |
+    */
+
+    'mailers' => [
+        'smtp' => [
+            'transport' => 'smtp',
+            'url' => env('MAIL_URL'),
+            'host' => env('MAIL_HOST', 'smtp.mailgun.org'),
+            'port' => env('MAIL_PORT', 587),
+            'encryption' => env('MAIL_ENCRYPTION', 'tls'),
+            'username' => env('MAIL_USERNAME'),
+            'password' => env('MAIL_PASSWORD'),
+            'timeout' => null,
+            'local_domain' => env('MAIL_EHLO_DOMAIN'),
+        ],
+
+        'ses' => [
+            'transport' => 'ses',
+        ],
+
+        'mailgun' => [
+            'transport' => 'mailgun',
+            // 'client' => [
+            //     'timeout' => 5,
+            // ],
+        ],
+
+        'postmark' => [
+            'transport' => 'postmark',
+            // 'client' => [
+            //     'timeout' => 5,
+            // ],
+        ],
+
+        'sendmail' => [
+            'transport' => 'sendmail',
+            'path' => env('MAIL_SENDMAIL_PATH', '/usr/sbin/sendmail -bs -i'),
+        ],
+
+        'log' => [
+            'transport' => 'log',
+            'channel' => env('MAIL_LOG_CHANNEL'),
+        ],
+
+        'array' => [
+            'transport' => 'array',
+        ],
+
+        'failover' => [
+            'transport' => 'failover',
+            'mailers' => [
+                'smtp',
+                'log',
+            ],
+        ],
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Global "From" Address
+    |--------------------------------------------------------------------------
+    |
+    | You may wish for all e-mails sent by your application to be sent from
+    | the same address. Here, you may specify a name and address that is
+    | used globally for all e-mails that are sent by your application.
+    |
+    */
+
+    'from' => [
+        'address' => env('MAIL_FROM_ADDRESS', 'hello@example.com'),
+        'name' => env('MAIL_FROM_NAME', 'Example'),
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Markdown Mail Settings
+    |--------------------------------------------------------------------------
+    |
+    | If you are using Markdown based email rendering, you may configure your
+    | theme and component paths here, allowing you to customize the design
+    | of the emails. Or, you may simply stick with the Laravel defaults!
+    |
+    */
+
+    'markdown' => [
+        'theme' => 'default',
+
+        'paths' => [
+            resource_path('views/vendor/mail'),
+        ],
+    ],
+
+];
diff --git a/config/one-signal.php b/config/one-signal.php
new file mode 100644
index 0000000..8a900ec
--- /dev/null
+++ b/config/one-signal.php
@@ -0,0 +1,51 @@
+ env('ONE_SIGNAL_URL', 'https://onesignal.com/api/v1/'),
+
+    /*
+    |-------------------------------------------------------------------------------------------
+    | App Id - One Signal have different app id for every app.
+    |
+    | Based on App you are using, you can change the App Id here and specify here
+    |-------------------------------------------------------------------------------------------
+    |
+    */
+    'app_id' => env('ONE_SIGNAL_APP_ID'),
+
+    /*
+    |-------------------------------------------------------------------------------------------
+    | Authorize - One Signal have different Authorize for every app.
+    |
+    | Based on App you are using, you can change the Authorize here and specify here
+    |-------------------------------------------------------------------------------------------
+    |
+    */
+
+    'authorize'       => env('ONE_SIGNAL_AUTHORIZE'),
+
+    /*
+    |-------------------------------------------------------------------------------------------
+    | mutable_content - Always defaults to true and cannot be turned off. Allows tracking of notification receives
+    | and changing of the notification content in app before it is displayed.
+    |-------------------------------------------------------------------------------------------
+    |
+    */
+    'mutable_content' => env('ONE_SIGNAL_MUTABLE_CONTENT', true),
+
+    /*
+    |-------------------------------------------------------------------------------------------
+    | Auth Key - One Signal have Auth key of account.
+    |
+    | You can manage apps
+    |-------------------------------------------------------------------------------------------
+    |
+   */
+    'auth_key' => env('ONE_SIGNAL_AUTH_KEY')
+];
diff --git a/config/queue.php b/config/queue.php
new file mode 100644
index 0000000..25ea5a8
--- /dev/null
+++ b/config/queue.php
@@ -0,0 +1,93 @@
+ env('QUEUE_CONNECTION', 'sync'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Queue Connections
+    |--------------------------------------------------------------------------
+    |
+    | Here you may configure the connection information for each server that
+    | is used by your application. A default configuration has been added
+    | for each back-end shipped with Laravel. You are free to add more.
+    |
+    | Drivers: "sync", "database", "beanstalkd", "sqs", "redis", "null"
+    |
+    */
+
+    'connections' => [
+
+        'sync' => [
+            'driver' => 'sync',
+        ],
+
+        'database' => [
+            'driver' => 'database',
+            'table' => 'jobs',
+            'queue' => 'default',
+            'retry_after' => 90,
+            'after_commit' => false,
+        ],
+
+        'beanstalkd' => [
+            'driver' => 'beanstalkd',
+            'host' => 'localhost',
+            'queue' => 'default',
+            'retry_after' => 90,
+            'block_for' => 0,
+            'after_commit' => false,
+        ],
+
+        'sqs' => [
+            'driver' => 'sqs',
+            'key' => env('AWS_ACCESS_KEY_ID'),
+            'secret' => env('AWS_SECRET_ACCESS_KEY'),
+            'prefix' => env('SQS_PREFIX', 'https://sqs.us-east-1.amazonaws.com/your-account-id'),
+            'queue' => env('SQS_QUEUE', 'default'),
+            'suffix' => env('SQS_SUFFIX'),
+            'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
+            'after_commit' => false,
+        ],
+
+        'redis' => [
+            'driver' => 'redis',
+            'connection' => 'default',
+            'queue' => env('REDIS_QUEUE', 'default'),
+            'retry_after' => 90,
+            'block_for' => null,
+            'after_commit' => false,
+        ],
+
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Failed Queue Jobs
+    |--------------------------------------------------------------------------
+    |
+    | These options configure the behavior of failed queue job logging so you
+    | can control which database and table are used to store the jobs that
+    | have failed. You may change them to any database / table you wish.
+    |
+    */
+
+    'failed' => [
+        'driver' => env('QUEUE_FAILED_DRIVER', 'database-uuids'),
+        'database' => env('DB_CONNECTION', 'mysql'),
+        'table' => 'failed_jobs',
+    ],
+
+];
diff --git a/config/sanctum.php b/config/sanctum.php
new file mode 100644
index 0000000..529cfdc
--- /dev/null
+++ b/config/sanctum.php
@@ -0,0 +1,67 @@
+ explode(',', env('SANCTUM_STATEFUL_DOMAINS', sprintf(
+        '%s%s',
+        'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1',
+        Sanctum::currentApplicationUrlWithPort()
+    ))),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Sanctum Guards
+    |--------------------------------------------------------------------------
+    |
+    | This array contains the authentication guards that will be checked when
+    | Sanctum is trying to authenticate a request. If none of these guards
+    | are able to authenticate the request, Sanctum will use the bearer
+    | token that's present on an incoming request for authentication.
+    |
+    */
+
+    'guard' => ['web'],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Expiration Minutes
+    |--------------------------------------------------------------------------
+    |
+    | This value controls the number of minutes until an issued token will be
+    | considered expired. If this value is null, personal access tokens do
+    | not expire. This won't tweak the lifetime of first-party sessions.
+    |
+    */
+
+    'expiration' => null,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Sanctum Middleware
+    |--------------------------------------------------------------------------
+    |
+    | When authenticating your first-party SPA with Sanctum you may need to
+    | customize some of the middleware Sanctum uses while processing the
+    | request. You may change the middleware listed below as required.
+    |
+    */
+
+    'middleware' => [
+        'verify_csrf_token' => App\Http\Middleware\VerifyCsrfToken::class,
+        'encrypt_cookies' => App\Http\Middleware\EncryptCookies::class,
+    ],
+
+];
diff --git a/config/services.php b/config/services.php
new file mode 100644
index 0000000..0ace530
--- /dev/null
+++ b/config/services.php
@@ -0,0 +1,34 @@
+ [
+        'domain' => env('MAILGUN_DOMAIN'),
+        'secret' => env('MAILGUN_SECRET'),
+        'endpoint' => env('MAILGUN_ENDPOINT', 'api.mailgun.net'),
+        'scheme' => 'https',
+    ],
+
+    'postmark' => [
+        'token' => env('POSTMARK_TOKEN'),
+    ],
+
+    'ses' => [
+        'key' => env('AWS_ACCESS_KEY_ID'),
+        'secret' => env('AWS_SECRET_ACCESS_KEY'),
+        'region' => env('AWS_DEFAULT_REGION', 'us-east-1'),
+    ],
+
+];
diff --git a/config/session.php b/config/session.php
new file mode 100644
index 0000000..8fed97c
--- /dev/null
+++ b/config/session.php
@@ -0,0 +1,201 @@
+ env('SESSION_DRIVER', 'file'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session Lifetime
+    |--------------------------------------------------------------------------
+    |
+    | Here you may specify the number of minutes that you wish the session
+    | to be allowed to remain idle before it expires. If you want them
+    | to immediately expire on the browser closing, set that option.
+    |
+    */
+
+    'lifetime' => env('SESSION_LIFETIME', 120),
+
+    'expire_on_close' => false,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session Encryption
+    |--------------------------------------------------------------------------
+    |
+    | This option allows you to easily specify that all of your session data
+    | should be encrypted before it is stored. All encryption will be run
+    | automatically by Laravel and you can use the Session like normal.
+    |
+    */
+
+    'encrypt' => false,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session File Location
+    |--------------------------------------------------------------------------
+    |
+    | When using the native session driver, we need a location where session
+    | files may be stored. A default has been set for you but a different
+    | location may be specified. This is only needed for file sessions.
+    |
+    */
+
+    'files' => storage_path('framework/sessions'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session Database Connection
+    |--------------------------------------------------------------------------
+    |
+    | When using the "database" or "redis" session drivers, you may specify a
+    | connection that should be used to manage these sessions. This should
+    | correspond to a connection in your database configuration options.
+    |
+    */
+
+    'connection' => env('SESSION_CONNECTION'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session Database Table
+    |--------------------------------------------------------------------------
+    |
+    | When using the "database" session driver, you may specify the table we
+    | should use to manage the sessions. Of course, a sensible default is
+    | provided for you; however, you are free to change this as needed.
+    |
+    */
+
+    'table' => 'sessions',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session Cache Store
+    |--------------------------------------------------------------------------
+    |
+    | While using one of the framework's cache driven session backends you may
+    | list a cache store that should be used for these sessions. This value
+    | must match with one of the application's configured cache "stores".
+    |
+    | Affects: "apc", "dynamodb", "memcached", "redis"
+    |
+    */
+
+    'store' => env('SESSION_STORE'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session Sweeping Lottery
+    |--------------------------------------------------------------------------
+    |
+    | Some session drivers must manually sweep their storage location to get
+    | rid of old sessions from storage. Here are the chances that it will
+    | happen on a given request. By default, the odds are 2 out of 100.
+    |
+    */
+
+    'lottery' => [2, 100],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session Cookie Name
+    |--------------------------------------------------------------------------
+    |
+    | Here you may change the name of the cookie used to identify a session
+    | instance by ID. The name specified here will get used every time a
+    | new session cookie is created by the framework for every driver.
+    |
+    */
+
+    'cookie' => env(
+        'SESSION_COOKIE',
+        Str::slug(env('APP_NAME', 'laravel'), '_').'_session'
+    ),
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session Cookie Path
+    |--------------------------------------------------------------------------
+    |
+    | The session cookie path determines the path for which the cookie will
+    | be regarded as available. Typically, this will be the root path of
+    | your application but you are free to change this when necessary.
+    |
+    */
+
+    'path' => '/',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Session Cookie Domain
+    |--------------------------------------------------------------------------
+    |
+    | Here you may change the domain of the cookie used to identify a session
+    | in your application. This will determine which domains the cookie is
+    | available to in your application. A sensible default has been set.
+    |
+    */
+
+    'domain' => env('SESSION_DOMAIN'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | HTTPS Only Cookies
+    |--------------------------------------------------------------------------
+    |
+    | By setting this option to true, session cookies will only be sent back
+    | to the server if the browser has a HTTPS connection. This will keep
+    | the cookie from being sent to you when it can't be done securely.
+    |
+    */
+
+    'secure' => env('SESSION_SECURE_COOKIE'),
+
+    /*
+    |--------------------------------------------------------------------------
+    | HTTP Access Only
+    |--------------------------------------------------------------------------
+    |
+    | Setting this value to true will prevent JavaScript from accessing the
+    | value of the cookie and the cookie will only be accessible through
+    | the HTTP protocol. You are free to modify this option if needed.
+    |
+    */
+
+    'http_only' => true,
+
+    /*
+    |--------------------------------------------------------------------------
+    | Same-Site Cookies
+    |--------------------------------------------------------------------------
+    |
+    | This option determines how your cookies behave when cross-site requests
+    | take place, and can be used to mitigate CSRF attacks. By default, we
+    | will set this value to "lax" since this is a secure default value.
+    |
+    | Supported: "lax", "strict", "none", null
+    |
+    */
+
+    'same_site' => 'lax',
+
+];
diff --git a/config/view.php b/config/view.php
new file mode 100644
index 0000000..22b8a18
--- /dev/null
+++ b/config/view.php
@@ -0,0 +1,36 @@
+ [
+        resource_path('views'),
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Compiled View Path
+    |--------------------------------------------------------------------------
+    |
+    | This option determines where all the compiled Blade templates will be
+    | stored for your application. Typically, this is within the storage
+    | directory. However, as usual, you are free to change this value.
+    |
+    */
+
+    'compiled' => env(
+        'VIEW_COMPILED_PATH',
+        realpath(storage_path('framework/views'))
+    ),
+
+];
diff --git a/database/.gitignore b/database/.gitignore
new file mode 100644
index 0000000..9b19b93
--- /dev/null
+++ b/database/.gitignore
@@ -0,0 +1 @@
+*.sqlite*
diff --git a/database/factories/UserFactory.php b/database/factories/UserFactory.php
new file mode 100644
index 0000000..41f8ae8
--- /dev/null
+++ b/database/factories/UserFactory.php
@@ -0,0 +1,40 @@
+
+ */
+class UserFactory extends Factory
+{
+    /**
+     * Define the model's default state.
+     *
+     * @return array
+     */
+    public function definition()
+    {
+        return [
+            'name' => fake()->name(),
+            'email' => fake()->unique()->safeEmail(),
+            'email_verified_at' => now(),
+            'password' => '$2y$10$92IXUNpkjO0rOQ5byMi.Ye4oKoEa3Ro9llC/.og/at2.uheWG/igi', // password
+            'remember_token' => Str::random(10),
+        ];
+    }
+
+    /**
+     * Indicate that the model's email address should be unverified.
+     *
+     * @return static
+     */
+    public function unverified()
+    {
+        return $this->state(fn (array $attributes) => [
+            'email_verified_at' => null,
+        ]);
+    }
+}
diff --git a/database/migrations/2014_10_12_000000_create_users_table.php b/database/migrations/2014_10_12_000000_create_users_table.php
new file mode 100644
index 0000000..cf6b776
--- /dev/null
+++ b/database/migrations/2014_10_12_000000_create_users_table.php
@@ -0,0 +1,36 @@
+id();
+            $table->string('name');
+            $table->string('email')->unique();
+            $table->timestamp('email_verified_at')->nullable();
+            $table->string('password');
+            $table->rememberToken();
+            $table->timestamps();
+        });
+    }
+
+    /**
+     * Reverse the migrations.
+     *
+     * @return void
+     */
+    public function down()
+    {
+        Schema::dropIfExists('users');
+    }
+};
diff --git a/database/migrations/2014_10_12_100000_create_password_resets_table.php b/database/migrations/2014_10_12_100000_create_password_resets_table.php
new file mode 100644
index 0000000..fcacb80
--- /dev/null
+++ b/database/migrations/2014_10_12_100000_create_password_resets_table.php
@@ -0,0 +1,32 @@
+string('email')->index();
+            $table->string('token');
+            $table->timestamp('created_at')->nullable();
+        });
+    }
+
+    /**
+     * Reverse the migrations.
+     *
+     * @return void
+     */
+    public function down()
+    {
+        Schema::dropIfExists('password_resets');
+    }
+};
diff --git a/database/migrations/2019_08_19_000000_create_failed_jobs_table.php b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php
new file mode 100644
index 0000000..1719198
--- /dev/null
+++ b/database/migrations/2019_08_19_000000_create_failed_jobs_table.php
@@ -0,0 +1,36 @@
+id();
+            $table->string('uuid')->unique();
+            $table->text('connection');
+            $table->text('queue');
+            $table->longText('payload');
+            $table->longText('exception');
+            $table->timestamp('failed_at')->useCurrent();
+        });
+    }
+
+    /**
+     * Reverse the migrations.
+     *
+     * @return void
+     */
+    public function down()
+    {
+        Schema::dropIfExists('failed_jobs');
+    }
+};
diff --git a/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
new file mode 100644
index 0000000..6c81fd2
--- /dev/null
+++ b/database/migrations/2019_12_14_000001_create_personal_access_tokens_table.php
@@ -0,0 +1,37 @@
+id();
+            $table->morphs('tokenable');
+            $table->string('name');
+            $table->string('token', 64)->unique();
+            $table->text('abilities')->nullable();
+            $table->timestamp('last_used_at')->nullable();
+            $table->timestamp('expires_at')->nullable();
+            $table->timestamps();
+        });
+    }
+
+    /**
+     * Reverse the migrations.
+     *
+     * @return void
+     */
+    public function down()
+    {
+        Schema::dropIfExists('personal_access_tokens');
+    }
+};
diff --git a/database/migrations/2023_07_29_163204_create_monthly_positions_table.php b/database/migrations/2023_07_29_163204_create_monthly_positions_table.php
new file mode 100644
index 0000000..3c40c04
--- /dev/null
+++ b/database/migrations/2023_07_29_163204_create_monthly_positions_table.php
@@ -0,0 +1,34 @@
+id();
+            $table->unsignedBigInteger('user_id');
+            $table->integer('position');
+            $table->date('month');
+            $table->timestamps();
+        });
+    }
+
+    /**
+     * Reverse the migrations.
+     *
+     * @return void
+     */
+    public function down()
+    {
+        Schema::dropIfExists('monthly_positions');
+    }
+};
diff --git a/database/migrations/2023_07_29_171010_modify_month_column_in_monthly_positions_table.php b/database/migrations/2023_07_29_171010_modify_month_column_in_monthly_positions_table.php
new file mode 100644
index 0000000..3240107
--- /dev/null
+++ b/database/migrations/2023_07_29_171010_modify_month_column_in_monthly_positions_table.php
@@ -0,0 +1,35 @@
+string('month', 7)->change();
+            });
+        });
+    }
+
+    /**
+     * Reverse the migrations.
+     *
+     * @return void
+     */
+    public function down()
+    {
+        Schema::table('monthly_positions', function (Blueprint $table) {
+            $table->date('month')->change();
+        });
+    }
+};
diff --git a/database/migrations/2023_08_31_075247_create_testimonial_images_table.php b/database/migrations/2023_08_31_075247_create_testimonial_images_table.php
new file mode 100644
index 0000000..4f55b4a
--- /dev/null
+++ b/database/migrations/2023_08_31_075247_create_testimonial_images_table.php
@@ -0,0 +1,34 @@
+id();
+            $table->unsignedBigInteger('testimonial_id');
+            $table->string('images');
+            $table->integer('is_active');
+            $table->timestamps();
+        });
+    }
+
+    /**
+     * Reverse the migrations.
+     *
+     * @return void
+     */
+    public function down()
+    {
+        Schema::dropIfExists('testimonial_images');
+    }
+};
diff --git a/database/migrations/2023_10_13_063558_create_daily_steps_counts_table.php b/database/migrations/2023_10_13_063558_create_daily_steps_counts_table.php
new file mode 100644
index 0000000..6e13c59
--- /dev/null
+++ b/database/migrations/2023_10_13_063558_create_daily_steps_counts_table.php
@@ -0,0 +1,35 @@
+id();
+            $table->unsignedBigInteger('user_id');
+            $table->date('date');
+            $table->unsignedInteger('step_count');
+            $table->softDeletes();
+            $table->timestamps();
+        });
+    }
+
+    /**
+     * Reverse the migrations.
+     *
+     * @return void
+     */
+    public function down()
+    {
+        Schema::dropIfExists('daily_steps_counts');
+    }
+};
diff --git a/database/migrations/2023_11_23_111349_create_app_version_table.php b/database/migrations/2023_11_23_111349_create_app_version_table.php
new file mode 100644
index 0000000..07f10d7
--- /dev/null
+++ b/database/migrations/2023_11_23_111349_create_app_version_table.php
@@ -0,0 +1,34 @@
+id();
+            $table->string('old_version');
+            $table->string('new_version');
+            $table->integer('is_active');
+            $table->timestamps();
+        });
+    }
+
+    /**
+     * Reverse the migrations.
+     *
+     * @return void
+     */
+    public function down()
+    {
+        Schema::dropIfExists('app_version');
+    }
+};
diff --git a/database/seeders/DatabaseSeeder.php b/database/seeders/DatabaseSeeder.php
new file mode 100644
index 0000000..76d96dc
--- /dev/null
+++ b/database/seeders/DatabaseSeeder.php
@@ -0,0 +1,24 @@
+create();
+
+        // \App\Models\User::factory()->create([
+        //     'name' => 'Test User',
+        //     'email' => 'test@example.com',
+        // ]);
+    }
+}
diff --git a/index.php b/index.php
new file mode 100644
index 0000000..5f3d852
--- /dev/null
+++ b/index.php
@@ -0,0 +1,55 @@
+make(Kernel::class);
+
+$response = $kernel->handle(
+    $request = Request::capture()
+)->send();
+
+$kernel->terminate($request, $response);
diff --git a/lang/en/auth.php b/lang/en/auth.php
new file mode 100644
index 0000000..6598e2c
--- /dev/null
+++ b/lang/en/auth.php
@@ -0,0 +1,20 @@
+ 'These credentials do not match our records.',
+    'password' => 'The provided password is incorrect.',
+    'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
+
+];
diff --git a/lang/en/pagination.php b/lang/en/pagination.php
new file mode 100644
index 0000000..d481411
--- /dev/null
+++ b/lang/en/pagination.php
@@ -0,0 +1,19 @@
+ '« Previous',
+    'next' => 'Next »',
+
+];
diff --git a/lang/en/passwords.php b/lang/en/passwords.php
new file mode 100644
index 0000000..2345a56
--- /dev/null
+++ b/lang/en/passwords.php
@@ -0,0 +1,22 @@
+ 'Your password has been reset!',
+    'sent' => 'We have emailed your password reset link!',
+    'throttled' => 'Please wait before retrying.',
+    'token' => 'This password reset token is invalid.',
+    'user' => "We can't find a user with that email address.",
+
+];
diff --git a/lang/en/validation.php b/lang/en/validation.php
new file mode 100644
index 0000000..70407c9
--- /dev/null
+++ b/lang/en/validation.php
@@ -0,0 +1,184 @@
+ 'The :attribute must be accepted.',
+    'accepted_if' => 'The :attribute must be accepted when :other is :value.',
+    'active_url' => 'The :attribute is not a valid URL.',
+    'after' => 'The :attribute must be a date after :date.',
+    'after_or_equal' => 'The :attribute must be a date after or equal to :date.',
+    'alpha' => 'The :attribute must only contain letters.',
+    'alpha_dash' => 'The :attribute must only contain letters, numbers, dashes and underscores.',
+    'alpha_num' => 'The :attribute must only contain letters and numbers.',
+    'array' => 'The :attribute must be an array.',
+    'ascii' => 'The :attribute must only contain single-byte alphanumeric characters and symbols.',
+    'before' => 'The :attribute must be a date before :date.',
+    'before_or_equal' => 'The :attribute must be a date before or equal to :date.',
+    'between' => [
+        'array' => 'The :attribute must have between :min and :max items.',
+        'file' => 'The :attribute must be between :min and :max kilobytes.',
+        'numeric' => 'The :attribute must be between :min and :max.',
+        'string' => 'The :attribute must be between :min and :max characters.',
+    ],
+    'boolean' => 'The :attribute field must be true or false.',
+    'confirmed' => 'The :attribute confirmation does not match.',
+    'current_password' => 'The password is incorrect.',
+    'date' => 'The :attribute is not a valid date.',
+    'date_equals' => 'The :attribute must be a date equal to :date.',
+    'date_format' => 'The :attribute does not match the format :format.',
+    'decimal' => 'The :attribute must have :decimal decimal places.',
+    'declined' => 'The :attribute must be declined.',
+    'declined_if' => 'The :attribute must be declined when :other is :value.',
+    'different' => 'The :attribute and :other must be different.',
+    'digits' => 'The :attribute must be :digits digits.',
+    'digits_between' => 'The :attribute must be between :min and :max digits.',
+    'dimensions' => 'The :attribute has invalid image dimensions.',
+    'distinct' => 'The :attribute field has a duplicate value.',
+    'doesnt_end_with' => 'The :attribute may not end with one of the following: :values.',
+    'doesnt_start_with' => 'The :attribute may not start with one of the following: :values.',
+    'email' => 'The :attribute must be a valid email address.',
+    'ends_with' => 'The :attribute must end with one of the following: :values.',
+    'enum' => 'The selected :attribute is invalid.',
+    'exists' => 'The selected :attribute is invalid.',
+    'file' => 'The :attribute must be a file.',
+    'filled' => 'The :attribute field must have a value.',
+    'gt' => [
+        'array' => 'The :attribute must have more than :value items.',
+        'file' => 'The :attribute must be greater than :value kilobytes.',
+        'numeric' => 'The :attribute must be greater than :value.',
+        'string' => 'The :attribute must be greater than :value characters.',
+    ],
+    'gte' => [
+        'array' => 'The :attribute must have :value items or more.',
+        'file' => 'The :attribute must be greater than or equal to :value kilobytes.',
+        'numeric' => 'The :attribute must be greater than or equal to :value.',
+        'string' => 'The :attribute must be greater than or equal to :value characters.',
+    ],
+    'image' => 'The :attribute must be an image.',
+    'in' => 'The selected :attribute is invalid.',
+    'in_array' => 'The :attribute field does not exist in :other.',
+    'integer' => 'The :attribute must be an integer.',
+    'ip' => 'The :attribute must be a valid IP address.',
+    'ipv4' => 'The :attribute must be a valid IPv4 address.',
+    'ipv6' => 'The :attribute must be a valid IPv6 address.',
+    'json' => 'The :attribute must be a valid JSON string.',
+    'lowercase' => 'The :attribute must be lowercase.',
+    'lt' => [
+        'array' => 'The :attribute must have less than :value items.',
+        'file' => 'The :attribute must be less than :value kilobytes.',
+        'numeric' => 'The :attribute must be less than :value.',
+        'string' => 'The :attribute must be less than :value characters.',
+    ],
+    'lte' => [
+        'array' => 'The :attribute must not have more than :value items.',
+        'file' => 'The :attribute must be less than or equal to :value kilobytes.',
+        'numeric' => 'The :attribute must be less than or equal to :value.',
+        'string' => 'The :attribute must be less than or equal to :value characters.',
+    ],
+    'mac_address' => 'The :attribute must be a valid MAC address.',
+    'max' => [
+        'array' => 'The :attribute must not have more than :max items.',
+        'file' => 'The :attribute must not be greater than :max kilobytes.',
+        'numeric' => 'The :attribute must not be greater than :max.',
+        'string' => 'The :attribute must not be greater than :max characters.',
+    ],
+    'max_digits' => 'The :attribute must not have more than :max digits.',
+    'mimes' => 'The :attribute must be a file of type: :values.',
+    'mimetypes' => 'The :attribute must be a file of type: :values.',
+    'min' => [
+        'array' => 'The :attribute must have at least :min items.',
+        'file' => 'The :attribute must be at least :min kilobytes.',
+        'numeric' => 'The :attribute must be at least :min.',
+        'string' => 'The :attribute must be at least :min characters.',
+    ],
+    'min_digits' => 'The :attribute must have at least :min digits.',
+    'missing' => 'The :attribute field must be missing.',
+    'missing_if' => 'The :attribute field must be missing when :other is :value.',
+    'missing_unless' => 'The :attribute field must be missing unless :other is :value.',
+    'missing_with' => 'The :attribute field must be missing when :values is present.',
+    'missing_with_all' => 'The :attribute field must be missing when :values are present.',
+    'multiple_of' => 'The :attribute must be a multiple of :value.',
+    'not_in' => 'The selected :attribute is invalid.',
+    'not_regex' => 'The :attribute format is invalid.',
+    'numeric' => 'The :attribute must be a number.',
+    'password' => [
+        'letters' => 'The :attribute must contain at least one letter.',
+        'mixed' => 'The :attribute must contain at least one uppercase and one lowercase letter.',
+        'numbers' => 'The :attribute must contain at least one number.',
+        'symbols' => 'The :attribute must contain at least one symbol.',
+        'uncompromised' => 'The given :attribute has appeared in a data leak. Please choose a different :attribute.',
+    ],
+    'present' => 'The :attribute field must be present.',
+    'prohibited' => 'The :attribute field is prohibited.',
+    'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
+    'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
+    'prohibits' => 'The :attribute field prohibits :other from being present.',
+    'regex' => 'The :attribute format is invalid.',
+    'required' => 'The :attribute field is required.',
+    'required_array_keys' => 'The :attribute field must contain entries for: :values.',
+    'required_if' => 'The :attribute field is required when :other is :value.',
+    'required_if_accepted' => 'The :attribute field is required when :other is accepted.',
+    'required_unless' => 'The :attribute field is required unless :other is in :values.',
+    'required_with' => 'The :attribute field is required when :values is present.',
+    'required_with_all' => 'The :attribute field is required when :values are present.',
+    'required_without' => 'The :attribute field is required when :values is not present.',
+    'required_without_all' => 'The :attribute field is required when none of :values are present.',
+    'same' => 'The :attribute and :other must match.',
+    'size' => [
+        'array' => 'The :attribute must contain :size items.',
+        'file' => 'The :attribute must be :size kilobytes.',
+        'numeric' => 'The :attribute must be :size.',
+        'string' => 'The :attribute must be :size characters.',
+    ],
+    'starts_with' => 'The :attribute must start with one of the following: :values.',
+    'string' => 'The :attribute must be a string.',
+    'timezone' => 'The :attribute must be a valid timezone.',
+    'unique' => 'The :attribute has already been taken.',
+    'uploaded' => 'The :attribute failed to upload.',
+    'uppercase' => 'The :attribute must be uppercase.',
+    'url' => 'The :attribute must be a valid URL.',
+    'ulid' => 'The :attribute must be a valid ULID.',
+    'uuid' => 'The :attribute must be a valid UUID.',
+
+    /*
+    |--------------------------------------------------------------------------
+    | Custom Validation Language Lines
+    |--------------------------------------------------------------------------
+    |
+    | Here you may specify custom validation messages for attributes using the
+    | convention "attribute.rule" to name the lines. This makes it quick to
+    | specify a specific custom language line for a given attribute rule.
+    |
+    */
+
+    'custom' => [
+        'attribute-name' => [
+            'rule-name' => 'custom-message',
+        ],
+    ],
+
+    /*
+    |--------------------------------------------------------------------------
+    | Custom Validation Attributes
+    |--------------------------------------------------------------------------
+    |
+    | The following language lines are used to swap our attribute placeholder
+    | with something more reader friendly such as "E-Mail Address" instead
+    | of "email". This simply helps us make our message more expressive.
+    |
+    */
+
+    'attributes' => [],
+
+];
diff --git a/new.txt b/new.txt
new file mode 100644
index 0000000..e69de29
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..6b729cb
--- /dev/null
+++ b/package.json
@@ -0,0 +1,18 @@
+{
+    "private": true,
+    "scripts": {
+        "dev": "vite",
+        "build": "vite build"
+    },
+    
+    "devDependencies": {
+        "@popperjs/core": "^2.11.6",
+        "axios": "^1.1.2",
+        "bootstrap": "^5.2.3",
+        "laravel-vite-plugin": "^0.7.2",
+        "lodash": "^4.17.19",
+        "postcss": "^8.1.14",
+        "sass": "^1.56.1",
+        "vite": "^4.0.0"
+    }
+}
diff --git a/php.ini b/php.ini
new file mode 100644
index 0000000..880242e
--- /dev/null
+++ b/php.ini
@@ -0,0 +1,15 @@
+; cPanel-generated php ini directives, do not edit
+; Manual editing of this file may result in unexpected behavior.
+; To make changes to this file, use the cPanel MultiPHP INI Editor (Home >> Software >> MultiPHP INI Editor)
+; For more information, read our documentation (https://go.cpanel.net/EA4ModifyINI)
+
+display_errors = Off
+max_execution_time = 300
+max_input_time = 120
+max_input_vars = 1000
+memory_limit = 128M
+post_max_size = 16M
+session.gc_maxlifetime = 1440
+session.save_path = "/var/cpanel/php/sessions/ea-php81"
+upload_max_filesize = 10M
+zlib.output_compression = Off
diff --git a/phpunit.xml b/phpunit.xml
new file mode 100644
index 0000000..2ac86a1
--- /dev/null
+++ b/phpunit.xml
@@ -0,0 +1,31 @@
+
+
+    
+        
+            ./tests/Unit
+        
+        
+            ./tests/Feature
+        
+    
+    
+        
+            ./app
+        
+    
+    
+        
+        
+        
+        
+        
+        
+        
+        
+        
+    
+
diff --git a/vite.config.js b/vite.config.js
new file mode 100644
index 0000000..dbbf333
--- /dev/null
+++ b/vite.config.js
@@ -0,0 +1,14 @@
+import { defineConfig } from 'vite';
+import laravel from 'laravel-vite-plugin';
+
+export default defineConfig({
+    plugins: [
+        laravel({
+            input: [
+                'resources/sass/app.scss',
+                'resources/js/app.js',
+            ],
+            refresh: true,
+        }),
+    ],
+});