Viewing file: 017c3891e022f6e7be2cac008467e20e.php (2.08 KB) -rw-r--r-- Select action/file-type: (+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php $__env->startSection('title'); ?> <?php echo e(get_settings('app_name')); ?> - Demo Login <?php $__env->stopSection(); ?>
<?php $__env->startSection('css'); ?> <style> .custom{ padding-top: 50px; } .demo-remove{ display: none;!important; } </style>
<?php $__env->stopSection(); ?>
<?php $__env->startSection('header'); ?> <div class="container"> <div class="page-banner"> <div class="custom"> <h1 class="text-center" style="color: rgba(100, 95, 136, 0.75);"><?php echo e(get_settings('app_name')); ?></h1> <div class="divider mx-auto"></div> </div> <div class="row justify-content-center align-items-center h-75">
<div class="col-lg-2"> <nav aria-label="Breadcrumb"> <ul class="breadcrumb justify-content-center py-0 bg-transparent"> <li class="breadcrumb-item"><a href="<?php echo e(route('admin.login')); ?>" class="btn btn-outline-primary btn-sm pl-4 pr-4"><i class="fa fa-sign-in"></i></a></li> </ul> </nav> <p class="text-center">Admin Login</p> </div> <div class="col-lg-2"> <nav aria-label="Breadcrumb"> <ul class="breadcrumb justify-content-center py-0 bg-transparent"> <li class="breadcrumb-item"><a href="<?php echo e(route('login')); ?>" class="btn btn-outline-primary btn-sm pl-4 pr-4"><i class="fa fa-sign-in"></i></a></li> </ul> </nav> <p class="text-center">Customer Login</p> </div> </div> </div> </div> <?php $__env->stopSection(); ?>
<?php echo $__env->make('layouts.frontLayout', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/picotech/domains/test.sms.picotech.app/public_html/resources/views/front/login_demo.blade.php ENDPATH**/ ?>
|