@extends('common.admin.layout.base') {{ App::setLocale( isset($_COOKIE['admin_language']) ? $_COOKIE['admin_language'] : 'en' ) }} @section('title') {{ __('Add') }} {{ __($type) }} @stop @section('styles') @parent @stop @section('content') @include('common.admin.includes.image-modal')
{{ __($type) }} {{ __('Manager') }}
@if($type == "Account") {{ __('Add New') }} {{ __($type) }} {{ __('Manager') }} @else {{ __('Add New') }} {{ __($type) }} @endif
@if(Helper::getDemomode() == 1)

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

(*personal information hidden in demo) @endif
{{ __('admin.id') }} {{$type}} {{ __('admin.name') }} {{$type}} {{ __('admin.email') }} {{ __('admin.mobile') }} {{ __('admin.status') }} {{ __('admin.action') }}
@stop @section('scripts') @parent @stop