@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

Main Menu

@for ($i = 0; $i < 6; $i++) @endfor

Hero Section

Project Focus

@for ($i = 0; $i < 3; $i++)
@endfor

Free Trial Form

Video Section

Support Section

Footer

@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"))
@endfor
View frontend
@endsection