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

{{ __($pageTitle) }}

@lang('modules.projects.activeTimers') {{ $activeTimers }} @lang('app.timeLog') @lang('modules.employees.activity') @lang('modules.timeLogs.logTime')
@endsection @push('head-script') @endpush @section('filter-section')
{!! Form::open(['id'=>'storePayments','class'=>'ajax-form','method'=>'POST']) !!}
@lang('app.selectDateRange')
 
@lang('app.selectProject')
@lang('app.selectTask')
@lang('modules.employees.title')
{!! Form::close() !!}
@endsection @section('content')

@lang('modules.timeLogs.logTime')

{!! Form::open(['id'=>'logTime','class'=>'ajax-form','method'=>'POST']) !!}

0 Hrs

{!! Form::close() !!}
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script') @endpush