🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:82a6b48cc5bd1249aaba8de0629b9ab3.php
<!DOCTYPE html> <html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <title><?php echo e(config('app.name', 'WebSparkIT')); ?></title> <link rel="preconnect" href="https://fonts.bunny.net"> <link href="https://fonts.bunny.net/css?family=figtree:400,500,600,700&display=swap" rel="stylesheet" /> <?php echo app('Illuminate\Foundation\Vite')(['resources/css/app.css', 'resources/js/app.js']); ?> </head> <body class="font-sans antialiased"> <div class="min-h-screen flex flex-col sm:justify-center items-center pt-6 sm:pt-0 bg-gradient-to-br from-navy via-navy-dark to-gray-900"> <div class="w-full sm:max-w-md px-6"> <div class="text-center mb-6"> <a href="/" class="inline-block"> <?php if (isset($component)) { $__componentOriginal8892e718f3d0d7a916180885c6f012e7 = $component; } ?> <?php if (isset($attributes)) { $__attributesOriginal8892e718f3d0d7a916180885c6f012e7 = $attributes; } ?> <?php $component = Illuminate\View\AnonymousComponent::resolve(['view' => 'components.application-logo','data' => ['class' => 'h-12 w-auto']] + (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag ? $attributes->all() : [])); ?> <?php $component->withName('application-logo'); ?> <?php if ($component->shouldRender()): ?> <?php $__env->startComponent($component->resolveView(), $component->data()); ?> <?php if (isset($attributes) && $attributes instanceof Illuminate\View\ComponentAttributeBag): ?> <?php $attributes = $attributes->except(\Illuminate\View\AnonymousComponent::ignoredParameterNames()); ?> <?php endif; ?> <?php $component->withAttributes(['class' => 'h-12 w-auto']); ?> <?php echo $__env->renderComponent(); ?> <?php endif; ?> <?php if (isset($__attributesOriginal8892e718f3d0d7a916180885c6f012e7)): ?> <?php $attributes = $__attributesOriginal8892e718f3d0d7a916180885c6f012e7; ?> <?php unset($__attributesOriginal8892e718f3d0d7a916180885c6f012e7); ?> <?php endif; ?> <?php if (isset($__componentOriginal8892e718f3d0d7a916180885c6f012e7)): ?> <?php $component = $__componentOriginal8892e718f3d0d7a916180885c6f012e7; ?> <?php unset($__componentOriginal8892e718f3d0d7a916180885c6f012e7); ?> <?php endif; ?> </a> <h1 class="text-2xl font-bold text-white mt-3">WebSparkIT</h1> <p class="text-sm text-white/60 mt-1">Internal Management System</p> </div> <div class="bg-white/95 backdrop-blur-sm shadow-2xl rounded-2xl p-8"> <?php echo e($slot); ?> </div> <p class="text-center text-white/40 text-xs mt-6">© <?php echo e(date('Y')); ?> WebSparkIT. All rights reserved.</p> </div> </div> </body> </html> <?php /**PATH /home/websparkit/public_html/clint.websparkit.com/laravel/resources/views/layouts/guest.blade.php ENDPATH**/ ?>
Save Changes
Cancel
Create New File
Create New Folder