@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')
Home
Back
{{ getTitleInPage() }}
Edit
{{ getTitleInPage() }} - Edit
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{ getTitleInPage() }} - Edit
Title* :
Select Title
@foreach($MerchantTitle as $title)
title==$title->id)?'selected':'' }}>{{ $title->title }}
@endforeach
Name* :
Phone* :
Email* :
Enterprise* :
{{ getEnterpriseNameById($enterprise_id) }}
Head office* :
Select Head office
@foreach($ho_branches as $ho)
id)?'selected':'' }}>{{ $ho->name }}
@endforeach
Role* :
@if(count($role_id) > 0) @foreach($role_id as $roleId)
{{ getRoleName($roleId) }}
@endforeach @endif
Login OTP :
required_otp == 1)?'selected':'' }}>Yes
required_otp == 0)?'selected':'' }}>No
This is as set by Maker. Do not change
Login Allow to App? :
is_login_allow_app == 1)?'checked':'' }} />
Make sure its checked unless you want to block access to the Maker
Status :
status == 1)?'selected':'' }}>Active
status == 0)?'selected':'' }}>Inactive
Reason Status :
Select Reason Status
@foreach($ReasonStatus as $val)
reason_status == $val->id)?'selected':'' }}>{{ $val->name }}
@endforeach
Reason :
{{ $admins->reason }}
Save
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection