Commit 162dc05c authored by PedroLopesUPE's avatar PedroLopesUPE
Browse files

Adição de botão "Baixar tabela" em curso/index

Download funcional, porém muito longo
parent 8fe429a3
{{--
@include('components.buttons.btn-download', [
'id' => '',
'route' => '',
'content' => ''
])
--}}
<a class="btn btn-primary" href="{{$route}}" id="{{$id}}">
<i class="bi bi-cloud-arrow-down"></i>
{{$content}}
</a>
......@@ -22,7 +22,13 @@
<div>
@include('components.alerts')
<div class="d-flex justify-content-end mb-2">
<div class="d-flex justify-content-end mb-2 gap-3">
@include('components.buttons.btn-download', [
'route' => route('cursos_print'),
'content' => 'Baixar Tabela',
'id' => '',
'class' => '',
])
@include('components.buttons.btn-create', [
'route' => route('curso_create'),
'content' => 'Cadastrar',
......
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