@extends('layouts.app') @section('content') @if (App::getLocale() == 'tr')
{{-- --}}

Ücretsiz Ekpertiz

@if (!empty(session('success')))
{{ session('success') }}
@php session(['success' => '']); @endphp @endif
@csrf
Adınız :
Soyadınız :
Telefon Numarası:
Adresiniz :
Talep Edilen Ürün:
Daire Sayısı :
Blok Sayısı :
E-Posta :
Mesajınız :
2000 karakter sınırınız var!
@else
{{-- --}}

Free Approsial

@if (!empty(session('success')))
{{ session('success') }}
@php session(['success' => '']); @endphp @endif
@csrf
Name :
Surname :
Phone :
Address :
Requested Product:
Number of Flats :
Number of Blocks :
E-Mail :
Message :
2000 characters remaining!
@endif @endsection