Yeni Müşteri Ekle

Müşteri bilgilerini girerek sisteme ekleyin

👤
Müşteri Kaydı
@if ($errors->any())

Form gönderilirken hatalar oluştu:

    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif @if (session('status'))

{{ session('status') }}

@endif
@csrf

Müşteri Türü

Temel Bilgiler

Adres Bilgileri

Vergi/Kimlik Bilgileri

Fatura Adresi

Durum ve Notlar

İptal @php($isDemo = auth()->check() && strcasecmp(auth()->user()->email, config('app.demo_email')) === 0)