![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/clinic.corals.io/storage/framework/views/ |
<!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, shrink-to-fit=no"> <title><?php echo $__env->yieldContent('title'); ?> | <?php echo e(getAppName()); ?></title> <!-- Favicon --> <link rel="icon" href="<?php echo e(asset(getAppFavicon())); ?>" type="image/png"> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <!-- Fonts --> <link rel="stylesheet" href="//fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"/> <!-- General CSS Files --> <link href="<?php echo e(asset('web/plugins/global/plugins.bundle.css')); ?>" rel="stylesheet" type="text/css"/> <link href="<?php echo e(asset('backend/css/vendor.css')); ?>" rel="stylesheet" type="text/css"/> <!-- CSS Libraries --> <?php echo $__env->yieldPushContent('css'); ?> </head> <?php $styleCss = 'style'; ?> <body id="kt_body" class="header-fixed header-tablet-and-mobile-fixed toolbar-enabled toolbar-fixed toolbar-tablet-and-mobile-fixed aside-enabled aside-fixed" <?php echo e($styleCss); ?>="--kt-toolbar-height:55px;--kt-toolbar-height-tablet-and-mobile:55px"> <div class="d-flex flex-column flex-root"> <div class="d-flex flex-column flex-column-fluid bgi-position-y-bottom position-x-center bgi-no-repeat bgi-size-contain bgi-attachment-fixed" <?php echo e($styleCss); ?>="background-image: url(<?php echo e(asset('web/media/illustrations/progress-hd.png')); ?>)"> <?php echo $__env->yieldContent('content'); ?> </div> </div> <footer> <div class="container-fluid padding-0"> <div class="row align-items-center justify-content-center"> <div class="col-xl-6"> <div class="copyright text-center text-muted"> <?php echo e(__('messages.all_rights_reserved')); ?> © <?php echo e(date('Y')); ?> <a href="/" class="font-weight-bold ml-1" target="_blank"><?php echo e(getAppName()); ?></a> </div> </div> </div> </div> </footer> <!-- Scripts --> <script src="<?php echo e(asset('backend/js/vendor.js')); ?>"></script> <script src="<?php echo e(asset('backend/js/3rd-party-custom.js')); ?>"></script> <?php echo $__env->yieldPushContent('scripts'); ?> <script> $(document).ready(function () { $('.alert').delay(5000).slideUp(300); }); </script> </body> </html> <?php /**PATH /home/corals/clinic.corals.io/resources/views/layouts/auth.blade.php ENDPATH**/ ?>