@extends('base') {{-- uncomment this section if want to override mobile menu @section('mobile-menu') template specific mobile menu @endsection --}} @push('meta-tags') @endpush @section('template-content')
@if( ! $isIndexPage )
{!! $info !!}
@if( $isContentPage )

{{ cacheLivePart('header-page-heading') }}

@endif @yield('content') @if( $isContentPage )
@endif
@else @yield('content') @endif
@endsection