{{ $milestone->milestone_title }}
{{ currency_formatter($milestone->cost,$milestone->currency->currency_symbol) }} @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
{{ ($milestone->due_date != '') ? $milestone->due_date->format($global->date_format):'--' }}
{{ $milestone->summary }}
# | @lang('app.task') | @lang('modules.tasks.assignTo') | @lang('modules.tasks.assignBy') | @lang('app.deadline') | @lang('app.status') |
---|---|---|---|---|---|
{{ ($key+1) }} | {{ ucfirst($item->heading) }} | @forelse ($item->users as $index => $user)
@if($index > 0), @endif {{ ucwords($user->name) }} @empty -- @endforelse |
{{ ($item->created_by) ? ucwords($item->create_by->name) : "--" }} | {{ (!is_null($item->due_date)) ? $item->due_date->format($global->date_format):'--' }} | |
@lang('messages.noRecordFound') |