@extends('adminlte::page') @section('content_header')

Cliente: {{$customer->name}}

@if(\Cache::get('daterange'))

Filtro: {{\Cache::get('daterange')}}

Quitar filtros
@endif

Evaluación: {{ $filters['evaluationType'] == 1 ? '30' : '60'}} días

@stop @section('content')
@if (session('status')) @endif
{{$dataTable->table()}}
@stop @section('js') {{$dataTable->scripts()}} @endsection @section('css') @endsection