Edit File: 920f3229ded58f598829b0efe2bffd56c16cc1e7.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 e(awtTrans(' نموذج توثيق مندوب ')); ?> </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="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.9/sweetalert2.min.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; ?> <style> .spinner-ajax{ display:none; } </style> <?php echo $__env->yieldContent('style'); ?> </head> <body class="direction"> <div class="background"> <img src="<?php echo e(URL::to('site/imgs/bg/header.svg')); ?>" alt=""> </div> <!-- start page content --> <div class="page-content"> <div class="dele-logo mb-3 text-center"> <img width="120px" src="<?php echo e(asset('assets/uploads/settings/logo.png')); ?>" alt=""> <p class="m-3"><?php echo e(awtTrans(' نموذج توثيق مندوب ')); ?></p> <h4 class="bold"><?php echo e($setting['site_name']); ?></h4> </div> <?php echo $__env->yieldContent('content'); ?> </div> </body> <!-- 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="https://cdnjs.cloudflare.com/ajax/libs/limonte-sweetalert2/6.6.9/sweetalert2.min.js"></script> <script src="<?php echo e(URL::to('site/js/scripts.js')); ?>"></script> <?php echo $__env->yieldContent('scripts'); ?> </html> <?php /**PATH /home/wwineerc/public_html/resources/views/layouts/delegate_join_request_layout.blade.php ENDPATH**/ ?>
Back to File Manager