@extends('common.admin.layout.base') {{ App::setLocale( isset($_COOKIE['admin_language']) ? $_COOKIE['admin_language'] : 'en' ) }} @section('title') {{ __('Dispatcher Manager') }} @stop @section('styles') @parent @stop @section('content')
{{ __('Dispatchers') }}
@if(Helper::getDemomode() == 1)

** Demo Mode : {{ __('admin.demomode') }}

(*personal information hidden in demo) @endif {{ __('Add New') }} {{ __('Dispatcher') }}
{{ __('admin.id') }} {{ __('admin.name') }} {{ __('admin.email') }} {{ __('admin.action') }}
@stop @section('scripts') @parent @stop