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

@lang($title)

@endsection @push('head-script') @endpush @section('filter-section') @endsection @section('content')

@lang('modules.timeLogs.logTime')

@csrf

0 Hrs


@csrf
@lang('app.selectDateRange')
@lang('app.to')
{!! $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() !!} @endpush