@include('partials.styles')
@include('partials.preloader') @include('partials.sidebar')
@include('partials.header')
Edit Agent
Back to List
Agent Information
@csrf @method('PUT') {{-- User Type --}}
User Type
Legal Name
Trade Name
{{-- Role - Phone - Email --}}
Select Role
-- Select Role --
@foreach($roles as $role)
hasRole($role->name)) selected @endif> {{ $role->name }}
@endforeach
Phone
Email
{{-- Ownership - Type - Password --}}
Ownership
ownership)=='Corporate'?'selected':'' }}>Corporate
ownership)=='Proprietorship'?'selected':'' }}>Proprietorship
ownership)=='Partnership'?'selected':'' }}>Partnership
Type
type)=='Private Ltd Company'?'selected':'' }}>Private Ltd Company
type)=='Public Ltd Company'?'selected':'' }}>Public Ltd Company
type)=='LLP'?'selected':'' }}>LLP
Password
{{-- Address --}}
Address
{{-- Pincode - State - City --}}
Pincode
State
City
{{-- Image --}}
Upload Image
@if($distributor->image)
@else
No image uploaded
@endif
{{-- Submit --}}
Next
@include('partials.footer')
@include('partials.theme_settings') @include('partials.scripts')