@extends('layouts.master') @section('title', 'Ledger Journal') @section('page-header') Ledger Journal @stop @push('style') @endpush @section('content')
| {{$item->account->name}} | Description | {{number_format($item->amount < 0 ? abs($item->amount) : 0, 2)}} | {{number_format($item->amount >= 0 ? abs($item->amount) : 0, 2)}} |