@section('title')
{{ Config::get('site.title') }}
@show
@section('meta_description')
@show
{{ HTML::style('./assets/css/font.css') }}
{{ HTML::style('./assets/css/blog-style.css') }}
{{ HTML::style( './assets/css/bootstrap.min.css') }}
{{ HTML::style( './assets/css/jquery-ui.css') }}
{{ HTML::script( './assets/js/jquery-1.11.3.min.js') }}
{{ HTML::script( './assets/js/bootstrap.js') }}
@include('partials/googleanalytics')