@if($currentWorkspace && $milestone)
{{ __('Milestone Title')}}

{{$milestone->title}}

{{ __('Status')}}

@if($milestone->status == 'incomplete') @endif @if($milestone->status == 'complete') @endif

{{ __('Milestone Cost')}}

{{ (!empty($currentWorkspace->currency)) ? $currentWorkspace->currency : '$' }}{{number_format($milestone->cost)}}

{{ __('Milestone Summary')}}

{{$milestone->summary}}

@else

404

{{ __('Page Not Found') }}

{{ __("It's looking like you may have taken a wrong turn. Don't worry... it happens to the best of us. Here's a little tip that might help you get back on track.")}}

{{ __('Return Home')}}
@endif