@extends('base') {{-- uncomment this section if want to override mobile menu @section('mobile-menu') template specific mobile menu @endsection --}} @section('template-content') {{ '' == $visitorName ? VISITOR_AREA : WELCOME.' '.$visitorName }} {{ HOME }} {!! cacheLivePart('header-page-breadcrumb') !!} @if( $lastUrl != '' && $lastTitle != '' ) {{ BACK_TO }} {{ $lastTitle }} @endif {!! $info !!} @yield('content') @endsection