@extends('layouts.layout-horizontal') @section('title', 'Record Sale Receipt') @section('content')
{{-- Left: Receipt Form --}}
Record Sale Receipt
Back
@csrf @if(request('from_ledger')) @endif @if(request('from') === 'bank-statement') @endif
{{-- Party Selection --}}
@error('party_id')
{{ $message }}
@enderror
{{-- Date --}}
@error('received_at')
{{ $message }}
@enderror
{{-- Amount --}}
@error('amount')
{{ $message }}
@enderror
{{-- Bank Selection --}}
@error('bank_account_id')
{{ $message }}
@enderror
{{-- Reference --}}
{{-- Remarks --}}
{{-- Right: Ledger Panel --}}
Party Ledger
{{-- Placeholder --}}

Select a party to view their ledger

{{-- Loading spinner --}}

Loading ledger...

{{-- Summary Cards --}}
Opening -
Total Debit -
Total Credit -
Closing -
{{-- Ledger Table --}}
Date Type Particulars Debit Credit Balance
{{-- Empty state --}}

No transactions found for this party in the current FY.

@endsection @push('scripts') @endpush