@extends('layouts.app') @section('content')
@foreach ($datawidget as $widget)
{{$widget->platformName}}
Actualización: {{date('Y-m-d H:i:s')}}
{{number_format($widget->storageConsumido * 100 / $widget->storageCapacity,2)}} Complete
{{number_format($widget->storageConsumido * 100 / $widget->storageCapacity,2)}}% Porcentaje usado en el servidor
@endforeach
CONSUMO POR PLATAFORMA {{date('Y-m-d')}}
@foreach ($datawidget as $widget) @if($widget->status == true) @else @endif @endforeach
Plataforma Consumidos Autorizado Disponibles Status
{{$widget->platformName}}
Creado: {{$widget->createdAt}}
{{number_format($widget->storageConsumido,2)}}MB
{{number_format($widget->storageCapacity,2)}}MB
{{number_format($widget->storageCapacity-$widget->storageConsumido,2)}}MBActivaInactiva
CONSUMO POR TIPO DE MEDIDA {{date('Y-m-d')}}
@foreach ($datawidget as $widget) @endforeach
Plataforma Gigabytes Megabytes Kilobytes Bytes
{{$widget->platformName}}
Creado: {{$widget->createdAt}}
{{number_format($widget->gigabytesConsumed,2)}}GB
{{number_format($widget->megabytesConsumed,2)}}MB
{{number_format($widget->kilobytesConsumed,2)}}KB {{number_format($widget->bytesConsumed,2)}}
Storage consumido por plataforma
Año: {{ date('Y') }}

Storage consumido por mes
Año: {{ date('Y') }}

@endsection @section('scripts') @endsection @section('style') @endsection