@extends('admin.layout.base') @section('title', 'Crm ') @section('content')
| ID | Full Name | Mobile | Action | |||
|---|---|---|---|---|---|---|
| {{ $index + 1 }} | {{ $crm->name }} | @if(Setting::get('demo_mode', 0) == 1){{ substr($crm->email, 0, 3).'****'.substr($crm->email, strpos($crm->email, "@")) }} | @else{{ $crm->email }} | @endif @if(Setting::get('demo_mode', 0) == 1)+919876543210 | @else{{ $crm->mobile }} | @endif|
| ID | Full Name | Mobile | Action |