<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, minimum-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="shortcut icon" href="{{ asset('assets/images/logo.ico') }}"/>
<link href="{{ asset('build/master_library.css') }}" rel="stylesheet"/> {% block stylesheets %}{% endblock %}
<title>AccountEdge ShopSync</title>
</head>
<body>
{% block body %}{% endblock %}
{% block body_child %}{% endblock %}
<script type="text/javascript" src="{{ asset('build/master_library.js') }}"></script>
<script type="text/javascript" src="{{ asset('build/runtime.js') }}"></script>
{% block javascripts %}{% endblock %}
</body>
</html>