@extends('layouts.app') @section('content')
User management
@if(!$roundActive) Add Partner Add Supplier @else
There currently is an active round. It's not possible to edit user information during an active round. You are able to add a connection between suppliers and partners.


@endif
@foreach($users as $user) @endforeach
id)}} @elseif($user->role=="partner"){{url("/editPartner/".$user->id)}} @else # @endif "> @if($user->role=="admin") {{$user->name}} @endif {{$user->nickname}}
@if($user->role!="admin") {{$user->name}} @endif
{{$user->username}} {{$user->role}} id)}} @elseif($user->role=="partner"){{url("/editPartner/".$user->id)}} @endif ">
{{ $users->links() }}
@endsection @section('scripts') @endsection