@extends('layouts.app') @section('title', 'Create Account') @section('content')

Create Account

Join Divne for order tracking, member discounts, and faster checkout.

@if($errors->any())
{{ $errors->first() }}
@endif
@csrf

Already have an account? Sign in

@endsection