2017-09-14 22:21:00 +03:00
|
|
|
<head>
|
2018-08-04 18:05:37 +03:00
|
|
|
@stack('head_start')
|
|
|
|
|
2017-09-14 22:21:00 +03:00
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<!-- Tell the browser to be responsive to screen width -->
|
|
|
|
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
|
2018-07-18 17:11:01 +03:00
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
2017-09-14 22:21:00 +03:00
|
|
|
|
|
|
|
<title>@yield('title') - @setting('general.company_name')</title>
|
|
|
|
|
|
|
|
<!-- Bootstrap 3.3.6 -->
|
|
|
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/bootstrap/css/bootstrap.min.css') }}">
|
|
|
|
<!-- Font Awesome -->
|
|
|
|
<link rel="stylesheet" href="{{ asset('public/css/font-awesome.min.css') }}">
|
|
|
|
<!-- Ionicons -->
|
|
|
|
<link rel="stylesheet" href="{{ asset('public/css/ionicons.min.css') }}">
|
|
|
|
<!-- Theme style -->
|
|
|
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/dist/css/AdminLTE.min.css') }}">
|
|
|
|
<!-- AdminLTE Skins. Choose a skin from the css/skins
|
|
|
|
folder instead of downloading all of them to reduce the load. -->
|
|
|
|
<link rel="stylesheet" href="{{ asset('vendor/almasaeed2010/adminlte/dist/css/skins/_all-skins.min.css') }}">
|
|
|
|
<!-- App style -->
|
2018-07-19 13:01:11 +03:00
|
|
|
<link rel="stylesheet" href="{{ asset('public/css/app.css?v=1.2.12') }}">
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2018-07-18 17:11:01 +03:00
|
|
|
<style type="text/css">
|
|
|
|
* {
|
|
|
|
font-family: "DejaVu Sans Mono", monospace;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
|
2017-11-13 21:55:15 +03:00
|
|
|
@stack('css')
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2017-11-13 21:55:15 +03:00
|
|
|
@stack('stylesheet')
|
2017-09-14 22:21:00 +03:00
|
|
|
|
|
|
|
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
|
|
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
|
|
|
|
<!--[if lt IE 9]>
|
|
|
|
<script src="https://oss.maxcdn.com/html5shiv/3.7.3/html5shiv.min.js"></script>
|
|
|
|
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
|
|
|
|
<![endif]-->
|
|
|
|
|
|
|
|
<!-- jQuery 2.2.3 -->
|
|
|
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/jQuery/jquery-2.2.3.min.js') }}"></script>
|
|
|
|
<!-- Bootstrap 3.3.6 -->
|
|
|
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/bootstrap/js/bootstrap.min.js') }}"></script>
|
|
|
|
<!-- SlimScroll -->
|
|
|
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/plugins/slimScroll/jquery.slimscroll.min.js') }}"></script>
|
|
|
|
<!-- AdminLTE App -->
|
|
|
|
<script src="{{ asset('vendor/almasaeed2010/adminlte/dist/js/app.min.js') }}"></script>
|
|
|
|
|
|
|
|
<script src="{{ asset('public/js/app.js') }}"></script>
|
|
|
|
|
2017-11-13 21:55:15 +03:00
|
|
|
@stack('js')
|
2017-09-14 22:21:00 +03:00
|
|
|
|
2017-11-13 21:55:15 +03:00
|
|
|
@stack('scripts')
|
2018-08-04 18:05:37 +03:00
|
|
|
|
|
|
|
@stack('head_end')
|
2017-09-14 22:21:00 +03:00
|
|
|
</head>
|