JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr gilour

File "master.blade.php"

Full Path: /home/sibcards/public_html/Modules/LandingPage/Resources/views/layouts/master.blade.php
File size: 587 bytes
MIME-type: text/html
Charset: utf-8

<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Module LandingPage</title>

       {{-- Laravel Vite - CSS File --}}
       {{-- {{ module_vite('build-landingpage', 'Resources/assets/sass/app.scss') }} --}}

    </head>
    <body>
        @yield('content')

        {{-- Laravel Vite - JS File --}}
        {{-- {{ module_vite('build-landingpage', 'Resources/assets/js/app.js') }} --}}
    </body>
</html>