@extends('admin.dashboard') @section('title', 'Users') @section('adminContent') @php $updownIcon = ''; @endphp
All users

Export

+ add user

@foreach ($allUsers as $user) @endforeach
Name Email {!! $updownIcon !!} Role {!! $updownIcon !!} last Login {!! $updownIcon !!} join date {!! $updownIcon !!} Rating {!! $updownIcon !!} Action

{{ $user->name }}

{{ $user->email }} user 8066 {{ $user->created_at }}
@if (Auth::user()->id != $user->id) @endif
{{ $allUsers->links() }}
@endsection