@extends('layouts.layout-horizontal') @section('title', 'Edit Purchase Payment') @section('content')
{{-- Left: Payment Form --}}
@csrf @method('PUT')
Edit Purchase Payment #{{ $purchasePayment->id }}
@error('party_id')
{{ $message }}
@enderror
@error('paid_at')
{{ $message }}
@enderror
@error('amount')
{{ $message }}
@enderror
@error('bank_account_id')
{{ $message }}
@enderror
{{-- Right: Ledger Panel --}}
Party Ledger

Select a party to view their ledger

Loading ledger...

Opening -
Total Debit -
Total Credit -
Closing -
Date Type Particulars Debit Credit Balance

No transactions found for this party in the current FY.

@endsection @push('scripts') @endpush