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