@php($deps = search_deposit()) @extends('admin.atlantis.layout') @Section('content')
@include('admin.atlantis.main_bar')
@include('admin.atlantis.overview')
{{ __('messages.v_sprt_msg') }}
@if(!empty($tickets)) @foreach($tickets as $ticket) @endforeach @else @endif
{{ __('messages.tckt_id') }} {{ __('messages.user_id') }} {{ __('messages.ttl') }} {{ __('messages.sts') }} {{ __('messages.actn') }}
{{$ticket->ticket_id}} {{$ticket->user_id}} {{$ticket->title}} @if($ticket->status == 0) {{__('Closed')}} @elseif($ticket->status == 1) {{__('Open')}} @endif @if($ticket->state == 1 && $ticket->status != 0) @php($rd = 1) @endif @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) @else @endif
{{$tickets->links()}}
@endSection