@extends('layouts.app') @php $isAr = app()->getLocale() === 'ar'; $metaTitle = $isAr ? 'اطلب عرض سعرك المجاني | Smart Pool & Pergola' : 'Get Your Free Quote | Smart Pool & Pergola'; @endphp @section('content')

{{ $isAr ? 'احصل على عرض سعرك المخصص' : 'Get Your Tailored Quote' }}

@if (session('success'))

{{ $isAr ? 'تم استلام طلبك بنجاح' : 'Your Request Has Been Received' }}

{{ $isAr ? 'سيتواصل معك فريقنا خلال ساعات العمل.' : 'Our team will reach out during business hours.' }}

@else {{-- Same multi-step UX/JS behaviour as the prototype (assets/js/main.js#initMultiStepForm) — only the action/ CSRF/validation-error wiring below is new for Laravel. --}}
@csrf

1 — {{ $isAr ? 'نوع الخدمة' : 'Service Type' }}

2 — {{ $isAr ? 'تفاصيل المسبح' : 'Pool Details' }}

@error('pool_size') {{ $message }} @enderror

3 — {{ $isAr ? 'بيانات التواصل' : 'Contact Details' }}

@error('name') {{ $message }} @enderror
@endif
@endsection