@extends(getTemplate() . '.user.layout.layout') @section('pages')
| {{ trans('main.title') }} | {{ trans('main.link') }} | {{ trans('main.views') }} | {{ trans('main.status') }} | {{ trans('main.controls') }} | @foreach($channels as $channel)
|---|---|---|---|---|
| {{ $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 |