@extends('layouts.app') @section('title', 'تعديل إشعار ائتمان - '.config('app.name')) @section('breadcrumb') الرئيسية المحاسبة إشعارات الائتمان تعديل إشعار @endsection @section('content') @php $creditNoteCustomerOptions = $customers->map(fn ($customer) => [ 'value' => $customer->id, 'label' => trim((string) ($customer->code ?? '').' - '.(string) ($customer->name_ar ?: $customer->name ?? '')), ])->all(); $creditNoteReasonTypeOpts = [ ['value' => 'مرتجع مبيعات', 'label' => 'مرتجع مبيعات'], ['value' => 'تسوية سعر', 'label' => 'تسوية سعر'], ['value' => 'خصم لاحق', 'label' => 'خصم لاحق'], ['value' => 'خطأ فاتورة', 'label' => 'خطأ فاتورة'], ['value' => 'أخرى', 'label' => 'أخرى'], ]; @endphp

تعديل إشعار ائتمان

@csrf @method('PUT')

تفاصيل إشعار الائتمان

@error('customer_id')

{{ $message }}

@enderror
@error('date')

{{ $message }}

@enderror
@error('sales_invoice_id')

{{ $message }}

@enderror
@error('reference')

{{ $message }}

@enderror
@error('reason_type')

{{ $message }}

@enderror
@error('original_invoice_ref')

{{ $message }}

@enderror

بنود إشعار الائتمان

الوصف الكمية سعر الوحدة نسبة الضريبة الإجمالي حذف
@error('lines')

{{ $message }}

@enderror
المجموع الفرعي SAR 0.00
الضريبة SAR 0.00
الإجمالي SAR 0.00

ملاحظات

@error('notes')

{{ $message }}

@enderror
إلغاء
@endsection @push('scripts') @endpush