@php $table_id = isset($table_id) ? $table_id : uniqid(); //rand(1,100); $first_history_id = null; if ($issue_ticket = App\Models\IssueTicket::find($issue_ticket_id)) { $history = json_decode($issue_ticket->history, true); $first_history_id = $history[0] ?? null; } $main_issue_ticket = App\Models\IssueTicket::where('id', $first_history_id ?? $issue_ticket_id)->get(); $issue_tickets = $issue_ticket_id ? App\Models\IssueTicket::whereJsonContains('history', $first_history_id ?? $issue_ticket_id)->get() : collect([]); $issue_tickets = $main_issue_ticket->merge($issue_tickets); $dom = $dom ?? 'tip'; $all = strpos($dom, 'f'); $rand = rand(1,9999); @endphp
| Hibaazonosító | Hiba leírása | Típus | Lezárva | |
|---|---|---|---|---|
| {{ $row->issue_number }} |
{{ mb_substr($row->description ?? '', 0, 10) }}...
|
{{ $row->type_lang }} | {{ $row->completed ? 'Igen' : 'Nem' }} |
|