обновлено окно вывода истории изменения сделки
This commit is contained in:
parent
8454478df9
commit
7252f88291
@ -7,9 +7,6 @@
|
|||||||
use Illuminate\Notifications\Messages\MailMessage;
|
use Illuminate\Notifications\Messages\MailMessage;
|
||||||
use Illuminate\Notifications\Notification;
|
use Illuminate\Notifications\Notification;
|
||||||
|
|
||||||
use App\Models\Deal\Deal;
|
|
||||||
use App\Models\Deal\DealStatus;
|
|
||||||
|
|
||||||
class DealUnique extends Notification
|
class DealUnique extends Notification
|
||||||
{
|
{
|
||||||
use Queueable;
|
use Queueable;
|
||||||
|
|||||||
@ -112,7 +112,7 @@ class="bi bi-record-circle-fill align-middle" viewBox="0 0 16 16">
|
|||||||
<div class="fw-bold text-dark-emphasis">{{ $notification->data['text'] }}</div>
|
<div class="fw-bold text-dark-emphasis">{{ $notification->data['text'] }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@endfor
|
@endforeach
|
||||||
@endif
|
@endif
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user