<script>
<?php if(null !== Session::get('orig_admin_id') && Auth::user()->admin): ?>
notify({
type: 'warning',
message: `<?php echo trans('messages.site_is_offline'); ?>`,
timeout: false,
});
<?php endif; ?>
</script><?php /**PATH /home/xedaptot/be.naniguide.com/resources/views/layouts/core/_notify.blade.php ENDPATH**/ ?>