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

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

ETH Ultimos 30 Dias

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

USD Ultimos 30 Dias

{{number_format(Auth::User()->rentHive(),6,',','.')}} ETH/24hs

Rentabilidad ETH

{{number_format(($ETH_USD * Auth::User()->rentHive()),2,',','.')}} USD/24hs

Rentabilidad USD
@foreach ($organizaciones as $organizacion) @if($organizacion->farm_id != NULL)

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

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

@if(count($organizacion->consultas)) @foreach ($organizacion->consultas->reverse() as $monedero) @endforeach
Fecha ETH ~ USD
{{ date("d/m/Y", strtotime($monedero['fecha'])) }} {{ number_format(@$monedero['deltaETH'], 8, '.', ',') }} ETH {{ number_format(@$monedero['deltaUSD'], 2, '.', ',') }} U$D
@else

No Existen Registros


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