@extends(getTemplate() . '.user.layout.layout') @section('pages')
{{ trans('main.channel_ver_req') }}
{{ csrf_field() }}
@foreach($requests as $channel) @endforeach
{{ trans('main.description') }} {{ trans('main.channel') }} {{ trans('main.documents') }} {{ trans('main.status') }}
{{ $channel->title }} {{ $channel->channel->title }} {{ trans('main.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