@extends('dashboard.admin.layouts.app') @section('content')
| # | Name | Currency | Telegram Username | Plan | Transaction ID | Action |
|---|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{ $premium->user->name }} | {{ currency($premium->user->currency, 'code') }} | {{ $premium->telegram_username }} | {{ $premium->plan->name }} {{ currency($premium->user->currency) }}{{ formatAmount($premium->plan->minimum) }} | {{ $premium->transaction_id }} | View |
Currency: {{ currency($premium->user->currency, 'code') }}
Telegram Username: {{ $premium->telegram_username }}
Transaction ID: {{ $premium->transaction_id }}