@extends('layouts.master') @section('title', 'Register as Buyer - TheMiniPort') @section('content')

Join as a Buyer

Start sourcing quality products from verified sellers

@if ($errors->any())
@foreach ($errors->all() as $error)
{{ $error }}
@endforeach
@endif @if (session('success'))
{{ session('success') }}
@endif
Access thousands of verified sellers
Post unlimited buy requirements
Get competitive quotes instantly
@csrf
Use at least 8 characters with letters and numbers
{{-- Social Login - Commented until routes are configured
or continue with
--}}
@endsection