@extends('central.super.layout') @section('title', __('super.landing_templates.page_title')) @section('content')
@csrf @method('PUT')

{{ __('super.landing_templates.choose_default') }}

{{ __('super.landing_templates.help_public') }}

@foreach($options as $opt)
@endforeach
@error('landing_template')
{{ $message }}
@enderror

{{ __('super.landing_templates.preview_hint') }}

{{ __('super.landing_templates.open_live') }}
@endsection