Browse Source

Fix download pdf timeout

pull/28/head
David Adi Nugroho 6 years ago
parent
commit
f104b1d48a
  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> <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') @yield('style')
</head> </head>
<body> <body>

Loading…
Cancel
Save