@extends('layouts.app')
@section('title', ($cms['hero']['title'] ?? "Rukay's") . " — Rukay's Hairdo & Beauty")
@section('content')
@php $order = $cms['order'] ?? []; @endphp
@foreach($order as $secKey)
@php $sec = $cms[$secKey] ?? []; $enabled = $sec['enabled'] ?? true; if(!$enabled) continue; @endphp
{{-- HERO --}}
@if($secKey === 'hero')
{{ $sec['subtitle'] ?? '' }}{!! nl2br(e($sec['title'] ?? 'Your Beauty, Beautifully Done.')) !!}
{{ $sec['subtitle'] ?? '' }}
{{ $sec['body'] ?? '' }}
{{ $sec['f'.$i.'_text'] ?? '' }}
{{ $sec['subtitle'] ?? '' }}
{{ Str::limit($member->bio, 95) }}
@endif{{ $sec['subtitle'] ?? '' }}
"{{ $t->content }}"
{{ $sec['subtitle'] ?? '' }}
{{ $sec['subtitle'] ?? '' }}