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