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

Create Vendor

Create Vendor Form

@csrf

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
Please never share your email & password with anyone else. @if($errors->has('password'))

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

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