Edit File: 58dc6f1fdc18014bc555c80783998342311747f3.php
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title><?php echo $__env->yieldContent('title'); ?></title> <!-- styles --> <link rel="stylesheet" href="<?php echo e(URL::to('site/css/all.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(URL::to('site/css/bootstrap.min.css')); ?>"> <link rel="stylesheet" href="<?php echo e(URL::to('site/webfonts/stylesheet.css')); ?>"> <link rel="stylesheet" href="<?php echo e(URL::to('site/css/animate.css')); ?>"> <link rel="stylesheet" href="<?php echo e(URL::to('site/css/statics.css')); ?>"> <link rel="stylesheet" href="<?php echo e(URL::to('site/css/styles.css')); ?>"> <?php if(Session::has('lang')&&Session::get('lang')=='en'): ?> <link rel="stylesheet" href="<?php echo e(URL::to('site/css/styles_en.css')); ?>"> <?php endif; ?> <?php echo $__env->yieldContent('style'); ?> </head> <body class="direction"> <?php echo $__env->make('partials.stores_dashboard_un_authed_navbar', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <div class="background"> <img src="<?php echo e(URL::to('site/imgs/bg/header.svg')); ?>" alt=""> </div> <?php echo $__env->yieldContent('content'); ?> <!-- scripts --> <script src="<?php echo e(URL::to('site/js/jquery-3.4.1.js')); ?>" ></script> <script src="<?php echo e(URL::to('site/js/intlTelInput.js')); ?>" ></script> <script src="<?php echo e(URL::to('site/js/popper.js')); ?>" ></script> <script src="<?php echo e(URL::to('site/js/bootstrap.min.js')); ?>" ></script> <script src="<?php echo e(URL::to('site/js/alerts.js')); ?>" ></script> <script src="<?php echo e(URL::to('site/js/scripts.js')); ?>" ></script> <?php echo $__env->yieldContent('scripts'); ?> </body> </html><?php /**PATH /home/wwineerc/public_html/resources/views/layouts/store_dashboard_un_authed_layout.blade.php ENDPATH**/ ?>
Back to File Manager