@extends('layouts.app') @section('page-title', __('My Payments')) @section('page-heading', __('My Payments')) @section('content')
| Payment Cycle | Productivity | Amount Payable | Status | Tax |
|---|---|---|---|---|
| {{ $payment->payment_cycle_description }} | {{ $payment->productivity }} | {{ $payment->amount_payable }} | {{ $payment->status }} | {{ $payment->tax }} |