@extends('theme::layouts.app') @section('content')

{{ $channel->name }}

@if($channel->meta_description)

{{ $channel->meta_description }}

@endif
@endsection