<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0">
<title>Dalux Integration</title>
<meta name="msapplication-TileColor" content="#123d99">
<meta name="theme-color" content="#123d99">
<link href="{{ asset('build/app.css') }}" rel="stylesheet">
{% block stylesheets %}{% endblock %}
</head>
<body>
{% block body %}{% endblock %}
{% block javascripts %}{% endblock %}
</body>
<script src="{{ asset('build/app.js') }}"></script>
</html>