@extends('layout') @section('front-content') @include('frontend.templates.layouts.white_navbar')
@yield('content') @unless(Route::is('contact-us')) @include('frontend.templates.layouts.main_demo_cta') @endunless @endsection