@extends('layouts.master') @section('page_title', 'Manage Payments') @section('content')
# | Title | Pay_Ref | Amount | Paid | Balance | Pay Now | Receipt_No | Year | Action |
---|---|---|---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $uc->payment->title }} | {{ $uc->payment->ref_no }} | {{--Amount--}}{{ $uc->payment->amount }} | {{--Amount Paid--}}{{ $uc->amt_paid ?: '0.00' }} | {{--Balance--}}{{ $uc->balance ?: $uc->payment->amount }} | {{--Pay Now Form--}}{{--Receipt No--}} | {{ $uc->ref_no }} | {{ $uc->year }} | {{--Action--}}
# | Title | Pay_Ref | Amount | Receipt_No | Year | Action |
---|---|---|---|---|---|---|
{{ $loop->iteration }} | {{ $cl->payment->title }} | {{ $cl->payment->ref_no }} | {{--Amount--}}{{ $cl->payment->amount }} | {{--Receipt No--}}{{ $cl->ref_no }} | {{ $cl->year }} | {{--Action--}}