PATH:
home
/
rwabteecom
/
project_11
/
storage
/
framework
/
views
/
Editing: 3b47cd3282cfa1a5e0d4b532c874d188.php
<?php $gs = getGeneral(); ?> <!DOCTYPE html> <html lang="en" <?php if(LaravelLocalization::getCurrentLocale() == 'ar'): ?> lang="ar" dir="rtl" <?php endif; ?>> <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 e($gs->title); ?> <?php echo $__env->yieldContent('title'); ?></title> <meta name="application-name" content="<?php echo e($gs->title); ?>"> <meta name="description" content="<?php echo e(strip_tags($gs->description)); ?>"> <meta name="robots" content="index,follow"> <meta name="googlebot" content="index,follow"> <meta name="google" content="notranslate"> <meta name="bing-verification" content="<?php echo e(strip_tags($gs->description)); ?>"> <meta name="rating" content="General"> <meta name="format-detection" content="telephone=no"> <link rel="icon" sizes="192x192" href="<?php echo e($gs->logo); ?>"> <meta itemprop="name" content="<?php echo e($gs->title); ?> <?php echo $__env->yieldContent('title'); ?>"> <meta itemprop="description" content="<?php echo e(strip_tags($gs->description)); ?>"> <meta itemprop="image" content="<?php echo e($gs->logo); ?>"> <meta property="og:type" content="website"> <meta property="og:title" content="<?php echo e($gs->title); ?>"> <meta property="og:image" content="<?php echo e($gs->logo); ?>"> <meta property="og:image:alt" content="<?php echo e($gs->title); ?>"> <meta property="og:description" content="<?php echo e($gs->description); ?>"> <meta property="og:site_name" content="<?php echo e($gs->title); ?>"> <meta name="twitter:site" content="<?php echo e(config('app.url')); ?>"> <meta name="twitter:card" content="summary"> <meta name="twitter:url" content="<?php echo e(config('app.url')); ?>"> <meta name="twitter:title" content="<?php echo e($gs->title); ?>"> <meta name="twitter:description" content="<?php echo e($gs->description); ?>"> <meta name="twitter:image" content="<?php echo e($gs->logo); ?>"> <meta name="twitter:image:alt" content="<?php echo e($gs->title); ?>"> <meta name="twitter:dnt" content="on"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet"> <link href="<?php echo e(asset('backend/plugins/global/plugins.bundle.rtl.css')); ?>" rel="stylesheet" type="text/css" /> <link rel="stylesheet" href="<?php echo e(asset('front/css/bootstrap-icons.min.css')); ?>" /> <?php if(LaravelLocalization::getCurrentLocale() == 'ar'): ?> <link rel="stylesheet" href="<?php echo e(asset('front/css/bootstrap.rtl.min.css')); ?>" /> <link rel="stylesheet" href="<?php echo e(asset('front/css/rtl/index.css')); ?>" /> <?php else: ?> <link rel="stylesheet" href="<?php echo e(asset('front/css/bootstrap.min.css')); ?>" /> <link rel="stylesheet" href="<?php echo e(asset('front/css/index.css')); ?>" /> <?php endif; ?> <link rel="stylesheet" href="<?php echo e(asset('front/css/animate.min.css')); ?>" /> <style> .toastr-error .toastr-message{color: #fff} .bi-chevron-left,.bi-arrow-right{ <?php if(LaravelLocalization::getCurrentLocale() == 'en'): ?> transform:rotate(180deg) <?php endif; ?> } .bi-chevron-right,.bi-arrow-right{ <?php if(LaravelLocalization::getCurrentLocale() == 'ar'): ?> transform:rotate(180deg) <?php endif; ?> } .plans-page { background-image: url(<?php echo e(asset('front/assets/plansbg.png')); ?>); } </style> <?php echo $__env->yieldContent('css'); ?> </head> <body> <?php echo $__env->yieldContent('navigration'); ?> <?php echo $__env->yieldContent('body'); ?> <?php echo $__env->yieldContent('footer'); ?> <script src="<?php echo e(asset('backend/plugins/global/plugins.bundle.js')); ?>"></script> <script src="<?php echo e(asset('front/js/jquery-3.6.0.min.js')); ?>"></script> <script src="<?php echo e(asset('front/js/bootstrap.bundle.min.js')); ?>"></script> <script src="<?php echo e(asset('front/js/wow.min.js')); ?>"></script> <script src="<?php echo e(asset('front/js/index.js')); ?>"></script> <script src="<?php echo e(asset('front/js/password.js')); ?>"></script> <?php echo $__env->make('global.flashes', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> <?php echo $__env->yieldContent('js'); ?> <script> $("button[type='submit'],.form-submit").on("click" , function(){ $(this).attr("data-content" , $(this).html()); $(this).html(` <div class="spinner-border text-dark" role="status"> <span class="visually-hidden">Loading...</span> </div> `); setTimeout(() => { $(this).prop("disabled" , true) }, 50); }) function revertSubmitBtns() { $("button[type='submit'],.form-submit").each(function(){ $(this).html($(this).attr("data-content")); }) } </script> </body> </html> <?php /**PATH /home/rwabteecom/project/resources/views/web/layouts/base.blade.php ENDPATH**/ ?>
SAVE
CANCEL