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/resources/views/components/app-head.blade.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>
        {{ config('app.name', 'Java Go') }}
    </title>
    <link rel="icon" type="image/x-icon" href="{{ asset('assets/img/favicon.png') }}" />
    <link href="{{ asset('assets/css/loader.css') }}" rel="stylesheet" type="text/css" />
    <link href="{{ asset('assets/css/custom.css') }}" rel="stylesheet" type="text/css" />
    <script src="{{ asset('assets/js/loader.js') }}"></script>

    <!-- BEGIN GLOBAL MANDATORY STYLES -->
    {{-- <link href="https://fonts.googleapis.com/css?family=Quicksand:400,500,600,700&display=swap" rel="stylesheet"> --}}
    <link href="{{ asset('bootstrap/css/bootstrap.css') }}" rel="stylesheet" type="text/css" />
    <link href="{{ asset('assets/css/plugins.css') }}" rel="stylesheet" type="text/css" />
    @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="{{ asset('assets/css/authentication/form-1.css') }}" rel="stylesheet" type="text/css" />
        {{-- <link href="assets/css/authentication/form-2.css" rel="stylesheet" type="text/css" /> --}}
        <!-- END GLOBAL MANDATORY STYLES -->
        <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/forms/theme-checkbox-radio.css') }}">
    @else
        <!-- END GLOBAL MANDATORY STYLES -->

        <!-- BEGIN PAGE LEVEL PLUGINS/CUSTOM STYLES -->
        @if (Request::routeIs('*.dashboard'))
            <link href="{{ asset('assets/css/dashboard/dash_2.css') }}" rel="stylesheet" type="text/css" />
        @endif
        @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="{{ asset('plugins/table/datatable/datatables.css') }}">
            <link rel="stylesheet" type="text/css" href="{{ asset('plugins/table/datatable/dt-global_style.css') }}">
            <!-- END PAGE LEVEL STYLES -->
        @endif
        <link rel="stylesheet" type="text/css" href="{{ asset('plugins/perfect-scrollbar/perfect-scrollbar.css') }}">
        <!-- END PAGE LEVEL PLUGINS/CUSTOM STYLES -->
    @endif
    <link rel="stylesheet" type="text/css" href="{{ asset('assets/css/forms/switches.css') }}">
    <link href="{{ asset('assets/css/libs/jquery.growl.css') }}" rel="stylesheet" type="text/css">
    {{-- <link href="{{ asset('assets/css/elements/alert.css') }}" rel="stylesheet" type="text/css" /> --}}
    <link href="{{ asset('plugins/sweetalerts/sweetalert.css') }}" rel="stylesheet" type="text/css">
    <link href="{{ asset('plugins/sweetalerts/sweetalert2.min.css') }}" rel="stylesheet" type="text/css">