@section('title')
{{ Config::get('site.title') }}
@show @section('meta_description')
@show
@include('partials/googleanalytics')
Blog
SeaQA
Companies
Tools
Contact
@if(Auth::check())
@include('partials/headerrightnavigation')
@else
Login
@endif
@yield('content')
@yield('addthisscript')