관리-도구
편집 파일: 7e6a5bdffeb3797c27f15b12616cf47d91f2f218.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()); ?>"> <?php $setting = \App\Models\Setting::first(); ?> <title><?php echo e($setting->company_name['en']); ?></title> <link rel="shortcut icon" type="image/jpg" href="<?php echo e(Storage::disk('uploads')->url($setting->company_favicon)); ?>"/> <!-- Fonts --> <link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700&display=swap"> <!-- Styles --> <link rel="stylesheet" href="<?php echo e(mix('css/app.css')); ?>"> <!-- Scripts --> <script src="<?php echo e(mix('js/app.js')); ?>" defer></script> </head> <body> <div class="font-sans text-gray-900 antialiased"> <?php echo e($slot); ?> </div> </body> </html> <?php /**PATH /home2/nepaldsdforg/public_html/resources/views/layouts/guest.blade.php ENDPATH**/ ?>