@extends('layouts.staff-new') @section('content')
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Managed Accounts
@if(count($users)) @foreach($users as $user) @endforeach @else @endif
Name User Type Status Manage
avatar
{{$user->name}}
$user->reference @if($user->is_active) @else @endif View
{{$users->links()}}
You've not gotten an account to manage yet
@endsection @section('page-js') @endsection