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

{{ $milestone->title }}

{{ __('Milestone Summary') }}

{{ $milestone->summary }}

{{ __('Status') }}

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

{{ __('Milestone Cost') }}

${{ number_format($milestone->cost) }}

@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