@extends('layouts.app') @section('title', 'Raporlama | Natura Reom') @section('content')
Günlük Toplam Ciro {{ number_format($dailySalesVolume, 0, ',', '.') }} TL
Günlük Toplam Hakediş {{ number_format($dailyCommission, 0, ',', '.') }} TL
Aktif Proje {{ count($projects) }}
Marka Sayısı {{ count($brands) }}
Ofis Sayısı {{ count($offices) }}
Danışman Sayısı {{ count($consultants) }}
@foreach ($reportBrands as $brandIndex => $brand) @endforeach
Marka Adı Toplam Ciro Toplam Hakediş
{{ $brand['name'] }} {{ number_format($brand['sales_total'], 0, ',', '.') }} TL {{ number_format($brand['earned_commission'], 0, ',', '.') }} TL
@endsection