@extends('vendor.layouts.auth') @section('style') @endsection @section('content')

Become a Vendor

Join thousands of successful sellers

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif
@csrf

Already have an account? Login

@endsection