@extends('template.master') @section('page_styles') @stop @section('content')
{{-- @include('support.index_old')--}}

Hi! How can we help you today?

Please fill out the quick form and we will be in touch with you as soon as possible.



@include('support.partial_logo_icons')

Your Tickets


{{-- --}} {{-- --}} @if (isset($tickets) && !is_null($tickets)) @foreach ($tickets as $ticket) {{-- --}} {{-- --}} @endforeach @endif
SUBJECTIDREQUIRES YOUR RESPONSE? STATUS CREATED LAST ACTIVITY
{{$ticket['subject']}}#{{$ticket['id']}} @if(in_array($ticket['status'], ['waiting', 'requires-response'])) Yes @else No @endif --}} @elseif ($ticket['status'] == 'Merged') badge-success @endif"> @if (in_array($ticket['status'], ['closed', 'solved'])) Closed @else @if(auth()->user()->company->company_type == 2) @if($ticket['status'] == 'waiting') Requires Your Response @elseif($ticket['status'] == 'active') Awaiting Feedback @else {{strtoupper($ticket['status'])}} @endif @else {{strtoupper($ticket['status'])}} @endif @endif {{ date('M d, Y H:i a', strtotime($ticket['createdAt'])) }}
({{ \Carbon\Carbon::createFromTimeStamp(strtotime($ticket['createdAt']))->diffForHumans() }})
{{ date('M d, Y H:i a', strtotime($ticket['updatedAt'])) }}
({{ \Carbon\Carbon::createFromTimeStamp(strtotime($ticket['updatedAt']))->diffForHumans() }})
View
{{----}} @stop @section('page_modals') @if (isset($tickets) && !is_null($tickets)) @foreach ($tickets as $ticket) @include('support.modal.preview', ['id' => $ticket['id'], 'preview' => $ticket['preview']]) @endforeach @endif @stop @section('page_scripts') @stop