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

{{ __($pageTitle) }}

@if ($user->cans('add_timelogs')) @lang('modules.timeLogs.logTime') @endif
@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')
{!! Form::close() !!}
@endsection @section('content')
@if(in_array('tasks',$modules)) {!! Form::open(['id'=>'logTime','class'=>'ajax-form','method'=>'POST']) !!}
@if(in_array('projects', $modules))
@endif

0 Hrs

{!! Form::close() !!} @else
@lang('modules.timeLogs.NotHaveAccessOFTaskModule')
@endif
@lang('app.id') @lang('app.task') @lang('modules.timeLogs.startTime') @lang('modules.timeLogs.endTime') @lang('modules.timeLogs.totalHours') @lang('modules.timeLogs.memo') @lang('modules.timeLogs.whoLogged') @lang('app.action')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script')