@extends('template.master') @section('page_styles') @stop @section('content')
Please fill out the quick form and we will be in touch with you as soon as possible.
SUBJECT | {{--ID | --}}REQUIRES 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 | --}}