@extends('layouts.admin-simple') @section('content')
Status: {{ ucfirst($channel->status) }}
@if($channel->date_from)Start Date: {{ $channel->date_from->format('Y-m-d') }}
@endif @if($channel->date_to)End Date: {{ $channel->date_to->format('Y-m-d') }}
@endif