обновил страницу договоров
This commit is contained in:
parent
3430a3b2f0
commit
65def4a43e
@ -190,7 +190,7 @@ class="bi bi-pen" viewBox="0 0 16 16">
|
|||||||
@foreach ($contract->deal->notifications as $notification)
|
@foreach ($contract->deal->notifications as $notification)
|
||||||
<div class="d-flex flex-row mb-3">
|
<div class="d-flex flex-row mb-3">
|
||||||
<div class="pe-2">
|
<div class="pe-2">
|
||||||
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor"
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="@if(array_key_exists('primary_color', DESIGN_PARAMETERS)) {{ DESIGN_PARAMETERS['primary_color'] }} @else currentColor @endif"
|
||||||
class="bi bi-record-circle-fill align-middle" viewBox="0 0 16 16">
|
class="bi bi-record-circle-fill align-middle" viewBox="0 0 16 16">
|
||||||
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6" />
|
<path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-8 3a3 3 0 1 0 0-6 3 3 0 0 0 0 6" />
|
||||||
</svg>
|
</svg>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user