@extends('dashboard.admin.layouts.app') @section('content')

{{ $title }}

Asset
{{ $market->asset }}
Rate
{{ $market->rate }}
Price
{{ formatAmount($market->price) }}
High
{{ $market->high }}
Low
{{ $market->low }}
Volume
{{ $market->volume }}
View Edit
@csrf @method('DELETE')
@endsection