@extends('layouts.app') @push('datatable-styles') @include('sections.datatable_css') @endpush @section('filter-section')

@lang('app.employee')

@lang('app.month')

@lang('app.year')

@lang('app.clearFilters')
@endsection @section('content')
@if (canDataTableExport()) @lang('app.exportExcel') @endif
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection @push('scripts') @include('sections.datatable_js') @endpush