@extends('layouts.layout-horizontal') @section('title', 'Ledger') @section('content')
| Party Name | Type | City / Location | Mobile | GSTIN | Outstanding | Action | |
|---|---|---|---|---|---|---|---|
| {{ $party->name }} | {{ $party->ledger_location }} | {{ $party->mobile ?? '-' }} | {{ $party->gst_number ?? '-' }} | @php $os = (float) $party->ledger_outstanding; @endphp @if(abs($os) > 0.5) {{ indian_number(abs($os), 2) }} {{ $os > 0 ? 'Dr' : 'Cr' }} @else - @endif | Ledger |