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

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

@endsection @push('head-script') @endpush @section('content')

@lang('app.menu.timeLogs')

{!! Form::open(['id'=>'logTime','class'=>'ajax-form hide','method'=>'POST']) !!} @if($logTimeFor->log_time_for == 'project') {!! Form::hidden('project_id', $project->id) !!} @endif
@if($logTimeFor->log_time_for == 'task') @else @endif

0 Hrs

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