first(); Expense::factory() ->count(5) ->create([ 'created_by_id' => $user?->id, ]); } }