@extends('layouts.storefront') @section('body_attributes', 'data-page="auth-register"') @section('title', 'Register | ' . config('app.name')) @section('meta_description', 'Create a Clusterfix account for faster checkout, repair tracking, and invoice access.') @section('content') @if ($errors->any())
@endif
@csrf
Already have an account? Back to access chooser
@endsection