@extends('layouts.app') @section('content')
| الكود | الاسم |
|---|---|
| {{ $child->code }} | {{ $child->name }} |
| التاريخ | رقم القيد | البيان | مدين | دائن | الرصيد |
|---|---|---|---|---|---|
| {{ optional($line->journalEntry)->date->format('Y-m-d') }} | {{ $line->journal_entry_id }} | {{ optional($line->journalEntry)->description }} | {{ number_format($line->debit, 2) }} | {{ number_format($line->credit, 2) }} | {{ number_format($balance, 2) }} |
| لا توجد حركات | |||||