FilamentF
Filament2y ago
MZX

How to configure a resource to only list the records of the authenticated user?

Title
Solution
->modifyQueryUsing(function (Builder $query) {
$query->where('patient_id', auth()->id());
Was this page helpful?