<?php
phpinfo();
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>{% block title %}Añadir Compañía{% endblock %}</title>
<link rel="stylesheet" href="{{ asset('css/styles.css') }}">
</head>
<body>
<header>
<div class="header-container">
<div class="header-left">
<img src="https://bpprodstorage.blob.core.windows.net/bpprodcontainer/1669892/images/64b4a7a6-ef32-46c7-9817-d45910169092logo-220.png" alt="Software Flooming AI VGT Logo">
<h1>SOFTWARE FLOOMING AI VGT</h1>
</div>
<div class="header-right">
<h1>Añadir Compañía</h1>
</div>
</div>
</header>
<main>
</main>
<p>© {{ "now"|date("Y") }} Flooming.</p>
</footer>
</body>
</html>