{{ __('Admin · Content · Legal · Edit') }}

{{ $label }}

{{ __('Everything below is exactly what visitors see on') }} /legal/{{ $page->slug }}.

@if (session('success'))
{{ session('success') }}
@endif @if ($errors->any())
    @foreach ($errors->all() as $e)
  • {{ $e }}
  • @endforeach
@endif
@csrf @method('PATCH') {{-- ── Page header fields ── --}}
{{ __('Page header') }}
{{-- ── Sections ── --}}
{{ __('Sections') }}
@foreach ($page->orderedSections() as $i => $s)
{{ __('HTML supported:') }} <p> <ul><li> <h3> <strong> <a href> <code>
@endforeach

{{ __('Tip: leave a section completely empty to delete it on save. Numbers left blank are filled in automatically.') }}

{{-- Hidden template the editor clones for new sections --}}