@extends('user.layout.layout') @section('pages')
{{{ trans('main.edit_channel') }}}
@foreach($channels as $channel) @endforeach
{{{ trans('main.title') }}} {{{ trans('main.link') }}} {{{ trans('main.views') }}} {{{ trans('main.status') }}} {{{ trans('main.controls') }}}
{{{ $channel->title or '' }}} {{{ $channel->username or '' }}} {{{ $channel->view or '' }}} @if($channel->mode==null || $channel->mode=='pending' || $channel->mode=='draft') {{{ trans('main.waiting') }}} @else {{{ trans('main.active') }}} @endif
@endsection @section('script') @endsection