@extends('layouts.sidebar') @php $sc = old('section_copy', $sectionCopy ?? []); if (! is_array($sc)) { $sc = []; } $f = function (string $section, string $field) use ($sc) { $v = $sc[$section][$field] ?? ''; $old = old("section_copy.$section.$field"); return $old !== null ? $old : $v; }; @endphp @php $sectionRows = $beautyServiceSectionRows ?? []; $salonCategories = $salonCategories ?? collect(); $themePick = [ 0 => __('app.beauty_section_theme_muted'), 1 => __('app.beauty_section_theme_light'), 2 => __('app.beauty_section_theme_cream'), 3 => __('app.beauty_section_theme_primary_soft'), 4 => __('app.beauty_section_theme_accent_soft'), 5 => __('app.beauty_section_theme_muted2'), ]; @endphp @push('styles') @endpush @section('title', __('app.homepage_beauty_page_title') . ' - ' . __('app.admin')) @section('page-title', __('app.homepage_beauty_page_title')) @section('content')
{{ __('app.homepage_hub_title') }} {{ __('app.beauty_homepage_public_link') }}
@if($salonCategories->isEmpty())

{{ __('app.beauty_hub_no_categories_title') }}

{{ __('app.beauty_hub_no_categories_body') }}

@endif @include('admin.homepage._beauty-pilates-parity-brand') @include('admin.homepage._beauty-pilates-parity-team') @include('admin.homepage._beauty-pilates-parity-testimonials')

{{ __('app.beauty_category_sections_title') }} (Beauty)

{{ __('app.beauty_category_sections_help') }}

@csrf @method('PUT')
@foreach($sectionRows as $idx => $row)

{{ __('app.beauty_category_section_block_label') }} {{ $idx + 1 }}

{{ __('app.beauty_category_section_anchor_hint') }}

@endforeach
@endsection @push('scripts') @include('admin.homepage._beauty-pilates-parity-scripts') @endpush