@if(!empty($_ENV['CLIENT_BRAND']) && $_ENV['CLIENT_BRAND'] != 'smartcare')
@endif
@yield('location') @section('banner')
Imagine Health
@if(Session::has('location'))
@include('textsearch')
Search
@endif @if(Session::has('location') && !empty($classes_counts) && count($classes_counts) > 0)
Browse
@include('browsemenu')
@endif
@show @yield('pre-content')
@yield('content')
@yield('post-content')