@extends('layouts.app') @section('title',$party->legal_name) @section('page_title','Party Account') @section('content')
@foreach($party->roles as $role){{ ucwords(str_replace('_',' ',$role->role->value ?? $role->role)) }} @endforeach
| Date | Journal | Ledger | Account | Description | Debit | Credit |
|---|---|---|---|---|---|---|
| {{ optional($line->journalEntry)->posting_date?->format('d M Y') }} | {{ optional($line->journalEntry)->journal_number }} | {{ ucfirst($line->party_ledger) }} | {{ $line->account?->code }} - {{ $line->account?->name }} | {{ $line->description }} | {{ number_format((float)$line->debit,2) }} | {{ number_format((float)$line->credit,2) }} |
| No posted transactions. | ||||||