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