@extends('admin.layouts.master') @section('content')
# | Name | Mobile | City | Specialist | Points | Voucher eligibility | Actions | |
---|---|---|---|---|---|---|---|---|
{{ $index + 1 }} |
|
{{ $user->email }} | {{ $user->mobile }} | {{ $user->city->city_name ?? 'N/A' }} | {{ $user->specialty->specialty_name ?? 'N/A' }} | {{ number_format($user->points) }} | ||
No users found
|