@extends('tenant.layouts.app') @section('content')

{{ $reportDefinition['title'] }}

{{ $reportDefinition['description'] }}

Exportar Excel
@foreach($reportDefinition['filters'] as $filter) @php $name = $filter['name']; $value = old($name, $filter['default'] ?? request($name)); $options = $filter['options'] ?? null; @endphp
@if($filter['type'] === 'select') @elseif($filter['type'] === 'date') @elseif($filter['type'] === 'number') @else @endif
@endforeach
Cargando...
@foreach($reportDefinition['columns'] as $column) @endforeach
{{ $column['label'] }}
Sin resultados cargados.
0 registros
@endsection @push('scripts') @endpush