{{ HTML::style('https://fonts.googleapis.com/css?family=Raleway:100,600') }} {{ HTML::style('css/mobiscroll.jquery.lite.min.css') }} @include('layouts.partials.links') @yield('links') {{ HTML::style('http://cdn.bootcss.com/toastr.js/latest/css/toastr.min.css') }} @if ($errors->any()) @endif @if(Session::has('success')) @elseif(Session::has('error')) @endif @include('layouts.partials.sidebar') @include('layouts.partials.header') @include('layouts.partials.right_sidebar') @yield('content') @include('layouts.partials.footer') @include('layouts.partials.scripts') {{ HTML::script('http://cdn.bootcss.com/toastr.js/latest/js/toastr.min.js') }} @yield('scripts') {{ HTML::script('js/mobiscroll.jquery.lite.min.js')}}