<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Meta -->
<meta name="description" content="Responsive Bootstrap4 Dashboard Template">
<meta name="author" content="ParkerThemes">
<link rel="shortcut icon" href="{{asset('assets/img/fav.png')}}" />
<!-- Title -->
<title>La bibliothèque numérique - {% block title %}{% endblock %}</title>
<!-- ************* Common Css Files ************* -->
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="{{asset('assets/css/bootstrap.min.css')}}" />
<!-- Master CSS -->
<link rel="stylesheet" href="{{asset('assets/css/main.css')}}" />
</head>
<body class="authentication">
<!-- Container start -->
<div class="container">
{% block body %}{% endblock %}
</div>
<!-- Container end -->
</body>
</html>