@if($resource != null)
@foreach($resourceInfo2 as $reso)
{{$reso->created_at->format('M d, y h:i:A')}}
@foreach($reso->ticketActions as $tt)
mdo
{{ \App\Models\Tenant\User::whereId($tt->user_id)->first() ? \App\Models\Tenant\User::whereId($tt->user_id)->first()->first_name : "-"}}
{{$tt->id}}
{{-- Update by following steps--}}
STATUS
{{$tt->action}}
Comment
{{$tt->comment ? $tt->comment : '-'}}
{{--
--}} {{--
Categories
--}} {{--
--}} {{--
--}} {{-- @foreach($tt->categories as $t)--}} {{--

{{$t->category->name}}

--}} {{-- @endforeach--}} {{--
--}}
{{$tt->created_at }}
@endforeach
@endforeach
@endif