@extends('components.admin-layout') @section('content')

Overview

Welcome to Fortlink Dashboard.

Total Supply
{{ number_format($token->total_supply, 2, '.', ',') }}
Current Price
${{ $token->currentPrice }}
Price Range
${{ $token->minPrice }} - ${{ $token->maxPrice }}
Total Token Holders
{{ number_format($totalHolders, 0, '.', ',') }}
Token Name
{{ ucwords($token->name) }}
Decimal
{{ $token->decimals}}
Symbol
{{ $token->symbol }}
@endsection