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

@lang($pageTitle)

@if($user->isProjectManager($user->id) || $user->isProjectCoordinator($user->id)) @lang('modules.timeLogs.logTime') @endif
@endsection @push('head-script') @endpush @section('filter-section')
@csrf
@lang('app.selectDateRange')
{{-- @lang('app.to') --}} @lang('app.to')
@lang('app.selectProject')
@php $authUser = auth()->user(); $isManager = $authUser->isProjectManager($authUser->id); @endphp
@lang('app.selectTask')
@if($user->can('view_timelogs') || $user->isProjectManager($user->id) || $user->isProjectCoordinator($user->id))
@lang('modules.employees.title')
@else @endif
@endsection @section('content')
@csrf

0 Hrs

{!! $dataTable->table(['class' => 'table table-bordered table-hover toggle-circle default footable-loaded footable']) !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') {!! $dataTable->scripts() !!}