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

@lang($pageTitle)

@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.to')
@lang('app.selectProject')
@lang('app.selectTask')
@if($user->can('view_timelogs'))
@lang('modules.employees.title')
@else @endif
{!! Form::close() !!}
@endsection @section('content')
{!! Form::open(['id'=>'logTime','class'=>'ajax-form ','method'=>'POST']) !!}

0 Hrs

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