@if(Auth::user()->root || Auth::user()->hasRol('admin') )
{{$accion}} feriado @if($nombre_institucion != null){{$nombre_institucion}}@else{{'Global'}}@endif - Año {{$ano}}
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@endif