@extends('layouts.app') @section('title', 'Create Account - AVIOBOOTS') @section('content') @csrf Create Account Join AVIOBOOTS for exclusive boots @if($errors->any()) {{ $errors->first() }} @if($errors->has('email') && str_contains($errors->first('email'), 'already registered')) Sign In → @endif @endif Full Name Email Address Phone Number (Optional) Password Confirm Password Create Account Already have an account? Sign In @endsection @push('styles') @endpush
Join AVIOBOOTS for exclusive boots
Already have an account? Sign In