@php $configData = Helper::appClasses(); $isFront = true; @endphp @extends('layouts/commonMaster' ) @section('layoutContent') @include('layouts/sections/navbar/navbar-front') @yield('content') @include('layouts/sections/footer/footer-front') @endsection