@php $type = class_basename($task->projectable_type ?? ''); @endphp @if($task->featured_image)
{{ $task->projectable->company->name ?? '—' }}
Invoice ID:
Claim Number:
{{ $task->projectable->getFormatedId() ?? '—' }}
{{ $task->projectable->claim_number ?? '—' }}
Total
Paid
Unpaid
@cMoney($task->projectable->total_invoiced, $task->projectable->currency, true)
@cMoney($task->projectable->paid_amount, $task->projectable->currency, true)
@cMoney($task->projectable->remaining_unpaid, $task->projectable->currency, true)
{{ $task->projectable->assignable?->name ?? '—' }}
Contract ID:
Reference ID:
{{ $task->projectable->id ?? '—' }}
{{ $task->projectable->refrence_id ?? '—' }}
Contract Value
Invoiced
Paid
Advance Payment
{{ money($task->projectable->contract_value ?? 0, $task->projectable->currency) }}
{{ money($task->projectable->total_invoiced ?? 0, $task->projectable->currency) }}
{{ money($task->projectable->total_paid ?? 0, $task->projectable->currency) }}
{{ money($task->projectable->advance_payment_paid ?? 0, $task->projectable->currency) }}
Project: {{ $task->projectable->name ?? '-' }}
Description: {{ $task->projectable->description ?? '-' }}
{{ $task->projectable->job_description ?? '—' }}
Requester Name:
Requester Email:
{{ $task->projectable->requester?->full_name ?? '—' }}
({{ $task->projectable->requester?->email ?? '—' }})
Sector:
Department:
{{ $task->projectable->sector?->name ?? '—' }}
{{ $task->projectable->department?->name ?? '—' }}
Related Job:
STU#{{ $task->projectable->parent->id ?? '—' }}
Related Job Details:
{{ $task->projectable->parent->projectable->job_name ?? '—' }}
{{$task->projectable->parent->projectable->job_description ?? '—' }}
{{ $task->projectable->description ?? '-' }}
@endswitch