@section('title') {{ Config::get('site.title') }} @show @section('meta_description') @show {{ HTML::style('./assets/css/font.css') }} {{ HTML::style('./assets/css/style.css?v=2.01') }} {{ HTML::style('./assets/css/nav.css') }} {{ HTML::style('./assets/css/media.css') }} {{ HTML::style('./assets/css/button.css') }} {{ HTML::style('./assets/css/devseatime.css') }} {{ HTML::style( './assets/css/bootstrap.min.css') }} {{ HTML::style( './assets/css/tooltipster.css') }} {{ HTML::style( './assets/css/nav-mobile.css') }} {{ HTML::script( './assets/js/jquery-1.11.3.min.js') }} {{ HTML::script( './assets/js/bootstrap.js') }} {{ HTML::script( './assets/js/jquery.metisMenu.js') }} {{ HTML::script( './assets/js/jquery.form.js') }} {{ HTML::script( './assets/js/myseatime-script.js') }} {{ HTML::script( './assets/js/jquery.tooltipster.js') }} {{ HTML::script( './assets/js/nav-mobile.js') }}
@include('partials/leftnavigation')
@include('partials/newheader')
@yield('content') @include('partials/footer')