whoami7 - Manager
:
/
home
/
dataiclx
/
datasyspk.com
/
storage
/
framework
/
views
/
Upload File:
files >> /home/dataiclx/datasyspk.com/storage/framework/views/3c4db1993e9df5dfdb873d93d12a9acf115d7f3b.php
<!doctype html> <?php if(\App\Language::where('code', Session::get('locale', Config::get('app.locale')))->first()->rtl == 1): ?> <html dir="rtl" lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>"> <?php else: ?> <html lang="<?php echo e(str_replace('_', '-', app()->getLocale())); ?>"> <?php endif; ?> <head> <meta name="csrf-token" content="<?php echo e(csrf_token()); ?>"> <meta name="app-url" content="<?php echo e(getBaseURL()); ?>"> <meta name="file-base-url" content="<?php echo e(getFileBaseURL()); ?>"> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no"> <!-- Favicon --> <link rel="icon" href="<?php echo e(uploaded_asset(get_setting('site_icon'))); ?>"> <title><?php echo e(get_setting('website_name').' | '.get_setting('site_motto')); ?></title> <!-- google font --> <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700"> <!-- aiz core css --> <link rel="stylesheet" href="<?php echo e(static_asset('assets/css/vendors.css')); ?>"> <?php if(\App\Language::where('code', Session::get('locale', Config::get('app.locale')))->first()->rtl == 1): ?> <link rel="stylesheet" href="<?php echo e(static_asset('assets/css/bootstrap-rtl.min.css')); ?>"> <?php endif; ?> <link rel="stylesheet" href="<?php echo e(static_asset('assets/css/aiz-core.css')); ?>"> <style> body { font-size: 12px; } </style> <script> var AIZ = AIZ || {}; AIZ.local = { nothing_selected: '<?php echo e(translate('Nothing selected')); ?>', nothing_found: '<?php echo e(translate('Nothing found')); ?>', choose_file: '<?php echo e(translate('Choose file')); ?>', file_selected: '<?php echo e(translate('File selected')); ?>', files_selected: '<?php echo e(translate('Files selected')); ?>', add_more_files: '<?php echo e(translate('Add more files')); ?>', adding_more_files: '<?php echo e(translate('Adding more files')); ?>', drop_files_here_paste_or: '<?php echo e(translate('Drop files here, paste or')); ?>', browse: '<?php echo e(translate('Browse')); ?>', upload_complete: '<?php echo e(translate('Upload complete')); ?>', upload_paused: '<?php echo e(translate('Upload paused')); ?>', resume_upload: '<?php echo e(translate('Resume upload')); ?>', pause_upload: '<?php echo e(translate('Pause upload')); ?>', retry_upload: '<?php echo e(translate('Retry upload')); ?>', cancel_upload: '<?php echo e(translate('Cancel upload')); ?>', uploading: '<?php echo e(translate('Uploading')); ?>', processing: '<?php echo e(translate('Processing')); ?>', complete: '<?php echo e(translate('Complete')); ?>', file: '<?php echo e(translate('File')); ?>', files: '<?php echo e(translate('Files')); ?>', } </script> </head> <body class=""> <div class="aiz-main-wrapper d-flex"> <div class="flex-grow-1"> <?php echo $__env->yieldContent('content'); ?> </div> </div><!-- .aiz-main-wrapper --> <?php echo $__env->yieldContent('modal'); ?> <script src="<?php echo e(static_asset('assets/js/vendors.js')); ?>" ></script> <script src="<?php echo e(static_asset('assets/js/aiz-core.js')); ?>" ></script> <?php echo $__env->yieldContent('script'); ?> <script type="text/javascript"> <?php $__currentLoopData = session('flash_notification', collect())->toArray(); $__env->addLoop($__currentLoopData); foreach($__currentLoopData as $message): $__env->incrementLoopIndices(); $loop = $__env->getLastLoop(); ?> AIZ.plugins.notify('<?php echo e($message['level']); ?>', '<?php echo e($message['message']); ?>'); <?php endforeach; $__env->popLoop(); $loop = $__env->getLastLoop(); ?> </script> </body> </html><?php /**PATH /home/dataiclx/datasyspk.com/resources/views/backend/layouts/layout.blade.php ENDPATH**/ ?>
Copyright ©2021 || Defacer Indonesia