6 lines
424 B
PHP
6 lines
424 B
PHP
<!DOCTYPE html>
|
|
<html lang="<?php echo e($page_language); ?>">
|
|
<?php echo $__env->make('layout.head', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
<?php echo $__env->make('layout.body', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?>
|
|
</html>
|
|
<?php /**PATH F:\Z\Workspace\git\provm\portal\resources\views/layout/base.blade.php ENDPATH**/ ?>
|