@extends('layouts.header') @section('content')

Order Dashboard



Balance Supplier API

Supplier Balance Currency

Top Service IMEI Orders

@foreach($topservice['imei'] as $i) @endforeach
Service Name Total Orders Total Profit
{{$i->service_name}} {{$i->cnt}} ${{round($i->profit)}}

Top Service Server Orders

@foreach($topservice['server'] as $i) @endforeach
Service Name Total Orders Total Profit
{{$i->service_name}} {{$i->cnt}} ${{round($i->profit)}}
@endsection