@php $isEdit = $customer->exists; $action = $isEdit ? route('admin.customers.update', $customer) : route('admin.customers.store'); $code = $customer->code ?? ($next_code ?? ''); @endphp
@csrf @if($isEdit) @method('PUT') @endif @if($errors->any())
@endif
{{-- Basic --}}
{{-- Address --}}
@if($isEdit)
يمكنك إضافة عناوين متعددة (شحن/تركيب) من Tab "العناوين" في صفحة الـ profile.
@endif
{{-- Business (companies only) --}}
يُستخدم عند اختيار النوع شركة.
{{-- Financial --}}