@extends(themeView('master')) @section('meta-tags') @include(themeView('partials.meta-tags')) @endsection @section('content') @include(themeView('partials.home-slider')) {{-- @include(themeView('partials.home-mission-vision')) --}} @foreach ($sectionCategories as $category) @include(themeView('partials.sections.template-' . $category['template'], ['category' => $category])) @endforeach @include(themeView('partials.home-team')) @include(themeView('partials.home-testimonials')) @include(themeView('partials.home-partners')) @endsection