@extends('layouts.frontend-inner') @section('title', ' Home') @section('css') @endsection @section('style') @endsection @section('content') @include("frontend.partials._bread-crumb") {!!$htmlContent!!} @endsection @section('script') @endsection