@extends('header') @section('title', 'Home') @section('otherConetent') {{-- Hero Section --}} @include('Frontend.heroSection')

{{ $categoryNames['firstCategoryCard'] }}

@include('Frontend.firstCategoryCard', ['data' => $categoryNames['firstCategoryCard']])

{{ $categoryNames['sliderCategoryCard'] }}

@include('Frontend.sliderCategoryCard', ['data' => $categoryNames['sliderCategoryCard']])

{{ $categoryNames['secondCategoryCard'] }}

@include('Frontend.secondCategoryCard', ['data' => $categoryNames['secondCategoryCard']])
@endsection