28 lines
997 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<head>
2018-08-04 18:05:37 +03:00
@stack('head_start')
2019-11-16 10:21:14 +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">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8; charset=ISO-8859-1"/>
2018-08-04 18:05:37 +03:00
2019-11-16 10:21:14 +03:00
<title>@yield('title') - @setting('company.name')</title>
2017-09-14 22:21:00 +03:00
2019-11-16 10:21:14 +03:00
<!-- Css -->
<!-- Argon -->
<link rel="stylesheet" href="{{ asset('public/css/argon.css?v=1.1.0') }}" type="text/css">
<!-- Color -->
<link rel="stylesheet" href="{{ asset('public/css/akaunting-color.css?v=' . version('short')) }}">
<!-- Custom -->
<link rel="stylesheet" href="{{ asset('public/css/custom.css?v=' . version('short')) }}">
2017-09-14 22:21:00 +03:00
2019-11-16 10:21:14 +03:00
@stack('css')
2019-11-16 10:21:14 +03:00
@stack('stylesheet')
2018-11-17 12:25:49 +03:00
2019-11-16 10:21:14 +03:00
@stack('js')
2018-08-04 18:05:37 +03:00
2019-11-16 10:21:14 +03:00
@stack('scripts')
2018-08-04 18:05:37 +03:00
@stack('head_end')
2017-09-14 22:21:00 +03:00
</head>