fipamo/resources/views/includes/notifications.blade.php

11 lines
331 B
PHP
Raw Normal View History

<div class="notify-message">
<div class="notify-icons">
<i class="ti ti-mood-smile notify-good"></i>
<i class="ti ti-mood-sad notify-notgood"></i>
<i class="ti ti-settings notify-working"></i>
</div>
<div class="notify-text">
<span class="response-text">Hey Hey</span>
</div>
</div>