diff --git a/app/Http/Livewire/ShowPlanes.php b/app/Http/Livewire/ShowPlanes.php index 2c2b37f..b71d6a2 100755 --- a/app/Http/Livewire/ShowPlanes.php +++ b/app/Http/Livewire/ShowPlanes.php @@ -190,7 +190,7 @@ class ShowPlanes extends Component return view('livewire.show-planes', [ 'cuentas' => $consulta_cuentas, 'servicios' => Servicio::where('estado', 'activo')->get(), - 'roles' => Role::get() + 'roles' => Role::where('subvendedor_id', null)->get() ]); }