@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error-message'))
{!! Session::get('error-message') !!}
@endif
@if(isset($actions) && count($actions)) @endif