Commit d2dd955e authored by PedroLopesUPE's avatar PedroLopesUPE
Browse files

Bug fix: variável faltante no redirecionamento

parent a2bbaf6e
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
Relatório pad {{$pad->nome}} Relatório pad {{$pad->nome}}
</h3> </h3>
@include('components.buttons.btn-download', [ @include('components.buttons.btn-download', [
'route' => route('pad_relatório_pdf'), 'route' => route('pad_relatório_pdf', ['id' => $pad->id]),
'content' => 'Baixar PADs enviados', 'content' => 'Baixar PADs enviados',
'id' => '', 'id' => '',
'class' => '', 'class' => '',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment