İletişim Formu

@if(isset($name) && $name != null) İsim: {{ $name }}
@endif @if(isset($phone) && $phone != null) Telefon: {{ $phone }}
@endif @if(isset($email) && $email != null) E-Posta: {{ $email }}
@endif @if(isset($formPosition) && $formPosition != null) Form Konumu: {{ $formPosition }}
@endif @if(isset($adPlatform) && $adPlatform != null) Platform: {{ $adPlatform }}
@endif @if(isset($adLocale) && $adLocale != null) Reklam Konumu: {{ $adLocale }}
@endif @if(isset($userCountry) && $userCountry != null) Kullanıcı Konumu: {{ $userCountry }}
@endif @if(isset($gender) && $gender != null) Cinsiyet: {{ $gender }}
@endif @if(isset($hairLossType) && $hairLossType != null) Dökülme Tipi: {{ $hairLossType }}
@endif @if(isset($since) && $since != null) Kaç Yıldır Döküldüğü: {{ $since }} yıl
@endif @if(isset($treatmentTime) && $treatmentTime != null) Tedavi Planı: {{ $treatmentTime }}
@endif @if(isset($teethType) && $teethType != null) Diş Tipi: {{ $teethType }}
@endif