@extends('layouts.admin') @section('styles') @endsection @section('app')
Keuntungan : {{ formatToRupiah($totalIncome - $totalExpense) }}
| Nama | Kontak | Jumlah Transaksi | Total Transakski |
|---|---|---|---|
| {{ $item->customer->name ?? '--deleted--' }} | {{ $item->customer->contact_number ?? '-' }} | {{ $item->transaction_count }} | {{ formatToRupiah($item->total_transaction) }} |
| Jumlah Transaksi | Total Transakski |
|---|---|
| {{ $incomeByBarber->transactions_count }} | {{ $incomeByBarber->transactions_sum_total }} |