@extends('admin.partials.layout') @section('css') @endsection @section('content')

Edit Vendor

Edit Vendor Form

@csrf @method('PUT')

Vendor personal Info


@if($errors->has('vendor_service'))

{{ $errors->first('vendor_service') }}

@endif
@if($errors->has('vendor_name'))

{{ $errors->first('vendor_name') }}

@endif
@if($errors->has('vendor_phone'))

{{ $errors->first('vendor_phone') }}

@endif
@if($errors->has('vendor_email'))

{{ $errors->first('vendor_email') }}

@endif

Login Details


@if($errors->has('email'))

{{ $errors->first('email') }}

@endif
Leave It Blank For Default Password. @if($errors->has('password'))

{{ $errors->first('password') }}

@endif
@endsection @section('js') @endsection