@switch($title_type)
@case('underline')
{{ __($titleTx) }}
@break
@default
{{ __($titleTx) }}
@endswitch
{{ __($contentTx) }}
@if (isset($button))
@switch($button)
@case('download_the_app')
@break
@case('contact_us')
{{ __('landing.link.contact_us') }}
@break
@default
@endswitch
@endif