@extends('Admin.master_layout.master') @section('title', getTitleInPage()) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')
Home
{{ getTitleInPage() }}
Edit
{{ getTitleInPage() }} - Edit
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
{{ getTitleInPage() }} - Edit
@if(!getMechantIds())
Enterprise* :
Select Enterprise
@foreach($enterprises as $enterprise)
enterprise_id==$enterprise->id)?'selected':'' }}>{{ $enterprise->name }}
@endforeach
Head office* :
Select Head office
@foreach($ho_branches as $ho)
ho_id==$ho->id)?'selected':'' }}>{{ $ho->name }}
@endforeach
@else
@endif
Rep/Agent Type* :
Select Rep/Agent Type
@if(count($agentsTypeObj) > 0) @foreach($agentsTypeObj as $key => $agentsType)
agent_types_id == $agentsType->id) selected @endif>{{ $agentsType->title }}
@endforeach @endif
Registration Type* :
Select Registration Type
@if(count($AgentRegTypes) > 0) @foreach($AgentRegTypes as $key => $AgentRegTypes)
supplier_type_id == $AgentRegTypes->id) selected @endif>{{ $AgentRegTypes->name }}
@endforeach @endif
Contact Name* :
Contact Email* :
Contact Phone No*:
Full Address*:
{{ $rahebar->address }}
Website :
Pan No. :
GST :
TAN No. :
Pan Image :
@if(!empty($rahebar->pan_image))
@endif
GST Image:
@if(!empty($rahebar->gst_image))
@endif
TAN Image :
@if(!empty($rahebar->tan_image))
@endif
Country* :
Select Country
@foreach($country as $countries)
country_id == $countries->id)?'selected':'' }}>{{ $countries->name }}
@endforeach
State* :
Select State
@foreach($state as $states)
state_id == $states->id)?'selected':'' }}>{{ $states->name }}
@endforeach
City* :
Select City
@foreach($city as $cities)
city_id == $cities->id)?'selected':'' }}>{{ $cities->name }}
@endforeach
Pincode :
Logo :
@if(!empty($rahebar->logo))
@endif
@if(!getMechantIds())
Is Subscribe* :
is_subscribe)?'selected':'' }}>Yes
is_subscribe)?'selected':'' }}>No
Check Duplicate Name? :
check_duplicate_name == 1)?'checked':'' }} />
Status :
status == 1)?'selected':'' }}>Active
status == 0)?'selected':'' }}>Inactive
@endif
Save
Cancel
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection