@extends('layouts.app', ['title' => 'Payment']) @section('content')
DESCRIPTION | RATE | START DATE | END DATE | DESC | AMOUNT |
---|---|---|---|---|---|
{{ $subscription_payment_history->product_title }} | ${{ $subscription_payment_history->product_price }} | {{ $subscription_payment_history->getStartDate() }} | {{ $subscription_payment_history->getEndDate() }} | {{ $subscription_payment_history->description }} | ${{ $subscription_payment_history->amount }} |
{{ $addon_payment_history->product_title }} | ${{ $addon_payment_history->product_price }} | {{ $addon_payment_history->getStartDate() }} | {{ $addon_payment_history->getEndDate() }} | {{ $addon_payment_history->description }} | ${{ $addon_payment_history->amount }} |