{{ $milestone->milestone_title }}
{{ $milestone->summary }}
{{ $milestone->currency->currency_symbol.$milestone->cost }} @if($milestone->cost > 0 && $milestone->invoice_created == 0) @lang('app.create') @lang('app.invoice') @elseif($milestone->cost > 0 && $milestone->invoice_created == 1) @lang('app.view') @lang('app.invoice') @endif
@if($milestone->status == 'incomplete') @else @endif
| # | @lang('app.task') | @lang('modules.tasks.assignTo') | @lang('modules.tasks.assignBy') | @lang('app.dueDate') | @lang('app.status') |
|---|---|---|---|---|---|
| {{ ($key+1) }} | {{ ucfirst($item->heading) }} | {{ ucwords($item->user->name) }} | {{ ucwords($item->create_by->name) }} | {{ $item->due_date->format($global->date_format) }} | |
| @lang('messages.noRecordFound') | |||||