We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a233fd4 commit af5228cCopy full SHA for af5228c
publish/resources/views/layouts/backend.blade.php
@@ -11,7 +11,7 @@
11
<title>{{ config('app.name', 'Laravel') }}</title>
12
13
<!-- Styles -->
14
- <link href="{{ asset('css/app.css') }}" rel="stylesheet">
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
15
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
16
</head>
17
<body>
0 commit comments