@if ($addTimelogPermission == 'all' || $addTimelogPermission == 'added')
@lang('modules.timeLogs.logTime')
@endif
@if(canDataTableExport())
@lang('app.exportExcel')
@endif
@include('timelogs.timelog-menu')
{!! $dataTable->table(['class' => 'table table-hover border-0 w-100']) !!}