diff --git a/app/Livewire/System/Jcps/JCPCreateForm.php b/app/Livewire/System/Jcps/JCPCreateForm.php index 7b9ccba..592558d 100644 --- a/app/Livewire/System/Jcps/JCPCreateForm.php +++ b/app/Livewire/System/Jcps/JCPCreateForm.php @@ -7,11 +7,40 @@ class JCPCreateForm extends Component { + public $currentPage = 1; + public $positionTitle = ''; public $jobGrade = ''; public $jobPurpose = ''; public $isActive = ''; + // Page information + public $pages = [ + 1 => [ + 'title' => 'Job Competency Profile Information', + 'description' => 'Make sure the information you enter coresponds to the Job Description.', + ], + 2 => [ + 'title' => 'Prerequisite Information', + 'description' => 'Enter the information regarding required qualifications,certifications and/or licenses.', + ], + 3 => [ + 'title' => 'Skills Information', + 'description' => 'Enter the information regarding required skills and abilities.', + ], + + ]; + + public function nextPage() + { + $this->currentPage++; + } + + public function previousPage() + { + $this->currentPage--; + } + public function save() { jcp::create( diff --git a/resources/views/components/action-section.blade.php b/resources/views/components/action-section.blade.php index ad8b077..b5e36cb 100644 --- a/resources/views/components/action-section.blade.php +++ b/resources/views/components/action-section.blade.php @@ -5,7 +5,7 @@
-
+
{{ $content }}
diff --git a/resources/views/components/form-section.blade.php b/resources/views/components/form-section.blade.php index a53926b..5db697d 100644 --- a/resources/views/components/form-section.blade.php +++ b/resources/views/components/form-section.blade.php @@ -8,14 +8,14 @@
-
+
{{ $form }}
@if (isset($actions)) -
+
{{ $actions }}
@endif diff --git a/resources/views/components/input.blade.php b/resources/views/components/input.blade.php index 7779a13..a62845b 100644 --- a/resources/views/components/input.blade.php +++ b/resources/views/components/input.blade.php @@ -1,3 +1,3 @@ @props(['disabled' => false]) -merge(['class' => 'border-gray-300 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-300 focus:border-indigo-500 dark:focus:border-indigo-600 focus:ring-indigo-500 dark:focus:ring-indigo-600 rounded-md shadow-sm']) !!}> +merge(['class' => 'border-gray-300 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-300 focus:border-fuchsia-500 dark:focus:border-fuchsia-600 focus:ring-fuchsia-500 dark:focus:ring-fuchsia-600 rounded-md shadow-sm']) !!}> diff --git a/resources/views/directories/jcp/create.blade.php b/resources/views/directories/jcp/create.blade.php index 764464f..fc5be99 100644 --- a/resources/views/directories/jcp/create.blade.php +++ b/resources/views/directories/jcp/create.blade.php @@ -4,7 +4,7 @@ {{ __('Create JCP') }} -
+
@livewire('system.jcps.j-c-p-create-form')
diff --git a/resources/views/livewire/system/jcps/j-c-p-create-form.blade.php b/resources/views/livewire/system/jcps/j-c-p-create-form.blade.php index 3ae2dc0..ddc1660 100644 --- a/resources/views/livewire/system/jcps/j-c-p-create-form.blade.php +++ b/resources/views/livewire/system/jcps/j-c-p-create-form.blade.php @@ -1,35 +1,91 @@ - -
-
-
- - -
-
- - -
+ + + {{ $pages[$currentPage]['title'] }} + + + + {{$pages[$currentPage]['description']}} + + + + @if ($currentPage === 1) + + + + + +
+ + + + + +
+
+ + + +
-
-
- - -
-
- - -
-
-
- -
- -
+
+ +
+ +
+ + +
+ +
+ + + +
+ @endif + + + + + @if ($currentPage === 1) + + @else + + {{ __('Previous') }} + + @endif -
+ @if($currentPage === count($pages)) + + {{ __('Register JCP') }} + + @else + + {{ __('Next') }} + - - + @endif +
+
diff --git a/storage/framework/views/93065f89689f3311f6f32306ee3674d8.php b/storage/framework/views/93065f89689f3311f6f32306ee3674d8.php index 564859e..84dd7f6 100644 --- a/storage/framework/views/93065f89689f3311f6f32306ee3674d8.php +++ b/storage/framework/views/93065f89689f3311f6f32306ee3674d8.php @@ -12,5 +12,5 @@ } ?> - merge(['class' => 'border-gray-300 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-300 focus:border-indigo-500 dark:focus:border-indigo-600 focus:ring-indigo-500 dark:focus:ring-indigo-600 rounded-md shadow-sm']); ?>> + merge(['class' => 'border-gray-300 dark:border-gray-700 dark:bg-gray-900 dark:text-gray-300 focus:border-fuchsia-500 dark:focus:border-fuchsia-600 focus:ring-fuchsia-500 dark:focus:ring-fuchsia-600 rounded-md shadow-sm']); ?>> \ No newline at end of file diff --git a/storage/logs/laravel.log b/storage/logs/laravel.log index f9acd31..7137f20 100644 --- a/storage/logs/laravel.log +++ b/storage/logs/laravel.log @@ -62274,3 +62274,489 @@ Stack trace: #51 /home/wings/Telecom/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...') #52 {main} "} +[2024-04-05 13:52:05] local.ERROR: Property [$user] not found on component: [system.jcps.j-c-p-create-form] {"userId":11,"exception":"[object] (Livewire\\Exceptions\\PropertyNotFoundException(code: 0): Property [$user] not found on component: [system.jcps.j-c-p-create-form] at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Component.php:105) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/d2e40e813902f8ea96a2356535a872e3.php(61): Livewire\\Component->__get() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...') +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App\\Livewire\\System\\Jcps\\JCPCreateForm->Livewire\\Mechanisms\\ExtendBlade\\{closure}() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate\\View\\Engines\\CompilerEngine->get() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(239): Illuminate\\View\\View->render() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(283): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->Livewire\\Mechanisms\\HandleComponents\\{closure}() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(231): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->trackInRenderStack() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(52): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->render() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/LivewireManager.php(72): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->mount() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/3d57339798c7114a8840296fe2673873.php(25): Livewire\\LivewireManager->mount() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...') +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate\\View\\Engines\\PhpEngine->evaluatePath() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate\\View\\Engines\\CompilerEngine->get() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(70): Illuminate\\View\\View->render() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(918): Illuminate\\Http\\Response->__construct() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(885): Illuminate\\Routing\\Router::toResponse() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Routing\\Router->prepareResponse() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\EnsureEmailIsVerified->handle() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\AuthenticateSession->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(64): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\Authenticate->handle() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(81): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\StartSession->handle() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(75): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle() +#48 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#49 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Pipeline\\Pipeline->then() +#50 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(784): Illuminate\\Routing\\Router->runRouteWithinStack() +#51 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(748): Illuminate\\Routing\\Router->runRoute() +#52 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(737): Illuminate\\Routing\\Router->dispatchToRoute() +#53 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch() +#54 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}() +#55 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#56 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle() +#57 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#58 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#59 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle() +#60 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#61 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(50): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#62 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle() +#63 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#64 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\ValidatePostSize->handle() +#65 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#66 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle() +#67 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#68 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\HandleCors->handle() +#69 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(57): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#70 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\TrustProxies->handle() +#71 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#72 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then() +#73 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter() +#74 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1168): Illuminate\\Foundation\\Http\\Kernel->handle() +#75 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest() +#76 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...') +#77 {main} +"} +[2024-04-05 13:52:08] local.ERROR: Property [$user] not found on component: [system.jcps.j-c-p-create-form] {"userId":11,"exception":"[object] (Livewire\\Exceptions\\PropertyNotFoundException(code: 0): Property [$user] not found on component: [system.jcps.j-c-p-create-form] at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Component.php:105) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/d2e40e813902f8ea96a2356535a872e3.php(61): Livewire\\Component->__get() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...') +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App\\Livewire\\System\\Jcps\\JCPCreateForm->Livewire\\Mechanisms\\ExtendBlade\\{closure}() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate\\View\\Engines\\CompilerEngine->get() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(239): Illuminate\\View\\View->render() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(283): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->Livewire\\Mechanisms\\HandleComponents\\{closure}() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(231): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->trackInRenderStack() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(52): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->render() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/LivewireManager.php(72): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->mount() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/3d57339798c7114a8840296fe2673873.php(25): Livewire\\LivewireManager->mount() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...') +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate\\View\\Engines\\PhpEngine->evaluatePath() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate\\View\\Engines\\CompilerEngine->get() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(70): Illuminate\\View\\View->render() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(918): Illuminate\\Http\\Response->__construct() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(885): Illuminate\\Routing\\Router::toResponse() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Routing\\Router->prepareResponse() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\EnsureEmailIsVerified->handle() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\AuthenticateSession->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(64): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\Authenticate->handle() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(81): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\StartSession->handle() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(75): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle() +#48 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#49 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Pipeline\\Pipeline->then() +#50 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(784): Illuminate\\Routing\\Router->runRouteWithinStack() +#51 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(748): Illuminate\\Routing\\Router->runRoute() +#52 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(737): Illuminate\\Routing\\Router->dispatchToRoute() +#53 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch() +#54 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}() +#55 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#56 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle() +#57 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#58 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#59 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle() +#60 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#61 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(50): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#62 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle() +#63 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#64 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\ValidatePostSize->handle() +#65 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#66 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle() +#67 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#68 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\HandleCors->handle() +#69 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(57): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#70 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\TrustProxies->handle() +#71 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#72 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then() +#73 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter() +#74 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1168): Illuminate\\Foundation\\Http\\Kernel->handle() +#75 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest() +#76 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...') +#77 {main} +"} +[2024-04-05 13:52:24] local.ERROR: Property [$user] not found on component: [system.jcps.j-c-p-create-form] {"userId":11,"exception":"[object] (Livewire\\Exceptions\\PropertyNotFoundException(code: 0): Property [$user] not found on component: [system.jcps.j-c-p-create-form] at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Component.php:105) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/d2e40e813902f8ea96a2356535a872e3.php(61): Livewire\\Component->__get() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...') +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App\\Livewire\\System\\Jcps\\JCPCreateForm->Livewire\\Mechanisms\\ExtendBlade\\{closure}() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate\\View\\Engines\\CompilerEngine->get() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(239): Illuminate\\View\\View->render() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(283): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->Livewire\\Mechanisms\\HandleComponents\\{closure}() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(231): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->trackInRenderStack() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(52): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->render() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/LivewireManager.php(72): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->mount() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/3d57339798c7114a8840296fe2673873.php(25): Livewire\\LivewireManager->mount() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...') +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate\\View\\Engines\\PhpEngine->evaluatePath() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate\\View\\Engines\\CompilerEngine->get() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(70): Illuminate\\View\\View->render() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(918): Illuminate\\Http\\Response->__construct() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(885): Illuminate\\Routing\\Router::toResponse() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Routing\\Router->prepareResponse() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\EnsureEmailIsVerified->handle() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\AuthenticateSession->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(64): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\Authenticate->handle() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(81): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\StartSession->handle() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(75): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle() +#48 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#49 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Pipeline\\Pipeline->then() +#50 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(784): Illuminate\\Routing\\Router->runRouteWithinStack() +#51 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(748): Illuminate\\Routing\\Router->runRoute() +#52 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(737): Illuminate\\Routing\\Router->dispatchToRoute() +#53 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch() +#54 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}() +#55 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#56 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle() +#57 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#58 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#59 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle() +#60 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#61 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(50): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#62 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle() +#63 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#64 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\ValidatePostSize->handle() +#65 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#66 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle() +#67 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#68 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\HandleCors->handle() +#69 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(57): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#70 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\TrustProxies->handle() +#71 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#72 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then() +#73 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter() +#74 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1168): Illuminate\\Foundation\\Http\\Kernel->handle() +#75 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest() +#76 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...') +#77 {main} +"} +[2024-04-05 13:52:26] local.ERROR: Property [$user] not found on component: [system.jcps.j-c-p-create-form] {"userId":11,"exception":"[object] (Livewire\\Exceptions\\PropertyNotFoundException(code: 0): Property [$user] not found on component: [system.jcps.j-c-p-create-form] at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Component.php:105) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/d2e40e813902f8ea96a2356535a872e3.php(61): Livewire\\Component->__get() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...') +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App\\Livewire\\System\\Jcps\\JCPCreateForm->Livewire\\Mechanisms\\ExtendBlade\\{closure}() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate\\View\\Engines\\CompilerEngine->get() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(239): Illuminate\\View\\View->render() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(283): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->Livewire\\Mechanisms\\HandleComponents\\{closure}() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(231): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->trackInRenderStack() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(52): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->render() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/LivewireManager.php(72): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->mount() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/3d57339798c7114a8840296fe2673873.php(25): Livewire\\LivewireManager->mount() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...') +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate\\View\\Engines\\PhpEngine->evaluatePath() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate\\View\\Engines\\CompilerEngine->get() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(70): Illuminate\\View\\View->render() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(918): Illuminate\\Http\\Response->__construct() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(885): Illuminate\\Routing\\Router::toResponse() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Routing\\Router->prepareResponse() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\EnsureEmailIsVerified->handle() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\AuthenticateSession->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(64): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\Authenticate->handle() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(81): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\StartSession->handle() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(75): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle() +#48 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#49 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Pipeline\\Pipeline->then() +#50 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(784): Illuminate\\Routing\\Router->runRouteWithinStack() +#51 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(748): Illuminate\\Routing\\Router->runRoute() +#52 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(737): Illuminate\\Routing\\Router->dispatchToRoute() +#53 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch() +#54 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}() +#55 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#56 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle() +#57 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#58 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#59 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle() +#60 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#61 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(50): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#62 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle() +#63 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#64 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\ValidatePostSize->handle() +#65 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#66 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle() +#67 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#68 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\HandleCors->handle() +#69 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(57): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#70 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\TrustProxies->handle() +#71 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#72 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then() +#73 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter() +#74 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1168): Illuminate\\Foundation\\Http\\Kernel->handle() +#75 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest() +#76 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...') +#77 {main} +"} +[2024-04-05 13:52:41] local.ERROR: Property [$user] not found on component: [system.jcps.j-c-p-create-form] {"userId":11,"exception":"[object] (Livewire\\Exceptions\\PropertyNotFoundException(code: 0): Property [$user] not found on component: [system.jcps.j-c-p-create-form] at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Component.php:105) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/d2e40e813902f8ea96a2356535a872e3.php(61): Livewire\\Component->__get() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...') +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App\\Livewire\\System\\Jcps\\JCPCreateForm->Livewire\\Mechanisms\\ExtendBlade\\{closure}() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate\\View\\Engines\\CompilerEngine->get() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(239): Illuminate\\View\\View->render() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(283): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->Livewire\\Mechanisms\\HandleComponents\\{closure}() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(231): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->trackInRenderStack() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(52): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->render() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/LivewireManager.php(72): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->mount() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/3d57339798c7114a8840296fe2673873.php(25): Livewire\\LivewireManager->mount() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...') +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate\\View\\Engines\\PhpEngine->evaluatePath() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate\\View\\Engines\\CompilerEngine->get() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(70): Illuminate\\View\\View->render() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(918): Illuminate\\Http\\Response->__construct() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(885): Illuminate\\Routing\\Router::toResponse() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Routing\\Router->prepareResponse() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\EnsureEmailIsVerified->handle() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\AuthenticateSession->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(64): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\Authenticate->handle() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(81): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\StartSession->handle() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(75): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle() +#48 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#49 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Pipeline\\Pipeline->then() +#50 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(784): Illuminate\\Routing\\Router->runRouteWithinStack() +#51 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(748): Illuminate\\Routing\\Router->runRoute() +#52 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(737): Illuminate\\Routing\\Router->dispatchToRoute() +#53 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch() +#54 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}() +#55 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#56 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle() +#57 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#58 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#59 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle() +#60 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#61 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(50): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#62 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle() +#63 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#64 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\ValidatePostSize->handle() +#65 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#66 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle() +#67 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#68 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\HandleCors->handle() +#69 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(57): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#70 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\TrustProxies->handle() +#71 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#72 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then() +#73 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter() +#74 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1168): Illuminate\\Foundation\\Http\\Kernel->handle() +#75 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest() +#76 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...') +#77 {main} +"} +[2024-04-05 13:52:43] local.ERROR: Property [$user] not found on component: [system.jcps.j-c-p-create-form] {"userId":11,"exception":"[object] (Livewire\\Exceptions\\PropertyNotFoundException(code: 0): Property [$user] not found on component: [system.jcps.j-c-p-create-form] at /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Component.php:105) +[stacktrace] +#0 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/d2e40e813902f8ea96a2356535a872e3.php(61): Livewire\\Component->__get() +#1 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(37): include('...') +#2 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(38): App\\Livewire\\System\\Jcps\\JCPCreateForm->Livewire\\Mechanisms\\ExtendBlade\\{closure}() +#3 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#4 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(16): Illuminate\\View\\Engines\\CompilerEngine->get() +#5 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#6 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#7 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#8 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(239): Illuminate\\View\\View->render() +#9 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(283): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->Livewire\\Mechanisms\\HandleComponents\\{closure}() +#10 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(231): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->trackInRenderStack() +#11 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/HandleComponents/HandleComponents.php(52): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->render() +#12 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/LivewireManager.php(72): Livewire\\Mechanisms\\HandleComponents\\HandleComponents->mount() +#13 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/storage/framework/views/3d57339798c7114a8840296fe2673873.php(25): Livewire\\LivewireManager->mount() +#14 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(123): require('...') +#15 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(124): Illuminate\\Filesystem\\Filesystem::Illuminate\\Filesystem\\{closure}() +#16 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\\Filesystem\\Filesystem->getRequire() +#17 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(22): Illuminate\\View\\Engines\\PhpEngine->evaluatePath() +#18 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(73): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->evaluatePath() +#19 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Mechanisms/ExtendBlade/ExtendedCompilerEngine.php(10): Illuminate\\View\\Engines\\CompilerEngine->get() +#20 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(208): Livewire\\Mechanisms\\ExtendBlade\\ExtendedCompilerEngine->get() +#21 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(191): Illuminate\\View\\View->getContents() +#22 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/View.php(160): Illuminate\\View\\View->renderContents() +#23 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(70): Illuminate\\View\\View->render() +#24 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\\Http\\Response->setContent() +#25 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(918): Illuminate\\Http\\Response->__construct() +#26 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(885): Illuminate\\Routing\\Router::toResponse() +#27 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Routing\\Router->prepareResponse() +#28 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Routing\\Router->Illuminate\\Routing\\{closure}() +#29 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/EnsureEmailIsVerified.php(41): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#30 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\EnsureEmailIsVerified->handle() +#31 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php(50): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#32 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Routing\\Middleware\\SubstituteBindings->handle() +#33 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/AuthenticateSession.php(67): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#34 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\AuthenticateSession->handle() +#35 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Auth/Middleware/Authenticate.php(64): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#36 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Auth\\Middleware\\Authenticate->handle() +#37 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php(81): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#38 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\VerifyCsrfToken->handle() +#39 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#40 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\View\\Middleware\\ShareErrorsFromSession->handle() +#41 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(121): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#42 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php(64): Illuminate\\Session\\Middleware\\StartSession->handleStatefulRequest() +#43 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Session\\Middleware\\StartSession->handle() +#44 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php(37): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#45 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\AddQueuedCookiesToResponse->handle() +#46 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php(75): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#47 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Cookie\\Middleware\\EncryptCookies->handle() +#48 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#49 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(805): Illuminate\\Pipeline\\Pipeline->then() +#50 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(784): Illuminate\\Routing\\Router->runRouteWithinStack() +#51 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(748): Illuminate\\Routing\\Router->runRoute() +#52 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Routing/Router.php(737): Illuminate\\Routing\\Router->dispatchToRoute() +#53 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(200): Illuminate\\Routing\\Router->dispatch() +#54 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(144): Illuminate\\Foundation\\Http\\Kernel->Illuminate\\Foundation\\Http\\{closure}() +#55 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/livewire/livewire/src/Features/SupportDisablingBackButtonCache/DisableBackButtonCacheMiddleware.php(19): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#56 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Livewire\\Features\\SupportDisablingBackButtonCache\\DisableBackButtonCacheMiddleware->handle() +#57 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#58 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ConvertEmptyStringsToNull.php(31): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#59 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\ConvertEmptyStringsToNull->handle() +#60 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php(21): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#61 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TrimStrings.php(50): Illuminate\\Foundation\\Http\\Middleware\\TransformsRequest->handle() +#62 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\TrimStrings->handle() +#63 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/ValidatePostSize.php(27): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#64 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\ValidatePostSize->handle() +#65 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/PreventRequestsDuringMaintenance.php(103): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#66 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Foundation\\Http\\Middleware\\PreventRequestsDuringMaintenance->handle() +#67 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/HandleCors.php(49): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#68 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\HandleCors->handle() +#69 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Http/Middleware/TrustProxies.php(57): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#70 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(183): Illuminate\\Http\\Middleware\\TrustProxies->handle() +#71 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php(119): Illuminate\\Pipeline\\Pipeline->Illuminate\\Pipeline\\{closure}() +#72 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(175): Illuminate\\Pipeline\\Pipeline->then() +#73 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php(144): Illuminate\\Foundation\\Http\\Kernel->sendRequestThroughRouter() +#74 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/Application.php(1168): Illuminate\\Foundation\\Http\\Kernel->handle() +#75 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/public/index.php(17): Illuminate\\Foundation\\Application->handleRequest() +#76 /home/hubert/Desktop/lighthouse/projects/skillharbor-open/vendor/laravel/framework/src/Illuminate/Foundation/resources/server.php(16): require_once('...') +#77 {main} +"}