@extends('admin::layouts.app') @section('lock-channel-selector', '1') @section('title', 'Channels') @section('content')

Channels

New channel
@forelse($channels as $channel) @empty @endforelse
Name Hostname Locale Template Prefixes
{{ $channel->name }} {{ $channel->hostname }} {{ $channel->locale }} {{ $channel->template }} {{ $channel->prefixes_count }} Edit
@csrf @method('DELETE')
No channels yet.
@if($channels->hasPages())
{{ $channels->links() }}
@endif
Manage prefixes · Manage users
@endsection