@extends('adminlte::page') @section('title', 'Heroes Legend') @section('content_header')

Dashboard

@stop @section('css') @stop @section('content')

Diamond used by Servers


@if (isset($allServerTotalMoney))
Total Buy: $ {{number_format($allServerTotalMoney, 2, ",", ".")}}
@endif

Diamond used by Members


# Member Name Total Money Action
@stop @section('js') @endsection