@if (Session::has('message'))
{!! Bootstrap::alert('success', 'Success', Session::get('message')) !!}
@endif
@if ($errors->any())
{!! Bootstrap::alert('danger', 'Error', 'There were errors saving this item. Please double check and submit again.') !!}
@endif