@extends('layouts.app') @section('content')

Party : {{$response['party']->name}} @if ($response['party']->alias!="") ({{$response['party']->alias}}) @endif

Total Balance : {{$response['party']->opening_balance+$response['party']->balance}} | Opening Balance : {{$response['party']->opening_balance}}

@foreach ($response['ledger'] as $item) @endforeach
Date Inv. No Amount Payment Received Transaction Type
{{hpDate($item->transaction_date,'d M Y')}} {{$item->invoice_no}} {{$item->amount}} {{$item->payment_received}} {{$item->tans_type}} @if ($item->invoice_no=="") Edit @endif
@endsection @section('script') @endsection