| Path : /var/www/html/thb_loan_system/resources/views/vendor/flash/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/thb_loan_system/resources/views/vendor/flash/message.blade.php |
@if (session()->has('flash_notification.message'))
@if (session()->has('flash_notification.overlay'))
@include('flash::modal', [
'modalClass' => 'flash-modal',
'title' => session('flash_notification.title'),
'body' => session('flash_notification.message')
])
@else
<div class="alert alert-{{ session('flash_notification.level') }}">
<button type="button"
class="close"
data-dismiss="alert"
aria-hidden="true">×</button>
{!! session('flash_notification.message') !!}
</div>
@endif
@endif