@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_viabtc != null)

Ultimos 30 Dias BTC {{$organizacion->nombre}}

Ultimos 30 Dias BTC {{$organizacion->nombre}}

@if(count($organizacion->history)) @foreach ($organizacion->history as $data) @endforeach
Fecha BTC ~ USD Ratio
{{ date("d/m/Y", strtotime($data['date'])) }} {{ number_format($data['total_profit'], 8, '.', ',') }} BTC {{ number_format($data['total_profit_usd'], 2, '.', ',') }} U$D 0.00 %
@else

No Existen Registros


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