@extends('layouts.app') @section('title', __('Servidor')) @section('content')

@lang('Memoria Total'): {{ $memoryInfo['total_memory'] }} GB

@lang('Memoria Libre'): {{ $memoryInfo['free_memory'] }} GB

@csrf
@endsection