@extends('frontend.layouts.app') @section('title', $model->name . ' — ' . t('frontend.designer.configurator_title')) @section('content')
{{-- Breadcrumb --}} {{-- Two-column layout --}}
{{-- Left column: SVG preview area --}}

@t('frontend.designer.preview')

{{-- SVG renderer mounts here reactively via Alpine.js --}}
{{-- Pricing summary --}}
@t('frontend.designer.base_price')
@t('frontend.designer.stone_total')
@t('frontend.designer.total')
{{-- Right column: Controls --}}
{{-- Model info --}}

{{ $model->name }}

{{ $model->category->name ?? '' }}

@t('frontend.designer.structure_type'): {{ $model->structure_type }}

{{-- Size selector (bracelet circumference) --}}

@t('frontend.designer.select_size')

{{-- Stone size selector --}}

@t('frontend.designer.select_stone_size')

{{-- Stone panel --}}

@t('frontend.designer.select_stones')

{{-- Filter panel --}}
{{-- Search --}}
{{-- Category dropdown + In-stock toggle row --}}
{{-- Zodiac filter (collapsible) --}}
{{-- Chakra filter (collapsible) --}}
{{-- Clear filters --}}
{{-- Stone list --}}

@t('frontend.designer.no_stones_found')

{{-- Slot display --}}

@t('frontend.designer.slots')

{{-- Checkout button --}}
{{-- Confirm modal for slot trim warning --}}

@t('frontend.designer.trim_warning_title')

@endsection @push('scripts') @endpush