@extends('layouts.app') @section('page-title')

@lang($pageTitle)

@lang('app.menu.timeLogs')
@endsection @push('head-script') @endpush @section('filter-section')
@csrf
@lang('app.selectProject')
@lang('app.selectTask')
@lang('modules.employees.title')
@lang('app.approved')
@endsection @section('content')
{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
@endsection @push('footer-script') {!! $dataTable->scripts() !!} @endpush