@section('title')
{{ Config::get('site.title') }}
@show @section('meta_description')
@show
{{ HTML::style('./assets/css/font.css') }} {{ HTML::style('./assets/css/message.css') }} {{ HTML::style('./assets/css/nav.css') }} {{ HTML::style('./assets/css/button.css') }} {{ HTML::style('./assets/css/jquery-ui.css') }} {{ HTML::style( './assets/css/nav-mobile.css') }} {{ HTML::style( './assets/css/bootstrap.min.css') }} {{ HTML::script( './assets/js/jquery-1.11.3.min.js') }} {{ HTML::script( './assets/js/bootstrap.js') }} {{ HTML::script( './assets/js/jquery.form.js') }} {{ HTML::script( './assets/js/jquery.tooltipster.js') }} {{ HTML::script( './assets/js/nav-mobile.js') }} @include('partials/googleanalytics')
@include('partials/leftnavigation')
@include('partials/newheader')
@yield('content')
{{ HTML::script( './assets/js/myseatime-script.js') }}