@extends('layouts.header') @section('content')
| Supplier | Balance | Currency |
|---|
| Service Name | Total Orders | Total Profit |
|---|---|---|
| {{$i->service_name}} | {{$i->cnt}} | ${{round($i->profit)}} |
| Service Name | Total Orders | Total Profit |
|---|---|---|
| {{$i->service_name}} | {{$i->cnt}} | ${{round($i->profit)}} |