ErrorException {#2319
  #message: "Trying to get property 'slug' of non-object (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php) (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php) (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php) (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php)"
  #code: 0
  #file: "/home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php"
  #line: 4
  -previous: ErrorException {#2314
    #message: "Trying to get property 'slug' of non-object (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php) (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php) (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php)"
    #code: 0
    #file: "/home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php"
    #line: 4
    -previous: ErrorException {#2290
      #message: "Trying to get property 'slug' of non-object (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php) (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php)"
      #code: 0
      #file: "/home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php"
      #line: 4
      -previous: ErrorException {#2288
        #message: "Trying to get property 'slug' of non-object (View: /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php)"
        #code: 0
        #file: "/home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php"
        #line: 4
        -previous: ErrorException {#2287
          #message: "Trying to get property 'slug' of non-object"
          #code: 0
          #file: "/home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php"
          #line: 4
          #severity: E_NOTICE
          trace: {
            /home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php:4 {
              include …
              ›     $hasSubmenu = isset($submenu) && count($submenu) > 0;?> <li class="nav-item <?php echo e($hasSubmenu ? 'dropdown' : ''); ?>"> <?php if($hasSubmenu): ?> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdown<?php echo e($k); ?>" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown<?php echo e($k); ?>"> <?php $__currentLoopData = $submenu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(isset($item->url) && $item->url != '' ? $item->url : (isset($item->route) ? route($item->route) : '#')); ?>"> <i class="bi bi-arrow-right me-2"></i><?php echo e($item->title); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php else: ?> <a class="nav-link text-dark d-flex align-items-center fw-medium" href="<?php echo e($menu_item->url ?? '#'); ?>"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <?php endif; ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdownPrice" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <i class="bi bi-cart me-1"></i> Giá cả TT </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdownPrice"> <?php if(isset($price_types_menu)): ?> <?php $__currentLoopData = $price_types_menu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pri): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(route('tygia.gia_ca_detail', ['slug' => $pri->slug]) ?? '#'); ?>"> <i class="bi bi-tag me-2"></i><?php echo e($pri->title ?? 'N/A'); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </ul> </li> </ul> <?php /**PATH /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php ENDPATH**/ ?>}
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
              }
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
              Illuminate\View\View->getContents() …
              › {    return $this->engine->get($this->path, $this->gatherData());}
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
              Illuminate\View\View->renderContents() …
              › 
              › $contents = $this->getContents();}
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
              Illuminate\View\View->render(callable $callback = null) …
              › try {    $contents = $this->renderContents();}
            /home/thongtin/htdocs/thongtin.org/vendor/tcg/voyager/src/Models/Menu.php:99 {
              TCG\Voyager\Models\Menu::display($menuName, $type = null, array $options = []) …
              › return new \Illuminate\Support\HtmlString(    \Illuminate\Support\Facades\View::make($type, ['items' => $items, 'options' => $options])->render());
            }
            /home/thongtin/htdocs/thongtin.org/storage/framework/views/f5d1c0b5dbb15f83b4c666d7ef70d6b6d404b39d.php:1 {
              include …
              › 
              › <header class="bg-white shadow-sm"> <div class="container"> <div class="row align-items-center py-4"> <div class="col-lg-12 col-md-12 col-12"> <div class="d-flex align-items-center"> <a title="<?php echo e(setting('site.title')); ?>" href="/" class="text-decoration-none d-flex align-items-center"> <img src="/thongtin.png" alt="<?php echo e(setting('site.title')); ?>" class="img-fluid me-3" style="max-height: 60px;"><br> <div> <?php if(\Request::route() != NULL && \Request::route()->getName() == 'index'): ?> <h1 class="h4 mb-0 text-primary fw-bold"><?php echo e(setting(app()->getLocale().'.title')); ?></h1> <?php else: ?> <p class="h6 mb-0 text-muted"><?php echo $__env->yieldContent('title'); ?></p> <?php endif; ?> </div> </a> </div> </div> <div class="col-lg-8 col-md-6 col-12"> <div class="d-flex justify-content-end"> <?php echo $__env->make('component.ads', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> </div> <nav class="navbar navbar-expand-lg navbar-gradient shadow"> <div class="container"> <button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#navbarOffcanvas" aria-controls="navbarOffcanvas" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="d-none d-lg-block"> <?php echo e(Menu::display(app()->getLocale().'.primary', 'my_menu')); ?> </div> <div class="offcanvas offcanvas-start d-lg-none" tabindex="-1" id="navbarOffcanvas" aria-labelledby="navbarOffcanvasLabel"> <div class="offcanvas-header bg-primary text-white"> <h5 class="offcanvas-title fw-bold" id="navbarOffcanvasLabel"> <i class="bi bi-list me-2"></i>Menu </h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="offcanvas-body p-3"> <?php echo e(Menu::display(app()->getLocale().'.primary', 'my_menu')); ?> </div> </div> </div> </nav> </header> <?php /**PATH /home/thongtin/htdocs/thongtin.org/resources/views/layouts/header.blade.php ENDPATH**/ ?>}
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
              }
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
              Illuminate\View\View->getContents() …
              › {    return $this->engine->get($this->path, $this->gatherData());}
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
              Illuminate\View\View->renderContents() …
              › 
              › $contents = $this->getContents();}
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
              Illuminate\View\View->render(callable $callback = null) …
              › try {    $contents = $this->renderContents();}
            /home/thongtin/htdocs/thongtin.org/storage/framework/views/70d0d5c1b7f0a6fad8f3b29276b1794d659464e4.php:273 {
              include …
              › <body>        <?php echo $__env->make('layouts.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>       
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
              }
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
              Illuminate\View\View->getContents() …
              › {    return $this->engine->get($this->path, $this->gatherData());}
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
              Illuminate\View\View->renderContents() …
              › 
              › $contents = $this->getContents();}
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
              Illuminate\View\View->render(callable $callback = null) …
              › try {    $contents = $this->renderContents();}
            /home/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php:7 {
              include …
              › ?> <?php if(isset($data_current)): ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết hiện tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hiện tại hôm nay, dự báo chất lượng không khí <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?>, lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php elseif(isset($data_hourse)): ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết theo giờ <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hôm nay, ngày mai, dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> 48 giờ , lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php else: ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết 10 ngày tới <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hôm nay, ngày mai, , lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> 10 ngày,3 ngày <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('image_seo'); ?><?php echo e(config('app.url').Storage::url(setting('site.imageweather'))); ?><?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <main class="container-fluid"> <div class="row"> <div class="col-lg-9 col-12"> <div class="card border-0 shadow-sm mb-4"> <div class="card-header bg-info text-white"> <h1 class="h3 mb-0"> <i class="bi bi-cloud-sun me-2"></i>Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> </h1> </div> <div class="card-body p-0"> <ul class="nav nav-pills nav-fill <?php if($agent): ?> flex-column flex-sm-row <?php endif; ?>" id="weatherTabs" role="tablist"> <?php if(isset($data_current)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" aria-selected="true"> <i class="bi bi-thermometer me-2"></i>Thời tiết hiện tại </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward', ['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> hiện tại"> <i class="bi bi-thermometer me-2"></i>Thời tiết hiện tại </a> </li> <?php endif; ?> <?php if(isset($data_hourse)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" aria-selected="true"> <i class="bi bi-clock me-2"></i>Thời tiết hàng giờ </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward_house',['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> hàng giờ"> <i class="bi bi-clock me-2"></i>Thời tiết hàng giờ </a> </li> <?php endif; ?> <?php if(isset($data_10day)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" aria-selected="true"> <i class="bi bi-calendar3 me-2"></i>Thời tiết 10 ngày tới </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward_day',['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> 10 ngày tới"> <i class="bi bi-calendar3 me-2"></i>Thời tiết 10 ngày tới </a> </li> <?php endif; ?> </ul> </div> <div class="tab-content" id="weatherTabsContent"> <?php if(isset($data_current)): ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab"> <?php echo $__env->make('dubaothoitiet::component.current', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php elseif(isset($data_hourse)): ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab"> <?php echo $__env->make('dubaothoitiet::component.hour', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php else: ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab"> <?php echo $__env->make('dubaothoitiet::component.tenday', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endif; ?> </div> <?php echo $__env->make('component.adnow', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <div class="col-lg-3 col-12"> <div class="sticky-top" style="top: 20px;"> <div class="row g-3"> <div class="col-12"> <?php if($district->wards->count() > 0): ?> <?php echo $__env->make('dubaothoitiet::component.ward',compact('district'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> <div class="col-12"> <?php if($province->districts->count() > 0): ?> <?php echo $__env->make('dubaothoitiet::component.district',compact('province'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> </div> </div> </div> </div> </main> <?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/thongtin/htdocs/thongtin.org/Modules/Dubaothoitiet/Resources/views/ward.blade.php ENDPATH**/ ?>}
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
              }
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
              Illuminate\View\View->getContents() …
              › {    return $this->engine->get($this->path, $this->gatherData());}
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
              Illuminate\View\View->renderContents() …
              › 
              › $contents = $this->getContents();}
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
              Illuminate\View\View->render(callable $callback = null) …
              › try {    $contents = $this->renderContents();}
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Http/Response.php:62 {
              Illuminate\Http\Response->setContent($content) …
              › elseif ($content instanceof Renderable) {    $content = $content->render();}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:731 {
              Illuminate\Routing\Router->prepareResponse($request, $response) …
              › {    return static::toResponse($request, $response);}
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:685 {
              Illuminate\Routing\Router->Illuminate\Routing\{closure} …
              › return $this->prepareResponse(    $request, $route->run());
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
              Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
              › try {    return $destination($passable);} catch (Throwable $e) {
            }
            /home/thongtin/htdocs/thongtin.org/vendor/spatie/laravel-responsecache/src/Middlewares/CacheResponse.php:43 {
              Spatie\ResponseCache\Middlewares\CacheResponse->handle(Request $request, Closure $next, ...$args): Response …
              › 
              › $response = $next($request);}
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
              Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
              › 
              ›     return $next($request);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:77 {
              Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
              › ) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
              Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
              › 
              ›     return $next($request);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:116 {
              Illuminate\Session\Middleware\StartSession->handleStatefulRequest(Request $request, $session, Closure $next) …
              › 
              › $response = $next($request);}
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
              Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
              › {    $response = $next($request);}
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
              Illuminate\Pipeline\Pipeline->then(Closure $destination) …
              › 
              ›     return $pipeline($this->passable);}
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:687 {
              Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
              ›                         );                    });}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628 {
              Illuminate\Routing\Router->dispatchToRoute(Request $request) …
              › {    return $this->runRoute($request, $this->findRoute($request));}
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:617 {
              Illuminate\Routing\Router->dispatch(Request $request) …
              › 
              ›     return $this->dispatchToRoute($request);}
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165 {
              Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
              › 
              ›     return $this->router->dispatch($request);};
            }
            /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
              Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
              › try {    return $destination($passable);} catch (Throwable $e) {
            }
            /home/thongtin/htdocs/thongtin.org/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
              Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
              › if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {    return $next($request);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
              Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
              › 
              ›     return $next($request);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
              Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
              › 
              ›     return $next($request);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
              Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
              › 
              ›     return $next($request);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63 {
              Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
              › 
              ›     return $next($request);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fruitcake/laravel-cors/src/HandleCors.php:37 {
              Fruitcake\Cors\HandleCors->handle($request, Closure $next) …
              › if (! $this->shouldRun($request)) {    return $next($request);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fideloper/proxy/src/TrustProxies.php:57 {
              Fideloper\Proxy\TrustProxies->handle(Request $request, Closure $next) …
              › 
              ›     return $next($request);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
              Illuminate\Pipeline\Pipeline->then(Closure $destination) …
              › 
              ›     return $pipeline($this->passable);}
            }
            /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109 {
              Illuminate\Foundation\Http\Kernel->handle($request) …
              › 
              ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
            }
            /home/thongtin/htdocs/thongtin.org/public/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
            }
          }
        }
        #severity: E_ERROR
        trace: {
          /home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php:4 {
            Illuminate\View\Engines\CompilerEngine->handleViewException(Throwable $e, $obLevel) …
            ›     $hasSubmenu = isset($submenu) && count($submenu) > 0;?> <li class="nav-item <?php echo e($hasSubmenu ? 'dropdown' : ''); ?>"> <?php if($hasSubmenu): ?> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdown<?php echo e($k); ?>" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown<?php echo e($k); ?>"> <?php $__currentLoopData = $submenu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(isset($item->url) && $item->url != '' ? $item->url : (isset($item->route) ? route($item->route) : '#')); ?>"> <i class="bi bi-arrow-right me-2"></i><?php echo e($item->title); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php else: ?> <a class="nav-link text-dark d-flex align-items-center fw-medium" href="<?php echo e($menu_item->url ?? '#'); ?>"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <?php endif; ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdownPrice" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <i class="bi bi-cart me-1"></i> Giá cả TT </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdownPrice"> <?php if(isset($price_types_menu)): ?> <?php $__currentLoopData = $price_types_menu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pri): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(route('tygia.gia_ca_detail', ['slug' => $pri->slug]) ?? '#'); ?>"> <i class="bi bi-tag me-2"></i><?php echo e($pri->title ?? 'N/A'); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </ul> </li> </ul> <?php /**PATH /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php ENDPATH**/ ?>}
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
            Illuminate\View\Engines\PhpEngine->evaluatePath($__path, $__data) …
            › } catch (Throwable $e) {    $this->handleViewException($e, $obLevel);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
            Illuminate\View\View->getContents() …
            › {    return $this->engine->get($this->path, $this->gatherData());}
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
            Illuminate\View\View->renderContents() …
            › 
            › $contents = $this->getContents();}
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
            Illuminate\View\View->render(callable $callback = null) …
            › try {    $contents = $this->renderContents();}
          /home/thongtin/htdocs/thongtin.org/vendor/tcg/voyager/src/Models/Menu.php:99 {
            TCG\Voyager\Models\Menu::display($menuName, $type = null, array $options = []) …
            › return new \Illuminate\Support\HtmlString(    \Illuminate\Support\Facades\View::make($type, ['items' => $items, 'options' => $options])->render());
          }
          /home/thongtin/htdocs/thongtin.org/storage/framework/views/f5d1c0b5dbb15f83b4c666d7ef70d6b6d404b39d.php:1 {
            include …
            › 
            › <header class="bg-white shadow-sm"> <div class="container"> <div class="row align-items-center py-4"> <div class="col-lg-12 col-md-12 col-12"> <div class="d-flex align-items-center"> <a title="<?php echo e(setting('site.title')); ?>" href="/" class="text-decoration-none d-flex align-items-center"> <img src="/thongtin.png" alt="<?php echo e(setting('site.title')); ?>" class="img-fluid me-3" style="max-height: 60px;"><br> <div> <?php if(\Request::route() != NULL && \Request::route()->getName() == 'index'): ?> <h1 class="h4 mb-0 text-primary fw-bold"><?php echo e(setting(app()->getLocale().'.title')); ?></h1> <?php else: ?> <p class="h6 mb-0 text-muted"><?php echo $__env->yieldContent('title'); ?></p> <?php endif; ?> </div> </a> </div> </div> <div class="col-lg-8 col-md-6 col-12"> <div class="d-flex justify-content-end"> <?php echo $__env->make('component.ads', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> </div> </div> <nav class="navbar navbar-expand-lg navbar-gradient shadow"> <div class="container"> <button class="navbar-toggler border-0" type="button" data-bs-toggle="offcanvas" data-bs-target="#navbarOffcanvas" aria-controls="navbarOffcanvas" aria-label="Toggle navigation"> <span class="navbar-toggler-icon"></span> </button> <div class="d-none d-lg-block"> <?php echo e(Menu::display(app()->getLocale().'.primary', 'my_menu')); ?> </div> <div class="offcanvas offcanvas-start d-lg-none" tabindex="-1" id="navbarOffcanvas" aria-labelledby="navbarOffcanvasLabel"> <div class="offcanvas-header bg-primary text-white"> <h5 class="offcanvas-title fw-bold" id="navbarOffcanvasLabel"> <i class="bi bi-list me-2"></i>Menu </h5> <button type="button" class="btn-close btn-close-white" data-bs-dismiss="offcanvas" aria-label="Close"></button> </div> <div class="offcanvas-body p-3"> <?php echo e(Menu::display(app()->getLocale().'.primary', 'my_menu')); ?> </div> </div> </div> </nav> </header> <?php /**PATH /home/thongtin/htdocs/thongtin.org/resources/views/layouts/header.blade.php ENDPATH**/ ?>}
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
            }
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
            Illuminate\View\View->getContents() …
            › {    return $this->engine->get($this->path, $this->gatherData());}
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
            Illuminate\View\View->renderContents() …
            › 
            › $contents = $this->getContents();}
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
            Illuminate\View\View->render(callable $callback = null) …
            › try {    $contents = $this->renderContents();}
          /home/thongtin/htdocs/thongtin.org/storage/framework/views/70d0d5c1b7f0a6fad8f3b29276b1794d659464e4.php:273 {
            include …
            › <body>        <?php echo $__env->make('layouts.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>       
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
            }
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
            Illuminate\View\View->getContents() …
            › {    return $this->engine->get($this->path, $this->gatherData());}
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
            Illuminate\View\View->renderContents() …
            › 
            › $contents = $this->getContents();}
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
            Illuminate\View\View->render(callable $callback = null) …
            › try {    $contents = $this->renderContents();}
          /home/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php:7 {
            include …
            › ?> <?php if(isset($data_current)): ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết hiện tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hiện tại hôm nay, dự báo chất lượng không khí <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?>, lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php elseif(isset($data_hourse)): ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết theo giờ <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hôm nay, ngày mai, dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> 48 giờ , lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php else: ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết 10 ngày tới <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hôm nay, ngày mai, , lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> 10 ngày,3 ngày <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('image_seo'); ?><?php echo e(config('app.url').Storage::url(setting('site.imageweather'))); ?><?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <main class="container-fluid"> <div class="row"> <div class="col-lg-9 col-12"> <div class="card border-0 shadow-sm mb-4"> <div class="card-header bg-info text-white"> <h1 class="h3 mb-0"> <i class="bi bi-cloud-sun me-2"></i>Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> </h1> </div> <div class="card-body p-0"> <ul class="nav nav-pills nav-fill <?php if($agent): ?> flex-column flex-sm-row <?php endif; ?>" id="weatherTabs" role="tablist"> <?php if(isset($data_current)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" aria-selected="true"> <i class="bi bi-thermometer me-2"></i>Thời tiết hiện tại </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward', ['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> hiện tại"> <i class="bi bi-thermometer me-2"></i>Thời tiết hiện tại </a> </li> <?php endif; ?> <?php if(isset($data_hourse)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" aria-selected="true"> <i class="bi bi-clock me-2"></i>Thời tiết hàng giờ </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward_house',['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> hàng giờ"> <i class="bi bi-clock me-2"></i>Thời tiết hàng giờ </a> </li> <?php endif; ?> <?php if(isset($data_10day)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" aria-selected="true"> <i class="bi bi-calendar3 me-2"></i>Thời tiết 10 ngày tới </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward_day',['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> 10 ngày tới"> <i class="bi bi-calendar3 me-2"></i>Thời tiết 10 ngày tới </a> </li> <?php endif; ?> </ul> </div> <div class="tab-content" id="weatherTabsContent"> <?php if(isset($data_current)): ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab"> <?php echo $__env->make('dubaothoitiet::component.current', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php elseif(isset($data_hourse)): ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab"> <?php echo $__env->make('dubaothoitiet::component.hour', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php else: ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab"> <?php echo $__env->make('dubaothoitiet::component.tenday', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endif; ?> </div> <?php echo $__env->make('component.adnow', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <div class="col-lg-3 col-12"> <div class="sticky-top" style="top: 20px;"> <div class="row g-3"> <div class="col-12"> <?php if($district->wards->count() > 0): ?> <?php echo $__env->make('dubaothoitiet::component.ward',compact('district'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> <div class="col-12"> <?php if($province->districts->count() > 0): ?> <?php echo $__env->make('dubaothoitiet::component.district',compact('province'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> </div> </div> </div> </div> </main> <?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/thongtin/htdocs/thongtin.org/Modules/Dubaothoitiet/Resources/views/ward.blade.php ENDPATH**/ ?>}
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
            }
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
            Illuminate\View\View->getContents() …
            › {    return $this->engine->get($this->path, $this->gatherData());}
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
            Illuminate\View\View->renderContents() …
            › 
            › $contents = $this->getContents();}
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
            Illuminate\View\View->render(callable $callback = null) …
            › try {    $contents = $this->renderContents();}
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Http/Response.php:62 {
            Illuminate\Http\Response->setContent($content) …
            › elseif ($content instanceof Renderable) {    $content = $content->render();}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:731 {
            Illuminate\Routing\Router->prepareResponse($request, $response) …
            › {    return static::toResponse($request, $response);}
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:685 {
            Illuminate\Routing\Router->Illuminate\Routing\{closure} …
            › return $this->prepareResponse(    $request, $route->run());
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
            Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
            › try {    return $destination($passable);} catch (Throwable $e) {
          }
          /home/thongtin/htdocs/thongtin.org/vendor/spatie/laravel-responsecache/src/Middlewares/CacheResponse.php:43 {
            Spatie\ResponseCache\Middlewares\CacheResponse->handle(Request $request, Closure $next, ...$args): Response …
            › 
            › $response = $next($request);}
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
            Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
            › 
            ›     return $next($request);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:77 {
            Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
            › ) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
            Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
            › 
            ›     return $next($request);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:116 {
            Illuminate\Session\Middleware\StartSession->handleStatefulRequest(Request $request, $session, Closure $next) …
            › 
            › $response = $next($request);}
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
            Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
            › {    $response = $next($request);}
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
            Illuminate\Pipeline\Pipeline->then(Closure $destination) …
            › 
            ›     return $pipeline($this->passable);}
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:687 {
            Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
            ›                         );                    });}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628 {
            Illuminate\Routing\Router->dispatchToRoute(Request $request) …
            › {    return $this->runRoute($request, $this->findRoute($request));}
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:617 {
            Illuminate\Routing\Router->dispatch(Request $request) …
            › 
            ›     return $this->dispatchToRoute($request);}
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165 {
            Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
            › 
            ›     return $this->router->dispatch($request);};
          }
          /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
            Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
            › try {    return $destination($passable);} catch (Throwable $e) {
          }
          /home/thongtin/htdocs/thongtin.org/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
            Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
            › if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {    return $next($request);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
            Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
            › 
            ›     return $next($request);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
            Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
            › 
            ›     return $next($request);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
            Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
            › 
            ›     return $next($request);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63 {
            Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
            › 
            ›     return $next($request);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fruitcake/laravel-cors/src/HandleCors.php:37 {
            Fruitcake\Cors\HandleCors->handle($request, Closure $next) …
            › if (! $this->shouldRun($request)) {    return $next($request);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fideloper/proxy/src/TrustProxies.php:57 {
            Fideloper\Proxy\TrustProxies->handle(Request $request, Closure $next) …
            › 
            ›     return $next($request);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
            Illuminate\Pipeline\Pipeline->then(Closure $destination) …
            › 
            ›     return $pipeline($this->passable);}
          }
          /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109 {
            Illuminate\Foundation\Http\Kernel->handle($request) …
            › 
            ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
          }
          /home/thongtin/htdocs/thongtin.org/public/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
          }
        }
      }
      #severity: E_ERROR
      trace: {
        /home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php:4 {
          Illuminate\View\Engines\CompilerEngine->handleViewException(Throwable $e, $obLevel) …
          ›     $hasSubmenu = isset($submenu) && count($submenu) > 0;?> <li class="nav-item <?php echo e($hasSubmenu ? 'dropdown' : ''); ?>"> <?php if($hasSubmenu): ?> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdown<?php echo e($k); ?>" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown<?php echo e($k); ?>"> <?php $__currentLoopData = $submenu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(isset($item->url) && $item->url != '' ? $item->url : (isset($item->route) ? route($item->route) : '#')); ?>"> <i class="bi bi-arrow-right me-2"></i><?php echo e($item->title); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php else: ?> <a class="nav-link text-dark d-flex align-items-center fw-medium" href="<?php echo e($menu_item->url ?? '#'); ?>"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <?php endif; ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdownPrice" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <i class="bi bi-cart me-1"></i> Giá cả TT </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdownPrice"> <?php if(isset($price_types_menu)): ?> <?php $__currentLoopData = $price_types_menu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pri): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(route('tygia.gia_ca_detail', ['slug' => $pri->slug]) ?? '#'); ?>"> <i class="bi bi-tag me-2"></i><?php echo e($pri->title ?? 'N/A'); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </ul> </li> </ul> <?php /**PATH /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php ENDPATH**/ ?>}
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
          Illuminate\View\Engines\PhpEngine->evaluatePath($__path, $__data) …
          › } catch (Throwable $e) {    $this->handleViewException($e, $obLevel);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
          Illuminate\View\View->getContents() …
          › {    return $this->engine->get($this->path, $this->gatherData());}
        }
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
          Illuminate\View\View->renderContents() …
          › 
          › $contents = $this->getContents();}
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
          Illuminate\View\View->render(callable $callback = null) …
          › try {    $contents = $this->renderContents();}
        /home/thongtin/htdocs/thongtin.org/storage/framework/views/70d0d5c1b7f0a6fad8f3b29276b1794d659464e4.php:273 {
          include …
          › <body>        <?php echo $__env->make('layouts.header', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>       
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
          }
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
          Illuminate\View\View->getContents() …
          › {    return $this->engine->get($this->path, $this->gatherData());}
        }
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
          Illuminate\View\View->renderContents() …
          › 
          › $contents = $this->getContents();}
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
          Illuminate\View\View->render(callable $callback = null) …
          › try {    $contents = $this->renderContents();}
        /home/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php:7 {
          include …
          › ?> <?php if(isset($data_current)): ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết hiện tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hiện tại hôm nay, dự báo chất lượng không khí <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?>, lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php elseif(isset($data_hourse)): ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết theo giờ <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hôm nay, ngày mai, dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> 48 giờ , lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php else: ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết 10 ngày tới <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hôm nay, ngày mai, , lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> 10 ngày,3 ngày <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('image_seo'); ?><?php echo e(config('app.url').Storage::url(setting('site.imageweather'))); ?><?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <main class="container-fluid"> <div class="row"> <div class="col-lg-9 col-12"> <div class="card border-0 shadow-sm mb-4"> <div class="card-header bg-info text-white"> <h1 class="h3 mb-0"> <i class="bi bi-cloud-sun me-2"></i>Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> </h1> </div> <div class="card-body p-0"> <ul class="nav nav-pills nav-fill <?php if($agent): ?> flex-column flex-sm-row <?php endif; ?>" id="weatherTabs" role="tablist"> <?php if(isset($data_current)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" aria-selected="true"> <i class="bi bi-thermometer me-2"></i>Thời tiết hiện tại </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward', ['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> hiện tại"> <i class="bi bi-thermometer me-2"></i>Thời tiết hiện tại </a> </li> <?php endif; ?> <?php if(isset($data_hourse)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" aria-selected="true"> <i class="bi bi-clock me-2"></i>Thời tiết hàng giờ </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward_house',['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> hàng giờ"> <i class="bi bi-clock me-2"></i>Thời tiết hàng giờ </a> </li> <?php endif; ?> <?php if(isset($data_10day)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" aria-selected="true"> <i class="bi bi-calendar3 me-2"></i>Thời tiết 10 ngày tới </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward_day',['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> 10 ngày tới"> <i class="bi bi-calendar3 me-2"></i>Thời tiết 10 ngày tới </a> </li> <?php endif; ?> </ul> </div> <div class="tab-content" id="weatherTabsContent"> <?php if(isset($data_current)): ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab"> <?php echo $__env->make('dubaothoitiet::component.current', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php elseif(isset($data_hourse)): ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab"> <?php echo $__env->make('dubaothoitiet::component.hour', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php else: ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab"> <?php echo $__env->make('dubaothoitiet::component.tenday', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endif; ?> </div> <?php echo $__env->make('component.adnow', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <div class="col-lg-3 col-12"> <div class="sticky-top" style="top: 20px;"> <div class="row g-3"> <div class="col-12"> <?php if($district->wards->count() > 0): ?> <?php echo $__env->make('dubaothoitiet::component.ward',compact('district'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> <div class="col-12"> <?php if($province->districts->count() > 0): ?> <?php echo $__env->make('dubaothoitiet::component.district',compact('province'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> </div> </div> </div> </div> </main> <?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/thongtin/htdocs/thongtin.org/Modules/Dubaothoitiet/Resources/views/ward.blade.php ENDPATH**/ ?>}
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
          }
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
          Illuminate\View\View->getContents() …
          › {    return $this->engine->get($this->path, $this->gatherData());}
        }
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
          Illuminate\View\View->renderContents() …
          › 
          › $contents = $this->getContents();}
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
          Illuminate\View\View->render(callable $callback = null) …
          › try {    $contents = $this->renderContents();}
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Http/Response.php:62 {
          Illuminate\Http\Response->setContent($content) …
          › elseif ($content instanceof Renderable) {    $content = $content->render();}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:731 {
          Illuminate\Routing\Router->prepareResponse($request, $response) …
          › {    return static::toResponse($request, $response);}
        }
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:685 {
          Illuminate\Routing\Router->Illuminate\Routing\{closure} …
          › return $this->prepareResponse(    $request, $route->run());
        }
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
          Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
          › try {    return $destination($passable);} catch (Throwable $e) {
        }
        /home/thongtin/htdocs/thongtin.org/vendor/spatie/laravel-responsecache/src/Middlewares/CacheResponse.php:43 {
          Spatie\ResponseCache\Middlewares\CacheResponse->handle(Request $request, Closure $next, ...$args): Response …
          › 
          › $response = $next($request);}
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
          Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
          › 
          ›     return $next($request);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:77 {
          Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
          › ) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
          Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
          › 
          ›     return $next($request);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:116 {
          Illuminate\Session\Middleware\StartSession->handleStatefulRequest(Request $request, $session, Closure $next) …
          › 
          › $response = $next($request);}
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
          Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
          › {    $response = $next($request);}
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
          Illuminate\Pipeline\Pipeline->then(Closure $destination) …
          › 
          ›     return $pipeline($this->passable);}
        }
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:687 {
          Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
          ›                         );                    });}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628 {
          Illuminate\Routing\Router->dispatchToRoute(Request $request) …
          › {    return $this->runRoute($request, $this->findRoute($request));}
        }
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:617 {
          Illuminate\Routing\Router->dispatch(Request $request) …
          › 
          ›     return $this->dispatchToRoute($request);}
        }
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165 {
          Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
          › 
          ›     return $this->router->dispatch($request);};
        }
        /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
          Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
          › try {    return $destination($passable);} catch (Throwable $e) {
        }
        /home/thongtin/htdocs/thongtin.org/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
          Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
          › if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {    return $next($request);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
          Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
          › 
          ›     return $next($request);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
          Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
          › 
          ›     return $next($request);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
          Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
          › 
          ›     return $next($request);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63 {
          Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
          › 
          ›     return $next($request);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fruitcake/laravel-cors/src/HandleCors.php:37 {
          Fruitcake\Cors\HandleCors->handle($request, Closure $next) …
          › if (! $this->shouldRun($request)) {    return $next($request);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fideloper/proxy/src/TrustProxies.php:57 {
          Fideloper\Proxy\TrustProxies->handle(Request $request, Closure $next) …
          › 
          ›     return $next($request);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
          Illuminate\Pipeline\Pipeline->then(Closure $destination) …
          › 
          ›     return $pipeline($this->passable);}
        }
        /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109 {
          Illuminate\Foundation\Http\Kernel->handle($request) …
          › 
          ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
        }
        /home/thongtin/htdocs/thongtin.org/public/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
        }
      }
    }
    #severity: E_ERROR
    trace: {
      /home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php:4 {
        Illuminate\View\Engines\CompilerEngine->handleViewException(Throwable $e, $obLevel) …
        ›     $hasSubmenu = isset($submenu) && count($submenu) > 0;?> <li class="nav-item <?php echo e($hasSubmenu ? 'dropdown' : ''); ?>"> <?php if($hasSubmenu): ?> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdown<?php echo e($k); ?>" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown<?php echo e($k); ?>"> <?php $__currentLoopData = $submenu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(isset($item->url) && $item->url != '' ? $item->url : (isset($item->route) ? route($item->route) : '#')); ?>"> <i class="bi bi-arrow-right me-2"></i><?php echo e($item->title); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php else: ?> <a class="nav-link text-dark d-flex align-items-center fw-medium" href="<?php echo e($menu_item->url ?? '#'); ?>"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <?php endif; ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdownPrice" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <i class="bi bi-cart me-1"></i> Giá cả TT </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdownPrice"> <?php if(isset($price_types_menu)): ?> <?php $__currentLoopData = $price_types_menu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pri): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(route('tygia.gia_ca_detail', ['slug' => $pri->slug]) ?? '#'); ?>"> <i class="bi bi-tag me-2"></i><?php echo e($pri->title ?? 'N/A'); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </ul> </li> </ul> <?php /**PATH /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php ENDPATH**/ ?>}
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
        Illuminate\View\Engines\PhpEngine->evaluatePath($__path, $__data) …
        › } catch (Throwable $e) {    $this->handleViewException($e, $obLevel);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
        Illuminate\View\View->getContents() …
        › {    return $this->engine->get($this->path, $this->gatherData());}
      }
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
        Illuminate\View\View->renderContents() …
        › 
        › $contents = $this->getContents();}
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
        Illuminate\View\View->render(callable $callback = null) …
        › try {    $contents = $this->renderContents();}
      /home/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php:7 {
        include …
        › ?> <?php if(isset($data_current)): ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết hiện tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hiện tại hôm nay, dự báo chất lượng không khí <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?>, lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php elseif(isset($data_hourse)): ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết theo giờ <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hôm nay, ngày mai, dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> 48 giờ , lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php else: ?> <?php $__env->startSection('title'); ?> Dự báo thời tiết 10 ngày tới <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> <?php $__env->stopSection(); ?> <?php $__env->startSection('description'); ?> Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> hôm nay, ngày mai, , lượng mưa, khả năng mưa, hướng gió tại <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> 10 ngày,3 ngày <?php $__env->stopSection(); ?> <?php endif; ?> <?php $__env->startSection('image_seo'); ?><?php echo e(config('app.url').Storage::url(setting('site.imageweather'))); ?><?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <main class="container-fluid"> <div class="row"> <div class="col-lg-9 col-12"> <div class="card border-0 shadow-sm mb-4"> <div class="card-header bg-info text-white"> <h1 class="h3 mb-0"> <i class="bi bi-cloud-sun me-2"></i>Dự báo thời tiết <?php echo e($ward->name); ?> - <?php echo e($district->name); ?> - <?php echo e($province->name); ?> </h1> </div> <div class="card-body p-0"> <ul class="nav nav-pills nav-fill <?php if($agent): ?> flex-column flex-sm-row <?php endif; ?>" id="weatherTabs" role="tablist"> <?php if(isset($data_current)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" aria-selected="true"> <i class="bi bi-thermometer me-2"></i>Thời tiết hiện tại </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward', ['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> hiện tại"> <i class="bi bi-thermometer me-2"></i>Thời tiết hiện tại </a> </li> <?php endif; ?> <?php if(isset($data_hourse)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" aria-selected="true"> <i class="bi bi-clock me-2"></i>Thời tiết hàng giờ </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward_house',['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> hàng giờ"> <i class="bi bi-clock me-2"></i>Thời tiết hàng giờ </a> </li> <?php endif; ?> <?php if(isset($data_10day)): ?> <li class="nav-item" role="presentation"> <button class="nav-link active fw-bold" id="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab" data-bs-toggle="tab" data-bs-target="#thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" type="button" role="tab" aria-controls="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" aria-selected="true"> <i class="bi bi-calendar3 me-2"></i>Thời tiết 10 ngày tới </button> </li> <?php else: ?> <li class="nav-item" role="presentation"> <a class="nav-link fw-bold" href="<?php echo e(route('weather.ward_day',['province' => $province->slug,'district' => $district->slug,'ward' => $ward->slug] )); ?>" title="Dự báo thời tiết <?php echo e($ward->name); ?> 10 ngày tới"> <i class="bi bi-calendar3 me-2"></i>Thời tiết 10 ngày tới </a> </li> <?php endif; ?> </ul> </div> <div class="tab-content" id="weatherTabsContent"> <?php if(isset($data_current)): ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-hien-tai-tab"> <?php echo $__env->make('dubaothoitiet::component.current', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php elseif(isset($data_hourse)): ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-hang-gio-tab"> <?php echo $__env->make('dubaothoitiet::component.hour', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php else: ?> <div class="tab-pane fade show active" id="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab-pane" role="tabpanel" aria-labelledby="thoi-tiet-<?php echo e($ward->slug); ?>-10-ngay-tab"> <?php echo $__env->make('dubaothoitiet::component.tenday', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> <?php endif; ?> </div> <?php echo $__env->make('component.adnow', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </div> </div> <div class="col-lg-3 col-12"> <div class="sticky-top" style="top: 20px;"> <div class="row g-3"> <div class="col-12"> <?php if($district->wards->count() > 0): ?> <?php echo $__env->make('dubaothoitiet::component.ward',compact('district'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> <div class="col-12"> <?php if($province->districts->count() > 0): ?> <?php echo $__env->make('dubaothoitiet::component.district',compact('province'), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php endif; ?> </div> </div> </div> </div> </div> </main> <?php $__env->stopSection(); ?><?php echo $__env->make('layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/thongtin/htdocs/thongtin.org/Modules/Dubaothoitiet/Resources/views/ward.blade.php ENDPATH**/ ?>}
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/storage/framework/views/aff644a00bd9a4183573b777a000a90d79bc391c.php"
        }
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
        Illuminate\View\View->getContents() …
        › {    return $this->engine->get($this->path, $this->gatherData());}
      }
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
        Illuminate\View\View->renderContents() …
        › 
        › $contents = $this->getContents();}
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
        Illuminate\View\View->render(callable $callback = null) …
        › try {    $contents = $this->renderContents();}
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Http/Response.php:62 {
        Illuminate\Http\Response->setContent($content) …
        › elseif ($content instanceof Renderable) {    $content = $content->render();}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:731 {
        Illuminate\Routing\Router->prepareResponse($request, $response) …
        › {    return static::toResponse($request, $response);}
      }
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:685 {
        Illuminate\Routing\Router->Illuminate\Routing\{closure} …
        › return $this->prepareResponse(    $request, $route->run());
      }
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › try {    return $destination($passable);} catch (Throwable $e) {
      }
      /home/thongtin/htdocs/thongtin.org/vendor/spatie/laravel-responsecache/src/Middlewares/CacheResponse.php:43 {
        Spatie\ResponseCache\Middlewares\CacheResponse->handle(Request $request, Closure $next, ...$args): Response …
        › 
        › $response = $next($request);}
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
        Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:77 {
        Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
        › ) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
        Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:116 {
        Illuminate\Session\Middleware\StartSession->handleStatefulRequest(Request $request, $session, Closure $next) …
        › 
        › $response = $next($request);}
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
        Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
        › {    $response = $next($request);}
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
        Illuminate\Pipeline\Pipeline->then(Closure $destination) …
        › 
        ›     return $pipeline($this->passable);}
      }
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:687 {
        Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
        ›                         );                    });}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628 {
        Illuminate\Routing\Router->dispatchToRoute(Request $request) …
        › {    return $this->runRoute($request, $this->findRoute($request));}
      }
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:617 {
        Illuminate\Routing\Router->dispatch(Request $request) …
        › 
        ›     return $this->dispatchToRoute($request);}
      }
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165 {
        Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
        › 
        ›     return $this->router->dispatch($request);};
      }
      /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
        Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
        › try {    return $destination($passable);} catch (Throwable $e) {
      }
      /home/thongtin/htdocs/thongtin.org/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
        Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
        › if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {    return $next($request);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
        Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
        Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
        Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63 {
        Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fruitcake/laravel-cors/src/HandleCors.php:37 {
        Fruitcake\Cors\HandleCors->handle($request, Closure $next) …
        › if (! $this->shouldRun($request)) {    return $next($request);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fideloper/proxy/src/TrustProxies.php:57 {
        Fideloper\Proxy\TrustProxies->handle(Request $request, Closure $next) …
        › 
        ›     return $next($request);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
        Illuminate\Pipeline\Pipeline->then(Closure $destination) …
        › 
        ›     return $pipeline($this->passable);}
      }
      /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109 {
        Illuminate\Foundation\Http\Kernel->handle($request) …
        › 
        ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
      }
      /home/thongtin/htdocs/thongtin.org/public/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
      }
    }
  }
  #severity: E_ERROR
  trace: {
    /home/thongtin/htdocs/thongtin.org/storage/framework/views/663fd4e192f02fd67cc0215d7d6f95593f129f7a.php:4 {
      Illuminate\View\Engines\CompilerEngine->handleViewException(Throwable $e, $obLevel) …
      ›     $hasSubmenu = isset($submenu) && count($submenu) > 0;?> <li class="nav-item <?php echo e($hasSubmenu ? 'dropdown' : ''); ?>"> <?php if($hasSubmenu): ?> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdown<?php echo e($k); ?>" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdown<?php echo e($k); ?>"> <?php $__currentLoopData = $submenu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $item): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(isset($item->url) && $item->url != '' ? $item->url : (isset($item->route) ? route($item->route) : '#')); ?>"> <i class="bi bi-arrow-right me-2"></i><?php echo e($item->title); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </ul> <?php else: ?> <a class="nav-link text-dark d-flex align-items-center fw-medium" href="<?php echo e($menu_item->url ?? '#'); ?>"> <?php echo $menu_item->icon_class; ?> <?php echo e($menu_item->title); ?> </a> <?php endif; ?> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle text-dark d-flex align-items-center fw-medium" href="#" id="navbarDropdownPrice" role="button" data-bs-toggle="dropdown" aria-expanded="false"> <i class="bi bi-cart me-1"></i> Giá cả TT </a> <ul class="dropdown-menu" aria-labelledby="navbarDropdownPrice"> <?php if(isset($price_types_menu)): ?> <?php $__currentLoopData = $price_types_menu; $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $pri): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> <li> <a class="dropdown-item d-flex align-items-center text-dark" href="<?php echo e(route('tygia.gia_ca_detail', ['slug' => $pri->slug]) ?? '#'); ?>"> <i class="bi bi-tag me-2"></i><?php echo e($pri->title ?? 'N/A'); ?> </a> </li> <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> <?php endif; ?> </ul> </li> </ul> <?php /**PATH /home/thongtin/htdocs/thongtin.org/resources/views/my_menu.blade.php ENDPATH**/ ?>}
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:43 {
      Illuminate\View\Engines\PhpEngine->evaluatePath($__path, $__data) …
      › } catch (Throwable $e) {    $this->handleViewException($e, $obLevel);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:139 {
      Illuminate\View\View->getContents() …
      › {    return $this->engine->get($this->path, $this->gatherData());}
    }
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:122 {
      Illuminate\View\View->renderContents() …
      › 
      › $contents = $this->getContents();}
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/View.php:91 {
      Illuminate\View\View->render(callable $callback = null) …
      › try {    $contents = $this->renderContents();}
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Http/Response.php:62 {
      Illuminate\Http\Response->setContent($content) …
      › elseif ($content instanceof Renderable) {    $content = $content->render();}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:731 {
      Illuminate\Routing\Router->prepareResponse($request, $response) …
      › {    return static::toResponse($request, $response);}
    }
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:685 {
      Illuminate\Routing\Router->Illuminate\Routing\{closure} …
      › return $this->prepareResponse(    $request, $route->run());
    }
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › try {    return $destination($passable);} catch (Throwable $e) {
    }
    /home/thongtin/htdocs/thongtin.org/vendor/spatie/laravel-responsecache/src/Middlewares/CacheResponse.php:43 {
      Spatie\ResponseCache\Middlewares\CacheResponse->handle(Request $request, Closure $next, ...$args): Response …
      › 
      › $response = $next($request);}
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Middleware/SubstituteBindings.php:41 {
      Illuminate\Routing\Middleware\SubstituteBindings->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/VerifyCsrfToken.php:77 {
      Illuminate\Foundation\Http\Middleware\VerifyCsrfToken->handle($request, Closure $next) …
      › ) {    return tap($next($request), function ($response) use ($request) {        if ($this->shouldAddXsrfTokenCookie()) {
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/View/Middleware/ShareErrorsFromSession.php:49 {
      Illuminate\View\Middleware\ShareErrorsFromSession->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:116 {
      Illuminate\Session\Middleware\StartSession->handleStatefulRequest(Request $request, $session, Closure $next) …
      › 
      › $response = $next($request);}
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Cookie/Middleware/AddQueuedCookiesToResponse.php:37 {
      Illuminate\Cookie\Middleware\AddQueuedCookiesToResponse->handle($request, Closure $next) …
      › {    $response = $next($request);}
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);}
    }
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:687 {
      Illuminate\Routing\Router->runRouteWithinStack(Route $route, Request $request) …
      ›                         );                    });}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:628 {
      Illuminate\Routing\Router->dispatchToRoute(Request $request) …
      › {    return $this->runRoute($request, $this->findRoute($request));}
    }
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Routing/Router.php:617 {
      Illuminate\Routing\Router->dispatch(Request $request) …
      › 
      ›     return $this->dispatchToRoute($request);}
    }
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:165 {
      Illuminate\Foundation\Http\Kernel->Illuminate\Foundation\Http\{closure} …
      › 
      ›     return $this->router->dispatch($request);};
    }
    /home/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:128 {
      Illuminate\Pipeline\Pipeline->Illuminate\Pipeline\{closure} …
      › try {    return $destination($passable);} catch (Throwable $e) {
    }
    /home/thongtin/htdocs/thongtin.org/vendor/barryvdh/laravel-debugbar/src/Middleware/InjectDebugbar.php:58 {
      Barryvdh\Debugbar\Middleware\InjectDebugbar->handle($request, Closure $next) …
      › if (!$this->debugbar->isEnabled() || $this->inExceptArray($request)) {    return $next($request);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
      Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/TransformsRequest.php:21 {
      Illuminate\Foundation\Http\Middleware\TransformsRequest->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/ValidatePostSize.php:27 {
      Illuminate\Foundation\Http\Middleware\ValidatePostSize->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Middleware/CheckForMaintenanceMode.php:63 {
      Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode->handle($request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fruitcake/laravel-cors/src/HandleCors.php:37 {
      Fruitcake\Cors\HandleCors->handle($request, Closure $next) …
      › if (! $this->shouldRun($request)) {    return $next($request);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/fideloper/proxy/src/TrustProxies.php:57 {
      Fideloper\Proxy\TrustProxies->handle(Request $request, Closure $next) …
      › 
      ›     return $next($request);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:103 {
      Illuminate\Pipeline\Pipeline->then(Closure $destination) …
      › 
      ›     return $pipeline($this->passable);}
    }
    /home/thongtin/htdocs/thongtin.org/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/thongtin/htdocs/thongtin.org/vendor/laravel/framework/src/Illuminate/Foundation/Http/Kernel.php:109 {
      Illuminate\Foundation\Http\Kernel->handle($request) …
      › 
      ›     $response = $this->sendRequestThroughRouter($request);} catch (Throwable $e) {
    }
    /home/thongtin/htdocs/thongtin.org/public/index.php:55 {$response = $kernel->handle(    $request = Illuminate\Http\Request::capture());
    }
  }
}