hay i want to change this query to laravel eloquent:
> SELECT tq.created_at, tt.created_at, (tt.created_at - tq.created_at) > FROM item_logs as tq LEFT JO