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