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

{{ __($pageTitle) }}

@lang('modules.projects.activeTimers') {{ $activeTimers }} @lang('modules.leaves.calendarView') @lang('app.create') @lang('app.invoice') @lang('app.employee') @lang('app.menu.timeLogs') @lang('modules.timeLogs.logTime')
@endsection @push('head-script') @endpush @section('filter-section')
{!! Form::open(['id'=>'storePayments','class'=>'ajax-form','method'=>'POST']) !!}
@lang('app.selectDateRange')
 
@if(in_array('projects', $modules))
@lang('app.selectProject')
@endif
@lang('app.selectTask')
@lang('modules.employees.title')
@lang('app.invoiceGenerate')
{!! Form::close() !!}
@endsection @section('content')
{!! Form::open(['id'=>'logTime','class'=>'ajax-form','method'=>'POST']) !!}
@if(in_array('projects', $modules))
@endif

0 Hrs

{!! Form::close() !!}
{!! $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