@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
@endsection @push('styles') @endpush