@props([ 'logoSrc' => 'https://v0.dev/placeholder.svg', 'logoAlt' => 'Financial Partner Logo', 'title' => 'Partner Name Not Set', 'tagline' => 'Partner Tagline Not Set', 'description' => null, 'features' => [], 'applyUrl' => '#', 'applyText' => 'Apply Now', 'disclaimer' => '', ])
{{ $logoAlt }}

{{ $title }}

{{ $tagline }}

@isset($description)

{{ $description }}

@endisset @if (count($features) > 0)

Features

    @foreach ($features as $feature)
  • {{ $feature }}
  • @endforeach
@endif {{ $applyText }} @if ($disclaimer)

{{ $disclaimer }}

@endif