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/comfama.sports-crowd.com/resources/views/layouts/app.blade.php
<!DOCTYPE html>
<html lang="es">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <link rel="icon" href="{{ asset($identity->logo) }}">
        <title>{{ $identity->platform_name }} | Sports Crowd</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="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') }}">
        <!-- bootstrap ColorPicker -->
        <link rel="stylesheet" href="{{ asset('js/plugins/colorpicker/bootstrap-colorpicker.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') }}" />

        @include('css_material')
        {{-- @include('css_panel') --}}

    </head>

<body style="background-color:#f7f7f7">
    @yield('content')
    <!-- Scripts -->
    <script src="{{ asset('js/app.js') }}"></script>
    <script>
        $.ajaxSetup({
            headers: {
                'X-CSRF-TOKEN': $('meta[name="csrf-token"]').attr('content')
            }
        });
    </script>
    @include('modules.scripts')
</body>
</html>