@if( ! $isIndexPage )
{{ HOME }} {!! cacheLivePart('header-page-breadcrumb') !!}
@if( $lastUrl != '' && $lastTitle != '' )
@endif
{!! $info !!}
@if( $isContentPage )
{{ cacheLivePart('header-page-heading') }}
@endif
@yield('content')
@if( $isContentPage )
@if( FACEBOOK_PAGE_LINK != '#' )
@endif
{!! getBanner(1000, 'R1') !!}
@endif
@else
@yield('content')
@endif