@extends('layouts.commonMasterFrontend') @section('layoutContent') @include('layouts.sections.navbar.navbarFrontend')
@yield('content')
@include('layouts.sections.footer.footerFrontend')
@endsection