update
This commit is contained in:
@@ -137,8 +137,7 @@ class ShowPromociones extends Component
|
||||
]);
|
||||
}
|
||||
|
||||
public function
|
||||
($id)
|
||||
public function verPromocion($id)
|
||||
{
|
||||
$consulta_verpromocion = Promociones::with('tarifas')->where('id', $id)->with([
|
||||
'usuario_promos' => function ($query) {
|
||||
|
||||
Reference in New Issue
Block a user