| Reference | Title / Description | Type/Method | Value | Stage | Status | Actions |
|---|---|---|---|---|---|---|
| {{ $proc->reference }} |
{{ $proc->title }}
{{ \Illuminate\Support\Str::limit($proc->description, 50) }}
|
{{ $proc->type }}
{{ $proc->method }}
|
{{ $proc->currency }} {{ number_format($proc->estimated_value, 0) }}
|
Stage {{ $proc->current_stage }}
|
@if($proc->status == 'active') Active @elseif($proc->status == 'completed') Completed @else {{ ucfirst($proc->status) }} @endif |