Skip to content

Commit

Permalink
club alpacasa
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoftpy committed Jun 7, 2022
1 parent 1962611 commit 58bae57
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/Traits/ClubsTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,10 @@ public function club($rubro, $getImagen = null){
$imagen = "images/caratula-autos.PNG";
$club = "Club Automotriz, Maquinarias y Utilitarios";
break;
case 24:
$imagen = "images/caratula-agro.PNG";
$club = "Club ALPACASA";
break;
default:
$imagen = "images/caratula-bancos.PNG";
$club = "Club de Bancos";
Expand Down

0 comments on commit 58bae57

Please sign in to comment.