@extends('admin::layouts.app') @section('lock-channel-selector', '1') @section('title', $channel->exists ? 'Edit Channel' : 'New Channel') @section('content')

{{ $channel->exists ? 'Edit Channel' : 'New Channel' }}

← Channels
@csrf @if($channel->exists) @method('PUT') @endif
{{-- Main fields --}}

Basic

@error('name')

{{ $message }}

@enderror
@error('hostname')

{{ $message }}

@enderror
@error('locale')

{{ $message }}

@enderror
@error('taxonomy_slug')

{{ $message }}

@enderror
@error('template')

{{ $message }}

@enderror

SEO

{{-- Sidebar --}}

Prefixes

@forelse($prefixes as $prefix) @empty

No prefixes yet. Add one.

@endforelse
@endsection