File: /var/www/javago-portal-updates/storage/framework/views/085dec01a2e7d87a95a1e6099d864fe014c94921.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/javago-portal-updates/resources/views/components/app-head.blade.php ENDPATH**/ ?>