@extends('layouts.app') @section('title', 'Pay ' . $supplier->name) @section('content')

Make Payment to {{ $supplier->name }}

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