@extends('layouts.app') @section('content')
| Description | : | {{ $journalEntry->description }} |
| Currency | : | {{ $journalEntry->currency_code }} |
| Rate | : | {{ $journalEntry->rate }} |
| Created by | : | {{ $journalEntry->created_by }} |
| Created at | : | {{ $journalEntry->created_at }} |
List of journal details
| Account | Debit | Credit | Description |
|---|---|---|---|
| {{ $detail->coa->code }} - {{ $detail->coa->name }} | {{ number_format($detail->debit, 0) }} | {{ number_format($detail->credit, 0) }} | {{ $detail->description }} |