@extends('admin.partial.template-full') @section('header')
test
@endsection @section('section')

Users


@foreach($users as $user) @if($user->status == 'deleted') @else @endif @endforeach
ID Username Actions
{{$user->id}} {{$user->username}} Account Deleted
{{$user->id}} {{$user->username}} @if($user->is_admin) @endif Profile Review Mod Logs
{{$users->links()}}
@endsection @push('styles') @endpush @push('scripts') @endpush