@extends('admin.layout.base') @section('title', 'Dispatcher ') @section('content')
 Dispatcher
@if(Setting::get('demo_mode', 0) == 1) (*personal information hidden in demo) @endif
Add New Dispatcher @foreach($dispatchers as $index => $dispatcher) @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 }} {{ $dispatcher->name }}{{ substr($dispatcher->email, 0, 3).'****'.substr($dispatcher->email, strpos($dispatcher->email, "@")) }}{{ $dispatcher->email }}+919876543210{{ $dispatcher->mobile }}
{{ csrf_field() }}
ID Full Name Email Mobile Action
@endsection