@props([ 'title' => 'Need More Help?', 'description' => 'Can\'t find what you\'re looking for? Contact our support team for personalized assistance.', 'primaryButtonText' => 'Contact Support', 'primaryButtonUrl' => 'support.tickets.create', 'secondaryButtonText' => 'Search Knowledge Base', 'secondaryButtonUrl' => 'kb.search', 'icon' => 'help' ])
@if($icon === 'help') @elseif($icon === 'search') @elseif($icon === 'support') @elseif($icon === 'document') @endif

{{ trans('app.' . $title) }}

{{ trans('app.' . $description) }}