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 5f48d3f commit 0a7a475Copy full SHA for 0a7a475
resources/views/templates/default.blade.php
@@ -4,7 +4,7 @@
4
<title>{{ $invoice->name }}</title>
5
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
6
7
- <link rel="stylesheet" href="{{ asset('/vendor/invoices/bootstrap.min.css') }}">
+ <link rel="stylesheet" href="{{ public_path('vendor/invoices/bootstrap.min.css') }}">
8
9
<style type="text/css" media="screen">
10
* {
0 commit comments