@if($title = Arr::get($config, 'title'))

{!! BaseHelper::clean($title) !!}

@endif @if($subtitle = Arr::get($config, 'subtitle'))

{!! BaseHelper::clean($subtitle) !!}

@endif
@if ($iosLink = Arr::get($config, 'ios_link')) apple @endif @if ($androidLink = Arr::get($config, 'android_link')) google @endif