@extends('layouts.app') @section('title', 'Account & Billing') @section('content')
This section shows the plan details
This section shows the resources included in your current plan and your ongoing usage.
This section shows the invoices and bills
No Data Found
@else| Order # | Amount | Status | Date |
|---|---|---|---|
| {{ $trx->order_number }} | ${{ $trx->total_amount }} | {{ $trx->payment_status }} | {{ $trx->created_at }} |