Commercial Support

@if (!empty($project->has_commercial_support))
Other Competency(ies)(specify)

{{ $project->has_commercial_support }}

@endif

@php $commercial_supporters = !empty($project->meta->commercial_supporters) ? json_decode($project->meta->commercial_supporters) : []; @endphp @if (!empty($commercial_supporters))
If the activity was COMMERCIALLY SUPPORTED
@foreach ($commercial_supporters as $commercial_supporter) @endforeach
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
@endif