@if($alert == 'successUpdate')
Die Änderungen wurden erfolgreich gespeichert!
@endif
{{ Form::open(array('route' => array('edit-user', $user->id), 'class' => 'form-horizontal', 'method' => 'post', 'role' => 'form', 'files' => true )) }}
{!! Form::close() !!}
@if(Auth::user()->user_role_id == 1)
Abbrechen & zurück
@endif