@extends('app') @section('content')
@if(auth()->user()->role == 'admin') @endif
Descargar XLSX
@include('reports.partials.effectivity')
@endsection