@extends('layouts.app') @section('title', 'عرض إشعار ائتمان - '.config('app.name')) @section('breadcrumb') الرئيسية › المحاسبة › إشعارات الائتمان › {{ $creditNote->note_number }} @endsection @section('content')
تفاصيل إشعار ائتمان العميل
رقم الإشعار
{{ $creditNote->note_number }}
العميل
{{ $creditNote->customer->name_ar ?: $creditNote->customer->name }}
التاريخ
{{ optional($creditNote->date)->format('Y-m-d') }}
الحالة
@if($creditNote->status === 'approved') معتمد @elseif($creditNote->status === 'cancelled') ملغى @else مسودة @endif
مرجع فاتورة الأصل
{{ $creditNote->original_invoice_ref ?: '-' }}
المبلغ الإجمالي
{{ number_format((float) $creditNote->amount + (float) $creditNote->tax_amount, 2) }}
السبب
{{ $creditNote->reason ?: '-' }}