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
parent
commit
6b2e62d161
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      resources/views/layouts/pdf.blade.php

4
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>

Loading…
Cancel
Save