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

{{ $subtitle }}

@endif
@if ($logoAppleStore = Arr::get($config, 'platform_apple_store_logo')) {{ __('Apple Store') }} @endif @if ($logoGooglePlay = Arr::get($config, 'platform_google_play_logo')) {{ __('Google Play') }} @endif