/home/hqdiagnostic/public_html/
ErrorException
Undefined variable $head_products (View: /home/hqdiagnostic/public_html/resources/views/header.blade.php)

Possible typo $head_products

Did you mean $errors?

    • 56
      resources/views/header.blade.php
      Illuminate\Foundation\Bootstrap\HandleExceptions
      :268
    • 55
      :268
    • 46
      resources/views/layout/mainlayout.blade.php
      :2
    • 37
      resources/views/errors/404.blade.php
      :39
    • 2
      public/index.php
      :51
    • 1
      :21
Illuminate\Foundation\Bootstrap\HandleExceptions::handleError
resources/views/header.blade.php:268

253

254

255

256

257

258

259

260

261

262

263

264

265

266

267

268

269

270

271

272

273

274

275

276

277

278

279

280

281

282

283

echo '<a href="' . config('app.url') . $directory_name . $product->slug . '.html" class="nav-link" title="' . $product->name . '">';

echo $product->name;

echo '</a>';

if ($product->children->count()) {

echo '<ul class="dropdown-menu last-scroll">';

$recursiveMenu($product->children, $directory_name);

echo '</ul>';

}

echo '</li>';

}

};

@endphp

@php $recursiveMenu($head_products, $directory_name); @endphp

</ul>

</li>

<li class="nav-item"><a href="{{config('app.url')}}health-packages.html"

class="nav-link">Health Packages</a></li>

<li class="nav-item"><a href="{{config('app.url')}}testimonial.html"

class="nav-link">Testimonial</a></li>

<li class="nav-item"><a href="{{config('app.url')}}contact-us.html"

class="nav-link">Contact</a></li>

<li class="nav-item"><a href="{{config('app.url')}}blogs.html"

class="nav-link">Blogs</a></li>

<li class="nav-item"><a href="{{config('app.url')}}our-gallery.html"