@extends($user['vendor'] == 1 ? getTemplate() . '.user.layout.supportlayout' : getTemplate() . '.user.layout_user.supportlayout') @section('tab3','active') @section('tab')
{{ trans('main.new_support_ticket') }}
{{ csrf_field() }}
get('type')) && request()->get('type') == 'become_vendor') value="{!! trans('main.become_vendor_title') !!}" @endif required>
@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 }} @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 @section('script') @endsection