HEX
Server: Apache
System: Linux webm013.cluster123.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: lesanew (165608)
PHP: 8.3.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/lesanew/anestetues2/web/app/themes/anes-tetues/resources/views/layouts/app.blade.php
<!DOCTYPE html>
<html @php(language_attributes())>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    @php(do_action('get_header'))
    @php(wp_head())

    @vite(['resources/css/app.scss', 'resources/js/app.ts'])
    @stack('vite-head')
  </head>

  <body @php(body_class())>
    @php(wp_body_open())

    <div id="app">
      @include('sections.header')

      <main id="main" class="main">
        @if (function_exists('wc_print_notices'))
          <div class="woocommerce-notices-wrapper">
            {!! wc_print_notices() !!}
          </div>
        @endif

        @yield('content')
      </main>

      @include('sections.footer')
    </div>

    @php(do_action('get_footer'))
    @php(wp_footer())
  </body>
</html>