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

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

@endsection @push('head-script') @endpush @section('content')
@include('admin.projects.show_project_menu')
{!! Form::open(['id'=>'logTime','class'=>'ajax-form hide','method'=>'POST']) !!} {!! Form::hidden('project_id', $project->id) !!}
{!! Form::close() !!}
@lang('app.id') @lang('modules.projects.milestoneTitle') @lang('modules.projects.milestoneCost') @lang('app.deadline') @lang('app.status') @lang('app.action')
{{--Ajax Modal--}} {{--Ajax Modal Ends--}} @endsection @push('footer-script')