user()->is_admin; } public function reject(): bool { return auth()->user()->is_admin; } }