@extends('base')
{{-- uncomment this section if want to override mobile menu
@section('mobile-menu')
template specific mobile menu
@endsection
--}}
@section('template-content')
{{-- Top Logo Bar --}}
{{-- Top Links Bar --}}
{{-- Center Area --}}
{{ HOME }}
{!! cacheLivePart('header-page-breadcrumb') !!}
@if( $lastUrl != '' && $lastTitle != '' )
@endif
{!! $info !!}
@yield('content')
{{-- Footer Bar --}}
{{-- Copyright Bar --}}
{!! date('Y') . ' ' . COPY_RIGHT !!}
@endsection