@extends('layouts.site', ['title' => 'Edit Site Content | MuxiYeto']) @push('styles') @endpush @php $footerGroups = data_get($content, 'footer.groups', []); @endphp @section('content') Edit Site Content Change the frontend content here. Save once and the public homepage updates immediately. Back to admin @if (session('status')) {{ session('status') }} @endif @csrf SEO and Brand SEO title SEO description Brand name Brand tagline Brand mark Main Menu @for ($i = 0; $i < 6; $i++) Menu label {{ $i + 1 }} Menu URL {{ $i + 1 }} @endfor Hero Section Eyebrow Title{{ data_get($content, 'hero.title') }} Body{{ data_get($content, 'hero.body') }} Button label Button URL Panel title Panel bullet items{{ data_get($content, 'hero.panel_items') }}Use one line per bullet. Project Focus Eyebrow Title{{ data_get($content, 'focus.title') }} Body{{ data_get($content, 'focus.body') }} @for ($i = 0; $i < 3; $i++) Card {{ $i + 1 }} title Card {{ $i + 1 }} body{{ data_get($content, "focus.cards.$i.body") }} @endfor Free Trial Form Eyebrow Title{{ data_get($content, 'trial.title') }} Body{{ data_get($content, 'trial.body') }} Button label Success message Video Section Eyebrow Title{{ data_get($content, 'video.title') }} Body{{ data_get($content, 'video.body') }} YouTube or embed URLLeave empty to show the placeholder. Placeholder title Placeholder body Support Section Eyebrow Title{{ data_get($content, 'support.title') }} Body{{ data_get($content, 'support.body') }} Footer Footer intro{{ data_get($content, 'footer.body') }} Footer bottom line @for ($i = 0; $i < 5; $i++) @php($linksText = collect(data_get($footerGroups, "$i.links", []))->map(fn($link) => data_get($link, 'label').'|'.data_get($link, 'url'))->implode("\n")) Footer group {{ $i + 1 }} title Footer group {{ $i + 1 }} links{{ $linksText }}Use one link per line as Label|URL. @endfor View frontend Save Site Content @endsection
Change the frontend content here. Save once and the public homepage updates immediately.