@extends('user.layout.layout') @section('pages')
{{{ trans('main.channel_ver_req') }}}
@foreach($requests as $channel) @endforeach
{{{ trans('main.description') }}} {{{ trans('main.channel') }}} {{{ trans('main.documents') }}} {{{ trans('main.status') }}}
{{{ $channel->title or '' }}} {{{ $channel->channel->title or '' }}} {{{ trans('main.view') }}} @if($channel->mode==null Or $channel->mode=='pending' || $channel->mode=='draft') {{{ trans('main.waiting') }}} @else {{{ trans('main.active') }}} @endif
@endsection @section('script') @endsection