@props([ 'section', 'nav', 'heading', 'copy', 'publicRoute' => null, 'published' => false, ])

{{ __('dashboard.Settings') }}

{{ $copy }}

@include('livewire.dashboard.settings.options.nav', ['section' => $section, 'nav' => $nav])
@if ($publicRoute && $published)

{{ __('dashboard.Public URL') }}: {{ route($publicRoute) }}

@endif @error('title') {{ $message }} @enderror @error('updatedOn') {{ $message }} @enderror {{ __('dashboard.Type # then a heading. Shortcuts become formatted text. Leave empty to keep the page unpublished.') }} @error('body') {{ $message }} @enderror
{{ __('dashboard.Save changes') }}