@props(['text_orientation' => 'start', 'image', 'image_secondary' => '', 'titleTx', 'contentTx', 'button', 'title_type' => '1'])
@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
Image Image