Fix case typo

This commit is contained in:
Ludovic CANDELLIER
2020-04-15 15:40:57 +02:00
parent 54e7a3f5a1
commit 49afb9ca4c
28 changed files with 48 additions and 65 deletions

View File

@@ -8,7 +8,6 @@
<meta name="csrf-token" content="{{ csrf_token() }}">
<title>@if (isset($title)) {{ $title }} @endif | {{ config('app.name') }}</title>
<link rel="stylesheet" href="{{ mix('/boilerplate.min.css', '/assets/vendor/boilerplate') }}">
<link rel="stylesheet" href="/css/admin.min.css">
@stack('css')
</head>
<body class="sidebar-mini skin-{{ config('boilerplate.app.skin', 'blue') }}">