@php $history = json_decode($issue_ticket->history); @endphp
Hibajegy előzménye
@foreach ($history as $id) @php $issue = App\Models\IssueTicket::where('id', $id)->first(); $created_at = $issue->created_at; @endphp
{{$created_at}} - {{$issue->description}}
@endforeach