@php $generateUrl = $generateUrl ?? url('/ai-studio/generate'); $csrfToken = csrf_token(); @endphp

{{ __('Design Your Nails') }}

{{ __('Upload a clear photo of your hand and choose your style. We will generate your nail design instantly.') }}

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

{{ __('Tip: use good lighting and keep your hand steady for best results.') }}

{{ __('Designing in Progress') }}

{{ __('Please wait while we craft your premium nail design...') }}

{{ __('We are analyzing your photo. This typically takes a few moments.') }}

{{ __('Keep this page open.') }}