@extends('frontend.layouts.main') @section('main-container') @if (!empty($homecontent) && $homecontent->count() > 0)

{{ $homecontent->title }}

{{ $homecontent->short_description }}
hero
@endif @if ($about->count() > 0)
about

{{ $about->title }}

{{ $about->short_description }}

@endif @if ($products->count() > 0)

Explore our products

Products

View All
@endif @if ($brand->count() > 0)

Brands we associate with

@endif

Enquiry Now

Feel free to connect with us.

@include('frontend.create')
query
@endsection