@extends('dashboard.admin.layouts.app') @section('content')
Rate: {{ $market->rate }}
Price: {{ formatAmount($market->price) }}
High: {{ $market->high }}
Low: {{ $market->low }}
Volume: {{ $market->volume }}