@extends('layouts.app') @section('content')
إجمالي المقبوضات
إجمالي المصروفات
صافي الحركة النقدية
إجمالي السندات
| رقم السند | المستخدم / المحفظة | نوع السند | المبلغ (د.ل) | الرصيد المتبقي | ملاحظة / بيان | تاريخ الإصدار | إجراءات | |
|---|---|---|---|---|---|---|---|---|
| #{{ $receipt->id }} |
@php
$holderName = $receipt->wallet->user->full_name ?? 'غير متوفر';
$userId = $receipt->wallet->holder_id ?? null;
@endphp
@if($userId)
{{ $holderName }}
@else
{{ $holderName }}
@endif
|
@if($receipt->type === 'deposit') سند قبض (إيداع) @elseif($receipt->type === 'withdraw') سند صرف (سحب) @else - @endif | @php $isDeposit = $receipt->type === 'deposit'; $color = $isDeposit ? 'text-success' : 'text-danger'; @endphp {{ number_format($receipt->amount, 2) }} | {{ number_format($receipt->balance_after, 2) }} | @if($receipt->note) {{ $receipt->note }} @else - @endif |
{{ $receipt->transaction_date ? $receipt->transaction_date->format('Y-m-d') : '-' }}
{{ $receipt->transaction_date ? $receipt->transaction_date->format('H:i') : '' }}
|
طباعة | |
لا توجد سنداتلم يتم العثور على أي سندات مالية تطابق بحثك. |
||||||||