Fatal error: Uncaught Symfony\Component\Routing\Exception\RouteNotFoundException: Route [contact] not defined. in /app/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444
Stack trace:
#0 /app/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(739): Illuminate\Routing\UrlGenerator->route('contact', Array, true)
#1 /app/storage/framework/views/695e65b3db1ccf0f33e9fd60b44727b79b0cd896.php(19): route('contact')
#2 /app/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(107): require('/app/storage/fr...')
#3 /app/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(108): Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
#4 /app/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\Filesystem\Filesystem->getRequire('/app/storage/fr...', Array)
#5 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(69): Illuminate\View\Engines\PhpEngine->evaluatePath('/app/storage/fr...', Array)
#6 /app/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(61): Livewire\LivewireViewCompilerEngine->evaluatePath('/app/storage/fr...', Array)
#7 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(35): Illuminate\View\Engines\CompilerEngine->get('/app/resources/...', Array)
#8 /app/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php(35): Livewire\LivewireViewCompilerEngine->get('/app/resources/...', Array)
#9 /app/vendor/laravel/framework/src/Illuminate/View/View.php(139): Sentry\Laravel\Tracing\ViewEngineDecorator->get('/app/resources/...', Array)
#10 /app/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\View\View->getContents()
#11 /app/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\View\View->renderContents()
#12 /app/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\View\View->render()
#13 /app/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#14 /app/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(55): Illuminate\Http\Response->__construct(Object(Illuminate\View\View), 500, Array)
#15 /app/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(85): Illuminate\Routing\ResponseFactory->make(Object(Illuminate\View\View), 500, Array)
#16 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(582): Illuminate\Routing\ResponseFactory->view('errors::500', Array, 500, Array)
#17 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(490): Illuminate\Foundation\Exceptions\Handler->renderHttpException(Object(Symfony\Component\HttpKernel\Exception\HttpException))
#18 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(356): Illuminate\Foundation\Exceptions\Handler->prepareResponse(Object(Illuminate\Http\Request), Object(Symfony\Component\HttpKernel\Exception\HttpException))
#19 /app/app/Exceptions/Handler.php(76): Illuminate\Foundation\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Illuminate\View\ViewException))
#20 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(196): App\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Illuminate\View\ViewException))
#21 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(173): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse(Object(Illuminate\View\ViewException))
#22 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(Illuminate\View\ViewException))
#23 {main}
Next Illuminate\View\ViewException: Route [contact] not defined. (View: /app/resources/views/errors/500.blade.php) in /app/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444
Stack trace:
#0 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(106): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(Symfony\Component\Routing\Exception\RouteNotFoundException), 0)
#1 /app/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(60): Livewire\LivewireViewCompilerEngine->handleViewException(Object(Symfony\Component\Routing\Exception\RouteNotFoundException), 0)
#2 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(69): Illuminate\View\Engines\PhpEngine->evaluatePath('/app/storage/fr...', Array)
#3 /app/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(61): Livewire\LivewireViewCompilerEngine->evaluatePath('/app/storage/fr...', Array)
#4 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(35): Illuminate\View\Engines\CompilerEngine->get('/app/resources/...', Array)
#5 /app/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php(35): Livewire\LivewireViewCompilerEngine->get('/app/resources/...', Array)
#6 /app/vendor/laravel/framework/src/Illuminate/View/View.php(139): Sentry\Laravel\Tracing\ViewEngineDecorator->get('/app/resources/...', Array)
#7 /app/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\View\View->getContents()
#8 /app/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\View\View->renderContents()
#9 /app/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\View\View->render()
#10 /app/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#11 /app/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(55): Illuminate\Http\Response->__construct(Object(Illuminate\View\View), 500, Array)
#12 /app/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(85): Illuminate\Routing\ResponseFactory->make(Object(Illuminate\View\View), 500, Array)
#13 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(582): Illuminate\Routing\ResponseFactory->view('errors::500', Array, 500, Array)
#14 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(490): Illuminate\Foundation\Exceptions\Handler->renderHttpException(Object(Symfony\Component\HttpKernel\Exception\HttpException))
#15 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(356): Illuminate\Foundation\Exceptions\Handler->prepareResponse(Object(Illuminate\Http\Request), Object(Symfony\Component\HttpKernel\Exception\HttpException))
#16 /app/app/Exceptions/Handler.php(76): Illuminate\Foundation\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Illuminate\View\ViewException))
#17 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(196): App\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Illuminate\View\ViewException))
#18 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(173): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse(Object(Illuminate\View\ViewException))
#19 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(Illuminate\View\ViewException))
#20 {main}
thrown in /app/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php on line 444
Fatal error: Uncaught Symfony\Component\Routing\Exception\RouteNotFoundException: Route [contact] not defined. in /app/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444
Stack trace:
#0 /app/vendor/laravel/framework/src/Illuminate/Foundation/helpers.php(739): Illuminate\Routing\UrlGenerator->route('contact', Array, true)
#1 /app/storage/framework/views/695e65b3db1ccf0f33e9fd60b44727b79b0cd896.php(19): route('contact')
#2 /app/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(107): require('/app/storage/fr...')
#3 /app/vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php(108): Illuminate\Filesystem\Filesystem::Illuminate\Filesystem\{closure}()
#4 /app/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(58): Illuminate\Filesystem\Filesystem->getRequire('/app/storage/fr...', Array)
#5 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(69): Illuminate\View\Engines\PhpEngine->evaluatePath('/app/storage/fr...', Array)
#6 /app/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(61): Livewire\LivewireViewCompilerEngine->evaluatePath('/app/storage/fr...', Array)
#7 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(35): Illuminate\View\Engines\CompilerEngine->get('/app/resources/...', Array)
#8 /app/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php(35): Livewire\LivewireViewCompilerEngine->get('/app/resources/...', Array)
#9 /app/vendor/laravel/framework/src/Illuminate/View/View.php(139): Sentry\Laravel\Tracing\ViewEngineDecorator->get('/app/resources/...', Array)
#10 /app/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\View\View->getContents()
#11 /app/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\View\View->renderContents()
#12 /app/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\View\View->render()
#13 /app/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#14 /app/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(55): Illuminate\Http\Response->__construct(Object(Illuminate\View\View), 500, Array)
#15 /app/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(85): Illuminate\Routing\ResponseFactory->make(Object(Illuminate\View\View), 500, Array)
#16 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(582): Illuminate\Routing\ResponseFactory->view('errors::500', Array, 500, Array)
#17 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(490): Illuminate\Foundation\Exceptions\Handler->renderHttpException(Object(Symfony\Component\HttpKernel\Exception\HttpException))
#18 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(356): Illuminate\Foundation\Exceptions\Handler->prepareResponse(Object(Illuminate\Http\Request), Object(Symfony\Component\HttpKernel\Exception\HttpException))
#19 /app/app/Exceptions/Handler.php(76): Illuminate\Foundation\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Symfony\Component\ErrorHandler\Error\FatalError))
#20 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(196): App\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Symfony\Component\ErrorHandler\Error\FatalError))
#21 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(173): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse(Object(Symfony\Component\ErrorHandler\Error\FatalError))
#22 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(209): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(Symfony\Component\ErrorHandler\Error\FatalError))
#23 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleShutdown()
#24 {main}
Next Illuminate\View\ViewException: Route [contact] not defined. (View: /app/resources/views/errors/500.blade.php) in /app/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php:444
Stack trace:
#0 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(106): Illuminate\View\Engines\CompilerEngine->handleViewException(Object(Symfony\Component\Routing\Exception\RouteNotFoundException), 0)
#1 /app/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php(60): Livewire\LivewireViewCompilerEngine->handleViewException(Object(Symfony\Component\Routing\Exception\RouteNotFoundException), 0)
#2 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(69): Illuminate\View\Engines\PhpEngine->evaluatePath('/app/storage/fr...', Array)
#3 /app/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php(61): Livewire\LivewireViewCompilerEngine->evaluatePath('/app/storage/fr...', Array)
#4 /app/vendor/livewire/livewire/src/ComponentConcerns/RendersLivewireComponents.php(35): Illuminate\View\Engines\CompilerEngine->get('/app/resources/...', Array)
#5 /app/vendor/sentry/sentry-laravel/src/Sentry/Laravel/Tracing/ViewEngineDecorator.php(35): Livewire\LivewireViewCompilerEngine->get('/app/resources/...', Array)
#6 /app/vendor/laravel/framework/src/Illuminate/View/View.php(139): Sentry\Laravel\Tracing\ViewEngineDecorator->get('/app/resources/...', Array)
#7 /app/vendor/laravel/framework/src/Illuminate/View/View.php(122): Illuminate\View\View->getContents()
#8 /app/vendor/laravel/framework/src/Illuminate/View/View.php(91): Illuminate\View\View->renderContents()
#9 /app/vendor/laravel/framework/src/Illuminate/Http/Response.php(69): Illuminate\View\View->render()
#10 /app/vendor/laravel/framework/src/Illuminate/Http/Response.php(35): Illuminate\Http\Response->setContent(Object(Illuminate\View\View))
#11 /app/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(55): Illuminate\Http\Response->__construct(Object(Illuminate\View\View), 500, Array)
#12 /app/vendor/laravel/framework/src/Illuminate/Routing/ResponseFactory.php(85): Illuminate\Routing\ResponseFactory->make(Object(Illuminate\View\View), 500, Array)
#13 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(582): Illuminate\Routing\ResponseFactory->view('errors::500', Array, 500, Array)
#14 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(490): Illuminate\Foundation\Exceptions\Handler->renderHttpException(Object(Symfony\Component\HttpKernel\Exception\HttpException))
#15 /app/vendor/laravel/framework/src/Illuminate/Foundation/Exceptions/Handler.php(356): Illuminate\Foundation\Exceptions\Handler->prepareResponse(Object(Illuminate\Http\Request), Object(Symfony\Component\HttpKernel\Exception\HttpException))
#16 /app/app/Exceptions/Handler.php(76): Illuminate\Foundation\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Symfony\Component\ErrorHandler\Error\FatalError))
#17 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(196): App\Exceptions\Handler->render(Object(Illuminate\Http\Request), Object(Symfony\Component\ErrorHandler\Error\FatalError))
#18 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(173): Illuminate\Foundation\Bootstrap\HandleExceptions->renderHttpResponse(Object(Symfony\Component\ErrorHandler\Error\FatalError))
#19 /app/vendor/laravel/framework/src/Illuminate/Foundation/Bootstrap/HandleExceptions.php(209): Illuminate\Foundation\Bootstrap\HandleExceptions->handleException(Object(Symfony\Component\ErrorHandler\Error\FatalError))
#20 [internal function]: Illuminate\Foundation\Bootstrap\HandleExceptions->handleShutdown()
#21 {main}
thrown in /app/vendor/laravel/framework/src/Illuminate/Routing/UrlGenerator.php on line 444