plan7 iframe btn update

This commit is contained in:
developer 2026-04-10 14:10:52 +08:00
parent 5ad1b1b4fe
commit 37df3246d0

View File

@ -10,50 +10,52 @@
@livewire('citymanagerinfo') @livewire('citymanagerinfo')
</div> </div>
</div> </div>
<div class="row d-none d-md-flex"> @if(GetAvailableAgents())
<div class="col-12 col-lg-6 d-flex flex-column gap-3"> <div class="row d-none d-md-flex">
@if(array_key_exists('plan7_iframe', DESIGN_PARAMETERS)) <div class="col-12 col-lg-6 d-flex flex-column gap-3">
<div class="" data-bs-toggle="modal" data-bs-target="#plan7Modal"> @if(array_key_exists('plan7_iframe', DESIGN_PARAMETERS))
<a href="#" <div class="" data-bs-toggle="modal" data-bs-target="#plan7Modal">
class="btn list-group-item list-group-item-action p-3 bg-white rounded border border-light-subtle" <a href="#"
aria-current="true"> class="btn list-group-item list-group-item-action p-3 bg-white rounded border border-light-subtle"
<div class="d-flex flex-row"> aria-current="true">
<div class="p-2"> <div class="d-flex flex-row">
<div class="lh-1 fs-1 bg-primary m-3 rounded-pill d-flex align-items-center justify-content-center" style="width:60px;height:60px"> <div class="p-2">
<i class="bi bi-journal-richtext "></i> <div class="lh-1 fs-1 bg-primary m-3 rounded-pill d-flex align-items-center justify-content-center" style="width:60px;height:60px">
<i class="bi bi-journal-richtext "></i>
</div>
</div>
<div class="align-self-center">
<div class="d-flex w-100 justify-content-between">
<h3 class="mb-1">Подобрать квартиру</h3>
</div>
<p class="mb-1 fs-6">Быстро подберите подходящий вариант для клиента из нашего каталога</p>
</div> </div>
</div> </div>
<div class="align-self-center"> </a>
<div class="d-flex w-100 justify-content-between"> </div>
<h3 class="mb-1">Подобрать квартиру</h3> @endif
</div> <div class="bg-light px-2 flex-fill rounded">
<p class="mb-1 fs-6">Быстро подберите подходящий вариант для клиента из нашего каталога</p> <div class="hstack gap-2">
<div class="fs-5 fw-bold">Клиенты</div>
<div class="ms-auto p-2">
<a href="{{ route('clients.table') }}">Смотреть все</a>
</div> </div>
</div> </div>
</a> <div>
</div> @livewire('clientsTable', ['count' => 6, 'mode' => 'short'])
@endif
<div class="bg-light px-2 flex-fill rounded">
<div class="hstack gap-2">
<div class="fs-5 fw-bold">Клиенты</div>
<div class="ms-auto p-2">
<a href="{{ route('clients.table') }}">Смотреть все</a>
</div> </div>
</div> </div>
<div> </div>
@livewire('clientsTable', ['count' => 6, 'mode' => 'short']) <div class="col-12 col-lg-6">
<div class="p-2 px-sm-4 py-sm-3 bg-primary border rounded-3 mx-auto h-100" style="">
<div class="h4 pb-2 mb-2 fw-bold d-flex flex-column">
<small>Добавить клиента</small>
</div>
<livewire:ClientCreator />
</div> </div>
</div> </div>
</div> </div>
<div class="col-12 col-lg-6"> @endif
<div class="p-2 px-sm-4 py-sm-3 bg-primary border rounded-3 mx-auto h-100" style="">
<div class="h4 pb-2 mb-2 fw-bold d-flex flex-column">
<small>Добавить клиента</small>
</div>
<livewire:ClientCreator />
</div>
</div>
</div>
</div> </div>
<div class="mt-3"> <div class="mt-3">
<div class="d-flex"> <div class="d-flex">