@props([ 'settings', 'heading' => null, 'body' => null, 'packageName' => null, ]) @php $link = \App\Support\PackageContactLink::for($settings, $packageName ?? ''); @endphp
@if ($heading)

{{ $heading }}

@endif @if ($body)

{{ $body }}

@endif