@include('user.inc.fetch') @extends('layouts.atlantis.layout') @Section('content')
@php($breadcome = __('messages.suprt_ttl')) @include('user.atlantis.main_bar')
{{ __('messages.open_tckt') }} {{ __('messages.new_tckt') }}
@if(!empty($tickets)) @foreach($tickets as $ticket) @endforeach @else @endif
{{ __('messages.tckt_id') }} {{ __('messages.ttl') }} {{ __('messages.sts') }} {{ __('messages.actn') }}
{{$ticket->ticket_id}} {{$ticket->title}} @if($ticket->status == 0) {{__('Closed')}} @elseif($ticket->status == 1) {{__('Open')}} @endif @php($rd=0) @foreach($ticket->comments as $comment) @if($comment->state == 1 && $comment->sender == 'support') @php($rd = 1) @endif @endforeach @if(isset($rd) && $rd == 1) @php($rd = 0) @endif @if($ticket->status == 0) @endif
{{$tickets->links()}}
@include('user.inc.confirm_inv') @endSection