@extends('layouts.master') @section('title','SALES | EDIT BROKER') @section('headasset') @include('layouts.head-asset') @stop @section('content')
@include('admin.main-header') @include('admin.sidebar')
EDIT BROKER
View Broker
All Broker
@csrf
Sales Representative
@if($broker->sales_representative_id==null)
Select
@endif @if($salesrep) @foreach($salesrep as $sr)
id==$broker->sales_representative_id)?"selected":""}}>{{$sr->name}}
@endforeach @endif
Broker Name
Gender
gender=="male"?"selected":""}}>Male
gender=="female"?"selected":""}}>Female
gender=="other"?"selected":""}}>Other
D.O.B
Designation
Contact
Email
Address
City
Pincode
Change Passwrod
Assign Password
Retype Password
@if(Auth::user()->role_id==1)
Status
status==1?"selected":""}}>Active
status==0?"selected":""}}>Inactive
@endif
UPDATE
@include('admin.footer')
@stop @section('jsscript') @include('layouts.jsscript') @stop