@if ($title ?? '')

{{ translate($title) }}

@endif @if (isset($description))

{{ translate($description) }}

@endif @if (isset($btn) && $btn == true) {{ translate($btntext ?? 'Home') }} @endif