@extends('admin.layouts.master') @section('title', 'تفاصيل المورد') @section('content')
| التاريخ | البيان | المرجع | مدين | دائن | الرصيد |
|---|---|---|---|---|---|
| {{ $row['date'] }} | {{ $row['description'] }} | {{ $row['reference'] }} | {{ $row['debit'] > 0 ? number_format($row['debit'], 2) : '-' }} | {{ $row['credit'] > 0 ? number_format($row['credit'], 2) : '-' }} | {{ number_format($row['balance'], 2) }} |
| لا توجد حركات | |||||