<?php if(isset($pageConfigs)): ?> <?php echo Helper::updatePageConfig($pageConfigs); ?> <?php endif; ?> <!DOCTYPE html> <?php $configData = Helper::applClasses(); ?> <html class="loading <?php echo e(($configData['theme'] === 'light') ? '' : $configData['layoutTheme']); ?>" lang="<?php if(Session::has('locale')): ?><?php echo e(Session::get('locale')); ?><?php else: ?><?php echo e(config('app.locale')); ?><?php endif; ?>" data-textdirection="<?php echo e(env('MIX_CONTENT_DIRECTION') === 'rtl' ? 'rtl' : 'ltr'); ?>" <?php if($configData['theme'] === 'dark'): ?> data-layout="dark-layout" <?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"> <meta name="keywords" content="<?php echo e(config('app.keyword')); ?>" /> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <title><?php echo $__env->yieldContent('title'); ?> - <?php echo e(config('app.title')); ?></title> <link rel="shortcut icon" type="image/x-icon" href="<?php echo asset(config('app.favicon')); ?>"/> <link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;1,400;1,500;1,600" rel="stylesheet"> <?php echo $__env->make('panels/styles', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?> </head> <!-- END: Head--> <!-- BEGIN: Body--> <?php if(isset($configData["mainLayoutType"])): ?> <?php endif; ?> <?php if(Helper::app_config('custom_script') != ''): ?> <?php echo Helper::app_config('custom_script'); ?> <?php endif; ?> <?php echo $__env->make((( $configData["mainLayoutType"] === 'horizontal') ? 'layouts.horizontalLayoutMaster' : 'layouts.verticalLayoutMaster' ), \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/bouloter/sms/resources/views/layouts/contentLayoutMaster.blade.php ENDPATH**/ ?>