@extends(getTemplate() . '.user.layout.videolayout') @section('tab5','active') @section('tab')
{{ trans('main.no_promotion') }}
{{ trans('main.promotion_desc') }}
| {{ trans('main.plan') }} | {{ trans('main.description') }} | {{ trans('main.course') }} | {{ trans('main.status') }} | {{ trans('main.expire_date') }} | @foreach($list as $item)
|---|---|---|---|---|
| @if (!empty($item->plan)) {{ $item->plan->title }} @endif | {{ $item->description }} | @if (!empty($item->content)) {{ $item->content->title }} @endif | @if($item->mode == 'publish') {{ trans('main.active') }} @elseif($item->mode == 'pay') {{ trans('main.paid') }} @else {{ trans('main.waiting') }} @endif | {{ date('d F Y H:i',$item->created_at) }} |