@extends('layouts.master') @section('title', 'Monedero BTC') @section('content')

{{number_format($total,8,',','.')}} BTC

BTC Ultimos 30 Dias

{{number_format(($total*$BTC_USD),2,',','.')}}USD

USD Ultimos 30 Dias

{{number_format($BTC_USD,2,',','.')}} USD/BTC

Tasa de Cambio

{{count($organizaciones)}} {{count($organizaciones)}}

Organizaciones
@foreach ($organizaciones as $organizacion) @if($organizacion->api_key != NULL)

Grafico Ultimos 30 Dias BTC

@if(count($consultas))
@else

No Existen Registros


@endif

Tabla Ultimos 30 Dias BTC

@if(count($consultas)) @foreach ($consultas->reverse() as $monedero) @endforeach
Fecha BTC USD ~
{{ @$monedero['fecha'] }} {{ number_format(@$monedero['deltaBTC'], 8, '.', ',') }} BTC {{ number_format(@$monedero['deltaUSD'], 2, '.', ',') }} U$D
@else

No Existen Registros


@endif
@endif @endforeach
@endsection @section('javascript') @endsection