{{-- Basset::show('bootstrapper.css') --}} {{-- Basset::show('bootstrapper.js') --}} @if (App::environment() != ENV_DEVELOPMENT) @endif

Invoice Ninja
@if (Auth::user()->registered) @else {{ Button::sm_primary('Sign up', array('data-toggle'=>'modal', 'data-target'=>'#signUpModal')); }}   {{ link_to('account/details', 'My Account'); }} @endif

This is a sample site, the data is erased.

@if (Session::has('message'))
{{ Session::get('message') }}
@endif @yield('content')
@if (!Auth::user()->registered) @endif