Update ShowPlanes.php
This commit is contained in:
@@ -190,7 +190,7 @@ class ShowPlanes extends Component
|
|||||||
return view('livewire.show-planes', [
|
return view('livewire.show-planes', [
|
||||||
'cuentas' => $consulta_cuentas,
|
'cuentas' => $consulta_cuentas,
|
||||||
'servicios' => Servicio::where('estado', 'activo')->get(),
|
'servicios' => Servicio::where('estado', 'activo')->get(),
|
||||||
'roles' => Role::get()
|
'roles' => Role::where('subvendedor_id', null)->get()
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user