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

Add New @foreach($cmss as $index => $cms) @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 }} {{ $cms->name }}{{ substr($cms->email, 0, 3).'****'.substr($cms->email, strpos($cms->email, "@")) }}{{ $cms->email }}+919876543210{{ $cms->mobile }}
{{ csrf_field() }}
ID Full Name Email Mobile Action
@endsection