@extends('crm.layout.base') @section('title', 'Users ') @section('content')
| ID | Name | Mobile | Rating | Wallet Amount | Action | |||
|---|---|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $user->first_name }} | @if(Setting::get('demo_mode', 0) == 1){{ substr($user->email, 0, 3).'****'.substr($user->email, strpos($user->email, "@")) }} | @else{{ $user->email }} | @endif @if(Setting::get('demo_mode', 0) == 1)+919876543210 | @else{{ $user->mobile }} | @endif{{ $user->rating }} | ${{ $user->wallet_balance }} |