Sample Title

Created at 2023-07-26

hello world

lake this is a test


use App\Models\User;

User::where("status", User::staff)
    ->where("age", ">", 20)
    ->get();