@extends('layouts.admin') @section('page', $page) @section('title', getSetting('APPLICATION_NAME') . ' | ' . $page) @section('content')
| ID | Username | Amount | Currency | Type | Gateway | Transaction ID | Plan Start Date | Plan End Date |
|---|---|---|---|---|---|---|---|---|
| {{ $value->id }} | {{ $value->username }} | {{ $value->amount }} | {{ $value->currency }} | @if($value->type == "monthly") Monthly @else Yearly @endif | {{ ucfirst($value->gateway) }} | {{ $value->transaction_id }} | {{ $value->plan_start_date }} | {{ $value->plan_end_date }} |
| ID | Username | Amount | Currency | Type | Gateway | Transaction ID | Plan Start Date | Plan End Date |