<!-- Layout config Js -->
<script src="{{ asset('/js/layout.js') }}"></script>
<!-- Bootstrap Css -->
<link href="{{ asset('/css/bootstrap.min.css') }}" rel="stylesheet" type="text/css" />
<!-- Icons Css -->
<link href="{{ asset('/css/icons.min.css') }}" rel="stylesheet" type="text/css" />
<!-- App Css-->
<link href="{{ asset('/css/app.min.css') }}" rel="stylesheet" type="text/css" />
<!-- custom Css-->
<link href="{{ asset('/css/custom.css') }}" rel="stylesheet" type="text/css" />