{{ $projectable->company->name ?? '—' }}
@elseif($type === 'Contract'){{ $projectable->assignable?->name ?? '—' }}
@elseif($type === 'Project'){{ $projectable->description ?? '—' }}
@elseif($type === 'StudioRequest'){{ $projectable->job_description ?? '—' }}
@endif @else