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