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

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