@extends('layouts.main') @section('main-container')
| Sl.N | Unit | State | District | Block | Name | Mobile | Password | Inactive | |
|---|---|---|---|---|---|---|---|---|---|
| {{ ($users->currentPage() - 1) * $users->perPage() + $index + 1 }} | {{ $user->unit->name ?? '-' }} | {{ $user->state->name ?? '-' }} | {{ $user->district->name ?? '-' }} | {{ $user->block->name ?? '-' }} | {{ $user->name }} | {{ $user->mobile }} | {{ $user->email }} | {{-- Replace 'admin.users.send-reset' with your actual admin route that triggers sending a password reset email to the user --}} | |
| No users found. | |||||||||