Facade\Ignition\Exceptions\ViewException {#1241
  #viewData: array:2 [
    "errors" => Illuminate\Support\ViewErrorBag {#1249
      #bags: []
    }
    "affiliation" => null
  ]
  #view: "/home/vibhavadi/domains/vibhavadi.com/public_html/local/resources/views/front/international-affiliation-detail.blade.php"
  #message: "Trying to get property 'affiliation_id' of non-object (View: /home/vibhavadi/domains/vibhavadi.com/public_html/local/resources/views/front/international-affiliation-detail.blade.php)"
  #code: 0
  #file: "/home/vibhavadi/domains/vibhavadi.com/public_html/local/resources/views/front/international-affiliation-detail.blade.php"
  #line: 5
  -previous: ErrorException {#1263
    #message: "Trying to get property 'affiliation_id' of non-object"
    #code: 0
    #file: "/home/vibhavadi/domains/vibhavadi.com/public_html/local/storage/framework/views/732a1e78b925d96a7a03a519a78895e55307cd7e.php"
    #line: 5
    #severity: E_NOTICE
    trace: {
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/storage/framework/views/732a1e78b925d96a7a03a519a78895e55307cd7e.php:5 {
        include …
        › <?php    $tb_affiliation = DB::table('tb_affiliation')->where('affiliation_id',$affiliation->affiliation_id)->orderBy('affiliation_sort','ASC')->first();    $img = DB::table('tb_affiliation_img')->where('affiliation_id',$tb_affiliation->affiliation_id)->get();
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:41 {
        Illuminate\View\Engines\PhpEngine->evaluatePath($__path, $__data) …
        › try {    include $__path;} catch (Throwable $e) {
        arguments: {
          "/home/vibhavadi/domains/vibhavadi.com/public_html/local/storage/framework/views/732a1e78b925d96a7a03a519a78895e55307cd7e.php"
        }
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57 {
        Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
        › // which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);}
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37 {
        Facade\Ignition\Views\Engines\CompilerEngine->get($path, array $data = []) …
        › 
        ›     return parent::get($path, $data);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
        Illuminate\View\View->getContents() …
        › {    return $this->engine->get($this->path, $this->gatherData());}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
        Illuminate\View\View->renderContents() …
        › 
        › $contents = $this->getContents();}
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
        Illuminate\View\View->render(callable $callback = null) …
        › try {    $contents = $this->renderContents();}
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Http/Response.php:62 {
        Illuminate\Http\Response->setContent($content) …
        › elseif ($content instanceof Renderable) {    $content = $content->render();}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Http/Response.php:34 {
        Illuminate\Http\Response->__construct($content = '', $status = 200, array $headers = []) …
        › 
        › $this->setContent($content);$this->setStatusCode($status);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:759 {
        Illuminate\Routing\Router::toResponse($request, $response) …
        › } elseif (! $response instanceof SymfonyResponse) {    $response = new Response($response, 200, ['Content-Type' => 'text/html']);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:731 {
        Illuminate\Routing\Router->prepareResponse($request, $response) …
        › {    return static::toResponse($request, $response);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:685 {
        Illuminate\Routing\Router->Illuminate\Routing\{closure} …
        › return $this->prepareResponse(    $request, $route->run());
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › try {    return $destination($passable);} catch (Throwable $e) {
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
        Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78 {
        Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
        › ) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
        Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:116 {
        Illuminate\Session\Middleware\StartSession->handleStatefulRequest(Request $request, $session, Closure $next) …
        › 
        › $response = $next($request);}
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:62 {
        Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) …
        › } else {    return $this->handleStatefulRequest($request, $session, $next);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
        Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
        › {    $response = $next($request);}
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67 {
        Illuminate\Cookie\Middleware\EncryptCookies->handle($request, Closure $next) …
        › {    return $this->encrypt($next($this->decrypt($request)));}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
        Illuminate\Pipeline\Pipeline->then(Closure $destination) …
        › 
        ›     return $pipeline($this->passable);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:687 {
        Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
        ›                         );                    });}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:662 {
        Illuminate\Routing\Router->runRoute(Request $request, Route $route) …
        › return $this->prepareResponse($request,    $this->runRouteWithinStack($route, $request));
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628 {
        Illuminate\Routing\Router->dispatchToRoute(Request $request) …
        › {    return $this->runRoute($request, $this->findRoute($request));}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:617 {
        Illuminate\Routing\Router->dispatch(Request $request) …
        › 
        ›     return $this->dispatchToRoute($request);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165 {
        Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
        › 
        ›     return $this->router->dispatch($request);};
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › try {    return $destination($passable);} catch (Throwable $e) {
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
        Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
        Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
        Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63 {
        Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/fruitcake/laravel-cors/src/HandleCors.php:38 {
        Fruitcake\Cors\HandleCors->handle($request, Closure $next) …
        › if (! $this->shouldRun($request)) {    return $next($request);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/fideloper/proxy/src/TrustProxies.php:57 {
        Fideloper\Proxy\TrustProxies->handle(Request $request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
        Illuminate\Pipeline\Pipeline->then(Closure $destination) …
        › 
        ›     return $pipeline($this->passable);}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:140 {
        Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
        ›                 ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)                ->then($this->dispatchToRouter());}
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109 {
        Illuminate\Foundation\Http\Kernel->handle($request) …
        › 
        ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
      }
      /home/vibhavadi/domains/vibhavadi.com/public_html/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
      }
    }
  }
  #severity: E_ERROR
  trace: {
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/resources/views/front/international-affiliation-detail.blade.php:5 {
      include …
      › @section('body')<?php    $tb_affiliation = DB::table('tb_affiliation')->where('affiliation_id',$affiliation->affiliation_id)->orderBy('affiliation_sort','ASC')->first();
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:41 {
      Illuminate\View\Engines\PhpEngine->evaluatePath($__path, $__data) …
      › try {    include $__path;} catch (Throwable $e) {
      arguments: {
        "/home/vibhavadi/domains/vibhavadi.com/public_html/local/storage/framework/views/732a1e78b925d96a7a03a519a78895e55307cd7e.php"
      }
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:57 {
      Illuminate\View\Engines\CompilerEngine->get($path, array $data = []) …
      › // which have been rendered for right exception messages to be generated.$results = $this->evaluatePath($this->compiler->getCompiledPath($path), $data);}
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37 {
      Facade\Ignition\Views\Engines\CompilerEngine->get($path, array $data = []) …
      › 
      ›     return parent::get($path, $data);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
      Illuminate\View\View->getContents() …
      › {    return $this->engine->get($this->path, $this->gatherData());}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
      Illuminate\View\View->renderContents() …
      › 
      › $contents = $this->getContents();}
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
      Illuminate\View\View->render(callable $callback = null) …
      › try {    $contents = $this->renderContents();}
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Http/Response.php:62 {
      Illuminate\Http\Response->setContent($content) …
      › elseif ($content instanceof Renderable) {    $content = $content->render();}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Http/Response.php:34 {
      Illuminate\Http\Response->__construct($content = '', $status = 200, array $headers = []) …
      › 
      › $this->setContent($content);$this->setStatusCode($status);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:759 {
      Illuminate\Routing\Router::toResponse($request, $response) …
      › } elseif (! $response instanceof SymfonyResponse) {    $response = new Response($response, 200, ['Content-Type' => 'text/html']);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:731 {
      Illuminate\Routing\Router->prepareResponse($request, $response) …
      › {    return static::toResponse($request, $response);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:685 {
      Illuminate\Routing\Router->Illuminate\Routing\{closure} …
      › return $this->prepareResponse(    $request, $route->run());
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › try {    return $destination($passable);} catch (Throwable $e) {
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
      Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:78 {
      Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
      › ) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
      Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:116 {
      Illuminate\Session\Middleware\StartSession->handleStatefulRequest(Request $request, $session, Closure $next) …
      › 
      › $response = $next($request);}
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:62 {
      Illuminate\Session\Middleware\StartSession->handle($request, Closure $next) …
      › } else {    return $this->handleStatefulRequest($request, $session, $next);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
      Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
      › {    $response = $next($request);}
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/EncryptCookies.php:67 {
      Illuminate\Cookie\Middleware\EncryptCookies->handle($request, Closure $next) …
      › {    return $this->encrypt($next($this->decrypt($request)));}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:687 {
      Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
      ›                         );                    });}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:662 {
      Illuminate\Routing\Router->runRoute(Request $request, Route $route) …
      › return $this->prepareResponse($request,    $this->runRouteWithinStack($route, $request));
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628 {
      Illuminate\Routing\Router->dispatchToRoute(Request $request) …
      › {    return $this->runRoute($request, $this->findRoute($request));}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Routing/Router.php:617 {
      Illuminate\Routing\Router->dispatch(Request $request) …
      › 
      ›     return $this->dispatchToRoute($request);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165 {
      Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
      › 
      ›     return $this->router->dispatch($request);};
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › try {    return $destination($passable);} catch (Throwable $e) {
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
      Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
      Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
      Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63 {
      Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/fruitcake/laravel-cors/src/HandleCors.php:38 {
      Fruitcake\Cors\HandleCors->handle($request, Closure $next) …
      › if (! $this->shouldRun($request)) {    return $next($request);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/fideloper/proxy/src/TrustProxies.php:57 {
      Fideloper\Proxy\TrustProxies->handle(Request $request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › $carry = method_exists($pipe, $this->method)                ? $pipe->{$this->method}(...$parameters)                : $pipe(...$parameters);
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:140 {
      Illuminate\Foundation\Http\Kernel->sendRequestThroughRouter($request) …
      ›                 ->through($this->app->shouldSkipMiddleware() ? [] : $this->middleware)                ->then($this->dispatchToRouter());}
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/local/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109 {
      Illuminate\Foundation\Http\Kernel->handle($request) …
      › 
      ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
    }
    /home/vibhavadi/domains/vibhavadi.com/public_html/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
    }
  }
}