@extends($user['vendor'] == 1?'user.layout.supportlayout':'user.layout_user.supportlayout') @section('tab3','active') @section('tab')
{{{ trans('main.new_support_ticket') }}}
@if(count($lists) == 0)
{{{ trans('main.no_sup_ticket') }}}
@else
@foreach($lists as $item) @endforeach
{{{ trans('main.title') }}} {{{ trans('main.status') }}} {{{ trans('main.controls') }}}
{{{ $item->title or '' }}} @if($item->mode == 'open') @if($item->messages->last()['mode'] == 'admin') {{{ 'Staff Reply' }}} @else {{{ 'Waiting' }}} @endif @else {{{ 'Closed' }}} @endif @if($item->mode == 'open') @endif
@endif
@endsection