Файловый менеджер - Редактировать - /home/clickysoft/public_html/charliapp-v2.clickysoft.net/resources/views/partials/alerts-messgages.blade.php
Назад
<div class="m-alert m-alert--icon alert alert-warning {{ (Session::has('warning_msg') ? '' : 'hide') }}" role="alert"> <div class="m-alert__icon"> <i class="la la-warning"></i> </div> <div class="m-alert__text"> <strong> Warning! </strong><br /> @if (Session::has('warning_msg')) {{ Session::get('warning_msg') }} @endif </div> <div class="m-alert__close"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"></button> </div> </div> <div class="m-alert m-alert--icon alert alert-accent {{ (Session::has('success') ? '' : 'hide') }}" role="alert"> <div class="m-alert__icon"> <i class="la la-check"></i> </div> <div class="m-alert__text"> <strong> Success! </strong><br /> @if (Session::has('success')) {!! Session::get('success') !!} @endif </div> <div class="m-alert__close"> <button type="button" class="close" data-dismiss="alert" aria-label="Close"></button> </div> </div>
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка