INFOTECH

logo
				
					<!DOCTYPE html>
<html lang="pt-BR">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>...::: INFOTECH ::::...</title>
    <link rel="stylesheet" href="{{ asset('css/styles.css') }}">
</head>
<body>
    <header>
        <h1>Seja Bem-vindo</h1>
    </header>
    <main>
        @yield('content')
    </main>
    <footer>
        <p>&copy; 2024 INFOTECH</p>
    </footer>
    <script>
        console.log('Customized solutions');
    </script>
</body>
</html>