@extends('vendor.layouts.auth') @section('title', 'Vendor Registration') @section('auth-title') Join as a Vendor @endsection @section('auth-subtitle') Start selling your products on our multi-vendor fashion platform @endsection @section('auth-content')
@csrf
@error('name')

{{ $message }}

@enderror
@error('email')

{{ $message }}

@enderror
@error('password')

{{ $message }}

@enderror
@error('password_confirmation')

{{ $message }}

@enderror
@endsection @section('auth-links')

Already have an account? Sign in here

@endsection