@extends('layouts.sidebar') @section('title', __('app.homepage_content_editor') . ' - ' . __('app.admin')) @section('page-title', __('app.homepage_content_editor')) @section('content')
{{ __('app.json_legacy_note') }} {{ __('app.homepage_pilates_page_title') }} ยท {{ __('app.homepage_hub_title') }}
{{ __('app.homepage_hub_title') }} {{ __('app.homepage_preview') }}

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

@csrf @method('PUT')

{{ __('app.homepage_offerings') }} (JSON)

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

@error('offerings_json')

{{ $message }}

@enderror

{{ __('app.homepage_testimonials') }} (JSON)

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

@error('testimonials_json')

{{ $message }}

@enderror

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

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

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

@endsection