HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux ip-10-0-8-47 6.8.0-1021-aws #23~22.04.1-Ubuntu SMP Tue Dec 10 16:31:58 UTC 2024 aarch64
User: ubuntu (1000)
PHP: 8.1.2-1ubuntu2.22
Disabled: NONE
Upload Files
File: /var/www/admin.javaapp.co.uk/storage/framework/views/9fe2b3fe6a4d307f4e81a3d4d7a196701c4b1086.php
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, shrink-to-fit=no">
    <meta content="Admin Dashboard" name="description" />
    <title>
        <?php echo e(config('app.name', 'Java Go')); ?>

    </title>
    <link rel="icon" type="image/x-icon" href="<?php echo e(asset('assets/img/favicon.png')); ?>" />
    <link href="<?php echo e(asset('assets/css/loader.css')); ?>" rel="stylesheet" type="text/css" />
    <link href="<?php echo e(asset('assets/css/custom.css')); ?>" rel="stylesheet" type="text/css" />
    <script src="<?php echo e(asset('assets/js/loader.js')); ?>"></script>

    <!-- BEGIN GLOBAL MANDATORY STYLES -->
    
    <link href="<?php echo e(asset('bootstrap/css/bootstrap.css')); ?>" rel="stylesheet" type="text/css" />
    <link href="<?php echo e(asset('assets/css/plugins.css')); ?>" rel="stylesheet" type="text/css" />
    <?php if(Request::routeIs('*.login') ||
            Request::routeIs('*.login.*') ||
            Request::routeIs('*.signup') ||
            Request::routeIs('*.signup.*') ||
            Request::routeIs('*.register') ||
            Request::routeIs('*.otp') ||
            Request::routeIs('*.otp.*') ||
            Request::routeIs('forgot.*') ||
            Request::routeIs('reset.*') ||
            Request::routeIs('password-reset-success') ||
            Request::routeIs('cafe.index')): ?>
        <link href="<?php echo e(asset('assets/css/authentication/form-1.css')); ?>" rel="stylesheet" type="text/css" />
        
        <!-- END GLOBAL MANDATORY STYLES -->
        <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/forms/theme-checkbox-radio.css')); ?>">
    <?php else: ?>
        <!-- END GLOBAL MANDATORY STYLES -->

        <!-- BEGIN PAGE LEVEL PLUGINS/CUSTOM STYLES -->
        <?php if(Request::routeIs('*.dashboard')): ?>
            <link href="<?php echo e(asset('assets/css/dashboard/dash_2.css')); ?>" rel="stylesheet" type="text/css" />
        <?php endif; ?>
        <?php if(Request::routeIs('*.*.index') ||
                Route::currentRouteName() === 'cafe.dashboard' ||
                Route::currentRouteName() === 'admin.customer-module.show' ||
                Route::currentRouteName() === 'admin.order-history.show' ||
                Route::currentRouteName() === 'cafe.order-history.show'): ?>
            <!-- BEGIN PAGE LEVEL STYLES -->
            <link rel="stylesheet" type="text/css" href="<?php echo e(asset('plugins/table/datatable/datatables.css')); ?>">
            <link rel="stylesheet" type="text/css" href="<?php echo e(asset('plugins/table/datatable/dt-global_style.css')); ?>">
            <!-- END PAGE LEVEL STYLES -->
        <?php endif; ?>
        <link rel="stylesheet" type="text/css" href="<?php echo e(asset('plugins/perfect-scrollbar/perfect-scrollbar.css')); ?>">
        <!-- END PAGE LEVEL PLUGINS/CUSTOM STYLES -->
    <?php endif; ?>
    <link rel="stylesheet" type="text/css" href="<?php echo e(asset('assets/css/forms/switches.css')); ?>">
    <link href="<?php echo e(asset('assets/css/libs/jquery.growl.css')); ?>" rel="stylesheet" type="text/css">
    
    <link href="<?php echo e(asset('plugins/sweetalerts/sweetalert.css')); ?>" rel="stylesheet" type="text/css">
    <link href="<?php echo e(asset('plugins/sweetalerts/sweetalert2.min.css')); ?>" rel="stylesheet" type="text/css">
<?php /**PATH /var/www/admin.javaapp.co.uk/resources/views/components/app-head.blade.php ENDPATH**/ ?>