📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 11:58:48
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
storage
/
framework
/
views
📍 /home/orkouolp/web/testing.orkobd/laravel/storage/framework/views
🔄 Refresh
✏️
Editing: e1360528a6bdde5d38b287bafda894df.php
Writable
<?php if(session()->get('notify.model') === 'drake'): ?> <div class="notify fixed inset-0 flex items-end justify-end px-4 py-6 pointer-events-none sm:p-6 sm:items-start sm:justify-end"> <div x-data="{ show: <?php if(session()->get('notify.model') === 'drake'): ?> true <?php else: ?> false <?php endif; ?> }" x-transition:enter="transform ease-out duration-300 transition" x-transition:enter-start="translate-y-2 opacity-0 sm:translate-y-0 sm:translate-x-2" x-transition:enter-end="translate-y-0 opacity-100 sm:translate-x-0" x-transition:leave="transition ease-in duration-100" x-transition:leave-start="opacity-100" x-transition:leave-end="opacity-0" class="max-w-sm w-full shadow-lg rounded-lg pointer-events-auto" > <div class="h-40 relative rounded-md shadow-xs overflow-hidden"> <?php if(session()->get('notify.type') === 'success'): ?> <img class="absolute inset-0" src="<?php echo e(asset('/vendor/mckenziearts/laravel-notify/images/drake-success.jpg')); ?>" alt=""> <div class="bg-green-500 absolute inset-0 opacity-75"></div> <?php else: ?> <img class="absolute inset-0" src="<?php echo e(asset('/vendor/mckenziearts/laravel-notify/images/drake-error.jpg')); ?>" alt=""> <div class="bg-red-500 absolute inset-0 opacity-75"></div> <?php endif; ?> <div class="p-4 relative z-10"> <?php if(session()->get('notify.type') === 'success'): ?> <div class="flex items-start"> <div class="flex flex-col space-y-3 p-4 sm:p-6"> <span class="flex-shrink-0 h-10 w-10 flex items-center justify-center bg-white rounded-full"> <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" class="check w-6 h-6 text-green-600"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"/> </svg> </span> <h4 class="text-white font-semibold text-xl leading-6"><?php echo e(__('Success')); ?></h4> </div> </div> <?php else: ?> <div class="flex justify-end"> <div class="flex flex-col space-y-3 p-4 sm:p-6 text-right"> <span class="flex-shrink-0 h-10 w-10 flex items-center justify-center bg-white rounded-full"> <svg fill="none" viewBox="0 0 24 24" stroke="currentColor" class="check w-6 h-6 text-red-600"> <path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12" /> </svg> </span> <h4 class="text-white font-semibold text-xl leading-6"><?php echo e(__('Error')); ?></h4> </div> </div> <?php endif; ?> </div> </div> </div> </div> <?php endif; ?> <?php /**PATH D:\learn\github\mahbub1964\Regency\lkreact\hrportal\laravel\vendor\mckenziearts\laravel-notify\src/../resources/views/notifications/drakify.blade.php ENDPATH**/ ?>
💾 Save Changes
❌ Cancel