@extends('layouts.header') @section('content')
| ID | Date | IMEI Profit | Server Profit | Profit Amount | @foreach($profit as $v) |
|---|---|---|---|---|---|
| {{$v->id}} | {{$v->date_profit}} | {{$v->imei_profit_amount}} | {{$v->server_profit_amount}} | {{$v->server_profit_amount+$v->imei_profit_amount}} |