Commit 397bac14 authored by Gabriel-31415's avatar Gabriel-31415
Browse files

botão de detalhes no eventos

parent 557b974a
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<div class="row justify-content-center"> <div class="row justify-content-center">
<div class="col-sm-12"> <div class="col-sm-12">
{{$evento->nome}} {{$evento->nome}}
@if(Auth::user()->tipo == "administrador")
{{-- @can('isCoordenador', $evento) --}} {{-- @can('isCoordenador', $evento) --}}
<div class="btn-group dropright dropdown-options"> <div class="btn-group dropright dropdown-options">
<a id="options" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"> <a id="options" class="dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
...@@ -58,6 +59,7 @@ ...@@ -58,6 +59,7 @@
</div> </div>
</div> </div>
{{-- @endcan --}} {{-- @endcan --}}
@endif
</div> </div>
</div> </div>
......
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