@extends('adminlte::page')
@section('content_header')
Línea sin nombre
@if(\Cache::get('daterange'))
Filtro: {{\Cache::get('daterange')}}
@endif
Evaluación: {{ $filters['evaluationType'] == 1 ? '30' : '60'}} días
@stop
@section('content')
{{$dataTable->table()}}
@stop
@section('js')
{{$dataTable->scripts()}}
@endsection
@section('css')
@endsection