@extends('admin.template.layout') @section('content') @if(!empty($datamain->vendordatils)) @php $vendor = $datamain->vendordatils; $bankdata = $datamain->bankdetails; @endphp @endif
@csrf()
First Name
*
Last Name
*
Designation
*
Email
*
Password
Confirm Password
{{--
Designation
*
Select
@foreach ($designation as $cnt)
designation_id)) {{$datamain->designation_id==$cnt->id ? "selected" : null}} @endif value="{{ $cnt->id }}"> {{ $cnt->name }}
@endforeach;
--}}
Status
active==1 ? "selected" : null}} @endif value="1">Active
active==0 ? "selected" : null}} @endif value="0">Inactive
Submit
@stop @section('script') @stop