diff --git a/app/Http/Livewire/ShowPromociones.php b/app/Http/Livewire/ShowPromociones.php index 905301a..f2c00a4 100755 --- a/app/Http/Livewire/ShowPromociones.php +++ b/app/Http/Livewire/ShowPromociones.php @@ -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) {