@include('partials.styles')
@include('partials.preloader') @include('partials.sidebar')
@include('partials.header')
Edit Agent
Back to List
Agent Information
@csrf @method('PUT')
User Type
Parent
Select Parent
@foreach($distributors as $dist)
id == $user->parent ? 'selected' : '' }}> {{ $dist->legal_name }}
@endforeach
Legal Name
Select Legal Name
@foreach($distributors as $dist)
legal_name) == $dist->legal_name ? 'selected' : '' }}> {{ $dist->legal_name }}
@endforeach
Role
Select Role
@foreach($roles as $role)
hasRole($role->name)) selected @endif> {{ $role->name }}
@endforeach
Trade Name
Ownership Type
Corporate
Proprietorship
Partnership
Company Type
Private Ltd Company
Public Ltd Company
LLP
Phone
Email
Password
Address
Pincode
State
City
Image
@if($user->image)
@endif
Update
@include('partials.footer')
@include('partials.theme_settings') @include('partials.scripts')