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

{{ __($pageTitle) }} #{{ $project->id }} - {{ ucwords($project->project_name) }}

@endsection @push('head-script') @endpush @section('content')
@include('client.projects.show_project_menu')

@lang('app.menu.timeLogs')

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

0 Hrs

{!! Form::close() !!}
@lang('app.id') @lang('modules.timeLogs.whoLogged') @lang('modules.timeLogs.whoLogged') @lang('modules.timeLogs.endTime') @lang('modules.timeLogs.totalHours') @lang('modules.timeLogs.memo') @lang('modules.timeLogs.lastUpdatedBy')
@endsection @push('footer-script')