@extends('layouts.app')
@push('datatable-styles')
@include('sections.datatable_css')
@endpush
@section('filter-section')
@lang('app.employee')
@lang('app.menu.employeeShifts')
@lang('app.clearFilters')
@endsection
@php
$addTimelogPermission = user()->permission('add_timelogs');
@endphp
@section('content')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}
@endsection
@push('scripts')
@include('sections.datatable_js')
@if (!is_null(request('start')) && !is_null(request('end')))
@endif
@endpush