@section('meta')
@show
@section('title')@setting('core::site-name')@show
{!! Theme::style('css/main.css') !!} @include('partials.navigation')
@yield('content')
@include('partials.footer') {!! Theme::script('js/all.js') !!} @yield('scripts')