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