Users Users (वापरकर्ते) {{-- Test --}} {{-- Edit Form --}}
{{-- --}} @foreach ($users as $user) {{-- --}} @endforeach
Sr No Full Name Email Category MobileStatusRegistered On Action
{{ $loop->iteration }} {{ $user->name }} {{ $user->email }} @if ($user->category == '1') Divyang(दिव्यांग) @elseif($user->category == '2') Leprosy(कुष्ठरोग) @elseif($user->category == '3') Senior Citizen(ज्येष्ठ नागरिक) @elseif($user->category == '4') Women and Child Walfare(महिला आणि बालकल्याण) @else NA @endif {{ $user->mobile }}
{{ \Carbon\Carbon::parse($user->created_at)->format('d M, y h:i:s') }}
{{-- Change Password Form --}} {{-- Assign Role Modal --}}
{{-- Add --}}