Browse Source
Merge pull request #28 from lakuapik/patch-01
Fix download pdf timeout - closes #18
pull/29/head
Nafies Luthfi
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
3 additions and
1 deletions
-
resources/views/layouts/pdf.blade.php
|
|
|
@ -7,7 +7,9 @@ |
|
|
|
|
|
|
|
<title>@yield('title') | {{ config('app.name', 'Laravel') }}</title> |
|
|
|
|
|
|
|
{{ Html::style(url('css/pdf.css')) }} |
|
|
|
{{-- {{ Html::style(url('css/pdf.css')) }} --}} |
|
|
|
<link rel="stylesheet" href="{{ elixir('css/pdf.css') }}"> |
|
|
|
|
|
|
|
@yield('style') |
|
|
|
</head> |
|
|
|
<body> |
|
|
|
|