Manage Users

Manage all the publishers and users

@if (session('status')) @endif @if (session('delete_status')) @endif
@foreach ($users as $index => $user) @endforeach
No. @sortablelink('name', 'Name') @sortablelink('email', 'email') No. of websites Role Payment Method @sortablelink('created_at', 'Creation Date')
{{ $index + 1 + ($users->currentPage() - 1) * $users->perPage() }} {{ $user->name }} {{ $user->email }} {{ $user->websites_count }} @if ($user->role == 1) Publisher @else Admin @endif @if ($user->payment_method) {{ $user->payment_method->method }} @else Not Set @endif {{ $user->created_at->format('d-m-Y h:i A') }}
{{-- @include('partials.deletemodal') --}} @include('layouts.footers.auth')