@foreach($tickets as $ticket) @endforeach
ID Title Client Status Last Update
{{$ticket->id}} {{$ticket->title}} {{$ticket->user->name}} {{$ticket->present()->ticketStatus}} {{$ticket->present()->lastUpdate}}