@extends('layouts.admin') @section('title', 'Markets') @section('content')
Add, edit, and simulate price movements
| ID | Name | Symbol | Price | 24h | Type | Vol% | Actions |
|---|---|---|---|---|---|---|---|
| {{ $market->id }} | {{ $market->name }} | {{ $market->symbol }} | ${{ number_format($market->price, 2) }} | {{ $market->change_24h }}% | {{ ucfirst($market->type) }} | {{ $market->volatility }}% |