вывел всех менеджеров на главной
This commit is contained in:
parent
f338780c45
commit
1a49dfe845
@ -16,7 +16,7 @@
|
||||
}
|
||||
|
||||
.carousel-item .card {
|
||||
background-color: {{ $cardBg }};
|
||||
background-color: {{ $cardBg }};developer@zachem.info
|
||||
padding: 0 35px;
|
||||
}
|
||||
</style>
|
||||
@ -26,7 +26,7 @@
|
||||
<div class="carousel-item {{ $loop->first ? 'active' : '' }}">
|
||||
<div class="carousel-content">
|
||||
<div class="card rounded-0 border-0">
|
||||
<div class="fw-bold text-uppercase text-primary text-truncate">
|
||||
<div class="fw-bold text-uppercase text-primary text-truncate" style="cursor:pointer" title="{{ $manager->name }}">
|
||||
{{ $manager->name }}
|
||||
</div>
|
||||
<div class="d-flex flex-column gap-1 fs-6">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user