|
@@ -6,7 +6,7 @@
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
<meta name="csrf-token" content="{{ csrf_token() }}">
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
- <title>{{ config('admin.title', '管理系统') }}</title>
|
|
|
|
|
|
|
+ <title>{{ config('admin.title', 'BAB管理系统') }}</title>
|
|
|
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
|
<link href="{{ asset('css/app.css') }}" rel="stylesheet">
|
|
|
<link href="{{ asset('admin/build/css/custom.min.css') }}" rel="stylesheet">
|
|
<link href="{{ asset('admin/build/css/custom.min.css') }}" rel="stylesheet">
|
|
|
@yield('plug-css')
|
|
@yield('plug-css')
|