HEX
Server: Apache/2.4.41 (Ubuntu)
System: Linux ip-172-31-42-149 5.15.0-1084-aws #91~20.04.1-Ubuntu SMP Fri May 2 07:00:04 UTC 2025 aarch64
User: ubuntu (1000)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: /var/www/vhost/disk-apps/agile-selling-orl/resources/views/modules/head.blade.php
<!DOCTYPE html>
<html lang="es">

<head>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <title>EKO-System</title>
    <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
    <meta name="csrf-token" content="{{ csrf_token() }}">
    <link rel="shortcut icon" type="image/x-icon" href="https://www.glasshardware.com/Portals/3211/favIcon.ico">
    <link rel="stylesheet" href="{{ asset('js/bootstrap/css/bootstrap.min.css') }}">
    <!-- Font  -->
    <link rel="stylesheet" href="{{ asset('js/font-awesome-4.7.0/css/font-awesome.min.css') }}">
    <!-- Ionicons -->
    <link rel="stylesheet" href="{{ asset('js/ionicons-2.0.1/css/ionicons.min.css') }}">
    <!-- Theme style -->
    <link rel="stylesheet" href="{{ asset('js/dist/css/AdminLTE.min.css') }}">
    <link rel="stylesheet" href="{{ asset('js/dist/css/AdminLTE.css') }}">
    <!-- AdminLTE  -->
    <link rel="stylesheet" href="{{ asset('js/dist/css/skins/_all-skins.min.css') }}">
    <!-- iCheck -->
    <link rel="stylesheet" href="{{ asset('js/iCheck/flat/blue.css') }}">
    <!-- Morris chart -->
    <link rel="stylesheet" href="{{ asset('js/morris/morris.css') }}">
    <!-- jvectormap -->
    <link rel="stylesheet" href="{{ asset('js/jvectormap/jquery-jvectormap-1.2.2.css') }}">
    <!-- Date Picker -->
    <link rel="stylesheet" href="{{ asset('js/datepicker/datepicker3.css') }}">
    <!-- bootstrap wysihtml5 - text editor -->
    <link rel="stylesheet" href="{{ asset('js/bootstrap-wysihtml5/bootstrap3-wysihtml5.min.css') }}">
    <!-- Pace -->
    <link rel="stylesheet" href="{{ asset('js/pace/pace.min.css') }}">
    <!-- Own stylesheet -->
    <link rel="stylesheet" href="{{ asset('js/styles/style.css') }}">
    <!-- select2-->
    <link rel="stylesheet" href="{{ asset('js/select2/select2.min.css') }}">
    <link rel="stylesheet" type="text/css" href="{{ asset('js/plugins/datatables/jquery.dataTables.min.css') }}" />

    <!-- Dropzone -->
    <link rel="stylesheet" href="{{ asset('css/dropzone.css') }}">

    <!-- Datatable child rows -->
    <link rel="stylesheet" href="{{ asset('css/datatable_child_rows.css') }}">

    <!-- Pusher -->
    <script src="https://js.pusher.com/4.1/pusher.min.js" async></script>

    <!-- OneSignal SDK -->
    <link rel="manifest" href="/manifest.json" />
    <script src="https://cdn.onesignal.com/sdks/OneSignalSDK.js" async=""></script>
    <script>
        var OneSignal = window.OneSignal || [];
        OneSignal.push(function() {
            OneSignal.init({
                appId: "{{ env('ONESIGNAL_APP_ID' , '') }}",
            });

            OneSignal.sendTag("type", "admin-web");
            // Send more tags here.
        });
    </script>


    @include('css_panel')
    @include('css_material')

    {{-- <link rel="stylesheet" href="{{ asset('css/jquery.dataTables.min.css') }}"> --}}
    @yield('extra-css')
</head>

<body class="hold-transition skin-red sidebar-mini">
    <div class="wrapper">
        @include('modules.header') @include('modules.aside')
        <div class="content-wrapper">
            <section class="content" id="asyncLoadArea">
                @yield('contenido')
            </section>
        </div>
        @include('modules.scripts')
        @include('modules.footer')
    </div>
</body>



</html>