[2024-03-22 06:55:22] local.INFO: array (
  'id' => 8,
  'makeup_package_header' => 'EMPIRE APPLE PACKAGE',
  'makeup_duration_name' => 'DURATION',
  'makeup_duration_days' => 'ONE DAY
TWO DAY',
  'makeup_service_name' => 'SERVICES',
  'makeup_service_content' => 'KRYOLAN AIR BRUSH MAKEUP FULL BRIDAL JEWEL SET
FRESH FLOWER (2 THINDU)
HAIR DRESSING
SAREE DRAPING',
  'makeup_complimentary_name' => 'COMPLIMENTARY SERVICES',
  'makeup_complimentary_service' => 'nithish',
)  
[2024-03-22 06:56:28] local.INFO: array (
  'id' => 8,
  'makeup_package_header' => 'EMPIRE APPLE PACKAGE',
  'makeup_duration_name' => 'DURATION',
  'makeup_duration_days' => 'ONE DAY
TWO DAY',
  'makeup_service_name' => 'SERVICES',
  'makeup_service_content' => 'KRYOLAN AIR BRUSH MAKEUP FULL BRIDAL JEWEL SET
FRESH FLOWER (2 THINDU)
HAIR DRESSING
SAREE DRAPING',
  'makeup_complimentary_name' => 'COMPLIMENTARY SERVICES',
  'makeup_complimentary_service' => 'nithish',
)  
[2024-03-22 07:48:53] local.ERROR: SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'bride_gold_package' cannot be null (SQL: update `brindal_bride_makeup` set `bride_gold_package` = ?, `bride_gold_package_service` = ?, `bride_diamond_package` = ?, `bride_diamond_package_service` = ?, `brindal_bride_makeup`.`updated_at` = 2024-03-22 07:48:52 where `id` = 9) {"exception":"[object] (Illuminate\\Database\\QueryException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'bride_gold_package' cannot be null (SQL: update `brindal_bride_makeup` set `bride_gold_package` = ?, `bride_gold_package_service` = ?, `bride_diamond_package` = ?, `bride_diamond_package_service` = ?, `brindal_bride_makeup`.`updated_at` = 2024-03-22 07:48:52 where `id` = 9) at /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php:760)
[stacktrace]
#0 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php(720): Illuminate\\Database\\Connection->runQueryCallback()
#1 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php(558): Illuminate\\Database\\Connection->run()
#2 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php(510): Illuminate\\Database\\Connection->affectingStatement()
#3 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3356): Illuminate\\Database\\Connection->update()
#4 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1011): Illuminate\\Database\\Query\\Builder->update()
#5 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1214): Illuminate\\Database\\Eloquent\\Builder->update()
#6 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1131): Illuminate\\Database\\Eloquent\\Model->performUpdate()
#7 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/app/Http/Controllers/BrindalBrideMakeupController.php(55): Illuminate\\Database\\Eloquent\\Model->save()
#8 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\BrindalBrideMakeupController->updateBrindalBrideMakeup()
#9 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#10 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Route.php(259): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#11 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#12 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(798): Illuminate\\Routing\\Route->run()
#13 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(141): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#14 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#15 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#16 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#17 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(92): Illuminate\\Routing\\Middleware\\ThrottleRequests->handleRequest()
#18 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(54): Illuminate\\Routing\\Middleware\\ThrottleRequests->handleRequestUsingNamedLimiter()
#19 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Middleware\\ThrottleRequests->handle()
#20 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(116): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#21 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(797): Illuminate\\Pipeline\\Pipeline->then()
#22 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(776): Illuminate\\Routing\\Router->runRouteWithinStack()
#23 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(740): Illuminate\\Routing\\Router->runRoute()
#24 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(729): Illuminate\\Routing\\Router->dispatchToRoute()
#25 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(190): Illuminate\\Routing\\Router->dispatch()
#26 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(141): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#27 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#28 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#29 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#30 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#31 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#32 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#33 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#34 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle()
#35 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#37 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(62): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#38 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Http\\Middleware\\HandleCors->handle()
#39 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#41 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(116): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#42 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(165): Illuminate\\Pipeline\\Pipeline->then()
#43 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(134): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#44 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/public/index.php(51): Illuminate\\Foundation\\Http\\Kernel->handle()
#45 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...')
#46 {main}

[previous exception] [object] (PDOException(code: 23000): SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'bride_gold_package' cannot be null at /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php:570)
[stacktrace]
#0 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php(570): PDOStatement->execute()
#1 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php(753): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}()
#2 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php(720): Illuminate\\Database\\Connection->runQueryCallback()
#3 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php(558): Illuminate\\Database\\Connection->run()
#4 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Connection.php(510): Illuminate\\Database\\Connection->affectingStatement()
#5 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Query/Builder.php(3356): Illuminate\\Database\\Connection->update()
#6 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Builder.php(1011): Illuminate\\Database\\Query\\Builder->update()
#7 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1214): Illuminate\\Database\\Eloquent\\Builder->update()
#8 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Database/Eloquent/Model.php(1131): Illuminate\\Database\\Eloquent\\Model->performUpdate()
#9 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/app/Http/Controllers/BrindalBrideMakeupController.php(55): Illuminate\\Database\\Eloquent\\Model->save()
#10 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Controller.php(54): App\\Http\\Controllers\\BrindalBrideMakeupController->updateBrindalBrideMakeup()
#11 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php(43): Illuminate\\Routing\\Controller->callAction()
#12 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Route.php(259): Illuminate\\Routing\\ControllerDispatcher->dispatch()
#13 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Route.php(205): Illuminate\\Routing\\Route->runController()
#14 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(798): Illuminate\\Routing\\Route->run()
#15 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(141): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}()
#16 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#17 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle()
#18 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(126): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#19 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(92): Illuminate\\Routing\\Middleware\\ThrottleRequests->handleRequest()
#20 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Middleware/ThrottleRequests.php(54): Illuminate\\Routing\\Middleware\\ThrottleRequests->handleRequestUsingNamedLimiter()
#21 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Routing\\Middleware\\ThrottleRequests->handle()
#22 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(116): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#23 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(797): Illuminate\\Pipeline\\Pipeline->then()
#24 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(776): Illuminate\\Routing\\Router->runRouteWithinStack()
#25 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(740): Illuminate\\Routing\\Router->runRoute()
#26 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Routing/Router.php(729): Illuminate\\Routing\\Router->dispatchToRoute()
#27 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(190): Illuminate\\Routing\\Router->dispatch()
#28 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(141): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}()
#29 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#30 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#31 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle()
#32 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#33 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(40): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle()
#34 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle()
#35 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#36 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Middleware\\ValidatePostSize->handle()
#37 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(86): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#38 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle()
#39 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(62): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#40 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Http\\Middleware\\HandleCors->handle()
#41 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(39): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#42 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(180): Illuminate\\Http\\Middleware\\TrustProxies->handle()
#43 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(116): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}()
#44 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(165): Illuminate\\Pipeline\\Pipeline->then()
#45 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(134): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter()
#46 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/public/index.php(51): Illuminate\\Foundation\\Http\\Kernel->handle()
#47 /opt/projects/project_Nithish/Apple_beauty_care/New_lattest_drive_api_22-3-2024/apple_beautycate_api_latest/apple_beautycate_api/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...')
#48 {main}
"} 
