@extends('layouts.app')
@push('datatable-styles')
@include('sections.datatable_css')
@endpush
@section('filter-section')
@lang('app.clearFilters')
@endsection
@section('content')
@lang('app.survey_name') |
@lang('app.date_from') |
@lang('app.date_to') |
@lang('app.satisfaction_number') |
@lang('app.unsatisfaction_number') |
@lang('app.satisfaction_rate') |
{{--
Peter |
Griffin |
$100 |
Lois |
Griffin |
$150 |
Joe |
Swanson |
$300 |
Cleveland |
Brown |
$250 |
--}}
@lang('app.questions-report')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection
@push('scripts')
@include('sections.datatable_js')
@endpush