@extends('base') {{-- uncomment this section if want to override mobile menu @section('mobile-menu') template specific mobile menu @endsection --}} @section('template-content') {{ ABOUT_US }} {{ CONTACT_US }} {{ FAQ }} {{ SCRIPT_COMPANY_SLOGAN }} {{ MERCHANTS }} {{ BRANDS }} {{ VISITOR_AREA }} {{ ALL_CATEGORIES }} {{ SEARCH }} @if ( defined('IS_COUPONS_INSTALLED') && IS_COUPONS_INSTALLED == 1 ) {{ COUPONS }} @endif {{ HOME }} {!! cacheLivePart('header-page-breadcrumb') !!} @if( $lastUrl != '' && $lastTitle != '' ) {{ BACK_TO }} {{ $lastTitle }} @endif {!! $info !!} @yield('content')