@extends('layouts.app') @section('title', 'إشعارات المديونية - '.config('app.name')) @section('breadcrumb') الرئيسية › المحاسبة › إشعارات المديونية @endsection @section('content')
إدارة إشعارات مديونية الموردين
| رقم الإشعار |
المورد |
التاريخ |
المبلغ الإجمالي |
الحالة |
|
|---|---|---|---|---|---|
| {{ $note->note_number }} | {{ $note->supplier->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 $dnMenuId = 'debit-note-actions-'.$note->id; @endphp
|
| لا توجد إشعارات مديونية | |||||