@extends('layouts.app') @section('content')
Page for edit Master {{ $name }}
Add details for the journal entry
List of journal details
| Account | Debit | Credit | Description | Action |
|---|---|---|---|---|
| {{ $detail->coa->code }} - {{ $detail->coa->name }} | {{ number_format($detail->debit, 0) }} | {{ number_format($detail->credit, 0) }} | {{ $detail->description }} |
|