Laravel Filament Need to list table with same model with 2 different queries
Laravel filament and resource have the same model and data is in two different tables as is_admin = 0 and is_admin = 1 and I need to list, how can I do this in the same user table with the…