getRecord(); if ($record->tenant_id !== Auth::user()?->tenant_id) { abort(403); } } }