@extends('layouts.mobile-user') @section('content')

Live Trading Pairs

Pair Name

Min Order Price


Top Gainers

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($gainers as $tr)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}}
PairLast Price24hr Change
{{$tr->symbol}}{{number_format((float)$tr->lastPrice,4, '.','')}}+{{number_format((float)$tr->priceChangePercent,4, '.','')}}%

Top Losers

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @foreach($losers as $tr)--}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- @endforeach--}} {{-- --}}
PairLast Price24hr Change
{{$tr->symbol}}{{number_format((float)$tr->lastPrice,4, '.','')}}-{{number_format((float)$tr->priceChangePercent,4, '.','')}}%
{{-- --}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}}
@endsection @section('scripts') {{-- --}} @endsection