The following errors have occurred:
Name | Username | ||
---|---|---|---|
{{ $user->firstName }} {{ $user->lastName }} | {{ $user->email }} | {{ $user->username }} | Show Edit {{ Form::open(array('url' => 'users/' . $user->id, 'class' => 'pull-right')) }} {{ Form::hidden('_method', 'DELETE') }} @if($user->username != 'admin' && $user->id != $curr_user->id) {{ Form::submit('Delete', array('class' => 'btn btn-small btn-warning')) }} @endif {{ Form::close() }} |
There aren't users in database.