@extends('layouts.layout-horizontal') @section('title', 'Ledger - ' . $party->name) @section('content')
All Companies Ledger Statement: {{ \Carbon\Carbon::parse($startDate)->format('d-M-Y') }} to {{ \Carbon\Carbon::parse($endDate)->format('d-M-Y') }} @if($party->mobile) | {{ $party->mobile }} @endif
Note: Dr = Receivable (Party owes you) | Cr = Payable (You owe party)
Generated on {{ now()->format('d-M-Y h:i A') }}