{!! HTML::style('bower_components/bootstrap/dist/css/bootstrap.min.css') !!} {!! HTML::style('bower_components/bootstrap/dist/css/bootstrap-theme.min.css') !!} {!! HTML::style('bower_components/font-awesome/css/font-awesome.min.css') !!} {!! HTML::style('bower_components/css/signin.css') !!} @stack('styles')
@if(Session::has('success'))

{{ Session::get('success') }}

@endif @if(Session::has('danger'))

{{ Session::get('danger') }}

@endif @yield('content')
{!! HTML::script('bower_components/jquery/dist/jquery.min.js') !!} {!! HTML::script('bower_components/bootstrap/dist/js/bootstrap.min.js') !!} {!! HTML::script('bower_components/bootbox.js/bootbox.js') !!}