@extends('layouts.mobile-user')
@section('content')
{{ $basic->currency }}{{number_format((float)$rate,2)}}
{{--
--}}
{{--
{{$wallet->tag ?? ""}}
--}}
{{--
--}}
High 24h
{{$detail->high_24h ?? $wallet->crypto_rate}}
Low 24h
{{$detail->low_24h ?? ($wallet->crypto_rate - 0.2) }}
Price Change
{{$detail->price_change_24h ?? "1.00"}}
Price Change %
{{$detail->price_change_percent_24h ?? "1.00"}}
Market Cap Change
{{$detail->market_cap_change_24h}}
Market Cap Change %
{{$detail->market_cap_change_percentage_24h}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
Volume
--}}
{{--
{{$detail[0]->$dd->volume}}
--}}
{{--
--}}
{{--
--}}
{{--
Volume Change %
--}}
{{--
{{$detail[0]->$dd->volume_change_pct}}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
Price Change
--}}
{{--
{{$detail[0]->$dd->price_change}}
--}}
{{--
--}}
{{--
--}}
{{--
Price Change %
--}}
{{--
{{$detail[0]->$dd->price_change_pct}}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
Market Cap Change
--}}
{{--
{{$detail[0]->$dd->market_cap_change}}
--}}
{{--
--}}
{{--
--}}
{{--
Market Cap Change %
--}}
{{--
{{$detail[0]->$dd->market_cap_change_pct}}
--}}
{{--
--}}
{{--
--}}
{{--
--}}
{{--
--}}
@endsection
@section('sheets')
@if($check == true)
@endif
@endsection
@section('scripts')
@endsection