@extends('layouts.app') @section('title','Register | Shopora') @section('content')

Create Account

Join Shopora to unlock exclusive offers!

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

By clicking "SIGN UP", I agree to Shopora's Terms of Use and Privacy Policy

Already a member? Log in here
@endsection