Informacion Equipo
Modelo
Serial
Fecha Ingreso
Ubicacion
{{ @$equipo->group_name }}
Serial
{{ @$equipo->serial }}
Fecha Ingreso
{{ date('d/m/Y',strtotime(@$equipo->fecha_compra)) }}
Ubicacion
{{ @$equipo->ubicacion->nombre }}
Servicios
@if(count($equipo->servicios))
@else
@endif
| Fecha Inicio | Descripcion | Fecha Fin | Informe | Estado | |||
|---|---|---|---|---|---|---|---|
| {{ date('d/m/Y',strtotime($servicio->created_at)) }} | {{ $servicio->descripcion }} | @if($servicio->informe == null)En Proceso | @else{{ date('d/m/Y',strtotime($servicio->updated_at)) }} | {{ $servicio->informe }} | Finalizado | @endif
No Existen Registros
Ultimos 30 Dias
Ultimos 30 Dias
@if(count($datos))
@else
@endif
| Fecha | Hashrate | BTC | USD | Ratio |
|---|---|---|---|---|
| {{ date('d/m/Y',strtotime($dat['date'])) }} | {{ number_format($dat['hashrate']/1000000000000, 2, '.', ',') }} TH/s | {{ number_format(($dat['hashrate']/1000000000000) * $TH_BTC, 8, '.', ',') }} BTC | {{ number_format(($dat['hashrate']/1000000000000) * $TH_BTC * $BTC_USD, 2, '.', ',')}} USD | {{ number_format($dat['ratio'], 2, '.', ',')}} % |
No Existen Registros