@extends('admin.layout.base') @section('title', 'Crm ') @section('content')
 CRM User @if(Setting::get('demo_mode', 0) == 1) (*personal information hidden in demo) @endif

Add New @foreach($crms as $index => $crm) @if(Setting::get('demo_mode', 0) == 1) @else @endif @if(Setting::get('demo_mode', 0) == 1) @else @endif @endforeach
ID Full Name Email Mobile Action
{{ $index + 1 }} {{ $crm->name }}{{ substr($crm->email, 0, 3).'****'.substr($crm->email, strpos($crm->email, "@")) }}{{ $crm->email }}+919876543210{{ $crm->mobile }}
{{ csrf_field() }}
ID Full Name Email Mobile Action
@endsection