<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8"/>
<title>{% block title %}{% endblock %}</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta content="A fully featured admin theme which can be used to build CRM, CMS, etc." name="description"/>
<meta content="Coderthemes" name="author"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
{#<link rel="shortcut icon" href="../assets/images/favicon.ico">#}
<link href="{{ asset('/assets/css/bootstrap-material.min.css') }}" rel="stylesheet" type="text/css"
id="bs-default-stylesheet"/>
<link href="{{ asset('/assets/css/app-material.min.css') }}" rel="stylesheet" type="text/css"
id="app-default-stylesheet"/>
<link href="{{ asset('/assets/css/icons.min.css') }}" rel="stylesheet" type="text/css"/>
{% block css %}{% endblock %}
</head>
<body class="{% block bodyClass %}{% endblock %}">
{% block body %}{% endblock %}
<script src="{{ asset('/assets/js/vendor.min.js') }}"></script>
<script src="{{ asset('/assets/js/app.min.js') }}"></script>
{% block js %}{% endblock %}
</body>
</html>