@extends('layouts.main') @section('title', 'Benutzerprofil bearbeiten') @section('headline', 'Benutzerprofil bearbeiten') @section('content') {{--
--}}
@if($alert == 'successUpdate') @endif
{{ Form::open(array('route' => array('edit-user', $user->id), 'class' => 'form-horizontal', 'method' => 'post', 'role' => 'form', 'files' => true )) }}
@if(Auth::user()->user_role_id == 1)   Abbrechen & zurück @endif
{!! Form::close() !!}
@stop