@extends('layouts.app') @section('title', 'Receive Payment - ' . $customer->name) @section('content')

Receive Payment from {{ $customer->name }}

Current balance due: Rs. {{ number_format($customer->balance, 2) }}
@csrf
Cancel
@endsection