@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @push('styles') @endpush @php function getGradingClass($score) { if ($score < 0.4) { return 'bg-red'; } elseif ($score < 0.7) { return 'bg-yellow'; } else { return 'bg-green'; } } @endphp @section('filter-section') {{--

@lang('app.select') @lang('app.month')

--}}

@lang('app.duration')

@lang('app.clearFilters') @lang('performance::app.downloadSheet')
@endsection @section('content')
@lang('performance::messages.downloadMessage')
@endsection @push('scripts') @endpush