<head>
<meta charset="utf-8">
<title>Webquality - Matières premières</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700&subset=latin,cyrillic-ext" rel="stylesheet"
type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet" type="text/css">
<link rel="apple-touch-icon" sizes="180x180" href="{{ asset('assets/images/favicon') }}/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="{{ asset('assets/images/favicon') }}/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="{{ asset('assets/images/favicon') }}/favicon-16x16.png">
<link rel="manifest" href="{{ asset('assets/images/favicon') }}/site.webmanifest">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<link href="{{ asset('plugins/bootstrap/css/bootstrap.css') }}" rel="stylesheet">
<link href="{{ asset('plugins/node-waves/waves.css') }}" rel="stylesheet"/>
<link href="{{ asset('plugins/animate-css/animate.css') }}" rel="stylesheet"/>
<link href="{{ asset('plugins/bootstrap-colorpicker/css/bootstrap-colorpicker.css') }}" rel="stylesheet"/>
<link href="{{ asset('plugins/bootstrap-colorpicker/css/bootstrap-colorpicker.css') }}" rel="stylesheet"/>
<link href="{{ asset('plugins/dropzone/dropzone.css') }}" rel="stylesheet">
<link href="{{ asset('plugins/multi-select/css/multi-select.css') }}" rel="stylesheet">
<link href="{{ asset('plugins/jquery-spinner/css/bootstrap-spinner.css') }}" rel="stylesheet">
<link href="{{ asset('plugins/bootstrap-tagsinput/bootstrap-tagsinput.css') }}" rel="stylesheet">
{# <link href="{{ asset('plugins/bootstrap-select/css/bootstrap-select.css') }}" rel="stylesheet"/>#}
<link href="{{ asset('plugins/jquery-datatable/skin/bootstrap/css/dataTables.bootstrap.css') }}" rel="stylesheet">
<link href="https://cdn.datatables.net/buttons/1.7.0/css/buttons.dataTables.min.css" rel="stylesheet">
<link href="{{ asset('plugins/nestable/jquery-nestable.css') }}" rel="stylesheet"/>
{# <link href="{{ asset('plugins/bootstrap-material-datetimepicker/css/bootstrap-material-datetimepicker.css') }}"#}
{# rel="stylesheet"/>#}
<link href="{{ asset('plugins/bootstrap-datepicker/css/bootstrap-datepicker.css') }}" rel="stylesheet"/>
<link href="{{ asset('plugins/dropzone/dropzone.css') }}" rel="stylesheet">
<link href="{{ asset('plugins/multi-select/css/multi-select.css') }}" rel="stylesheet">
<link href="{{ asset('css/style.css') }}" rel="stylesheet">
<link href="{{ asset('css/themes/all-themes.css') }}" rel="stylesheet"/>
<link href="https://cdn.datatables.net/select/1.3.1/css/select.dataTables.min.css" rel="stylesheet"/>
<link href="{{ asset('assets/plugins/select2/dist/css/select2.min.css') }}" rel="stylesheet">
{% block stylesheets %}
{{ encore_entry_link_tags('app') }}
{% endblock %}
</head>