Server : Apache System : Linux host44.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64 User : vapecompany ( 2719) PHP Version : 7.4.33 Disable Function : NONE Directory : /home/vapecompany/demo.vapecompany.com.bd/storage/framework/views/ |
Upload File : |
<?php $__env->startSection('css'); ?> <link rel="stylesheet" type="text/css" href="<?php echo e(url('public/frontend/styles/contact_styles.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(url('public/frontend/styles/contact_responsive.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(url('public/frontend/styles/sign_in.css')); ?>"> <link rel="stylesheet" type="text/css" href="<?php echo e(url('public/frontend/styles/material-design-iconic-font.min.css')); ?>"> <?php $__env->stopSection(); ?> <?php $__env->startSection('content'); ?> <section class="signup"> <div class="login-container"> <div class="signin-content"> <div class="signin-image"> <figure><img src="https://colorlib.com/etc/regform/colorlib-regform-7/images/signup-image.jpg" alt="sing up image"></figure> </div> <div class="signin-form"> <h2 class="form-title">Dashboard</h2> <a class="btn btn-danger" href="<?php echo e(route('logout')); ?>" onclick="event.preventDefault(); document.getElementById('logout-form').submit();"> <i class="fas fa-sign-out-alt" style="margin-right: 5px"></i> <?php echo e(__('Logout')); ?> </a> <form id="logout-form" action="<?php echo e(route('logout')); ?>" method="POST" class="d-none"> <?php echo csrf_field(); ?> </form> <p>Welcome <?php echo e(auth()->user()->name); ?></p> </div> </div> </div> </section> <?php $__env->stopSection(); ?> <?php echo $__env->make('frontend.layouts.app', \Illuminate\Support\Arr::except(get_defined_vars(), ['__data', '__path']))->render(); ?><?php /**PATH /home/vapecompany/Demo.vapecompany.com.bd/resources/views/frontend/pages/dashboard.blade.php ENDPATH**/ ?>