@if ($logo = theme_option('logo'))
@endif
@if ($address = theme_option('address'))
{{ $address }}
@endif
@if ($hotline = theme_option('hotline'))
{{ __('Hotline') }}: {{ $hotline }}
@endif
@if ($email = theme_option('email'))
{{ __('Email') }}: {{ $email }}
@endif