{{ $project->has_commercial_support }}
@endif| Name of commercial supporter | Grant Number | Amount $US | In-Kind | FE-LOA |
|---|---|---|---|---|
| {{ $commercial_supporter->name ?? null }} | {{ $commercial_supporter->grant_id ?? null }} | {{ !empty($commercial_supporter->amount) ? '$' . $commercial_supporter->amount : '' }} | @if (!empty($commercial_supporter->in_kind) && $commercial_supporter->in_kind == 1) @endif | @if (!empty($commercial_supporter->fe_loa) && $commercial_supporter->fe_loa == 1) @endif |