|
{{ $brand['name'] }} |
{{ number_format($brand['sales_total'], 0, ',', '.') }} TL |
{{ number_format($brand['earned_commission'], 0, ',', '.') }} TL |
|
Ofis Adı |
Toplam Ciro |
Toplam Hakediş |
@foreach ($brand['offices'] as $officeIndex => $office)
|
{{ $office['name'] }} |
{{ number_format($office['sales_total'], 0, ',', '.') }} TL |
{{ number_format($office['earned_commission'], 0, ',', '.') }} TL |
|
Danışman Adı |
Ofis Adı |
Toplam Ciro |
Toplam Hakediş |
@foreach ($office['consultants'] as $consultantIndex => $consultant)
|
{{ $consultant['name'] }} |
{{ $consultant['office_name'] }} |
{{ number_format($consultant['sales_total'], 0, ',', '.') }} TL |
{{ number_format($consultant['earned_commission'], 0, ',', '.') }} TL |
| Proje Adı |
Daire Tipi |
Müşteri Adı |
Satış Bedeli |
Hakediş |
@foreach ($consultant['sales'] as $sale)
| {{ $sale['project_name'] }} |
{{ $sale['unit_type'] }} |
{{ $sale['customer_name'] }} |
{{ number_format($sale['sale_amount'], 0, ',', '.') }} TL |
{{ number_format($sale['earned_commission'], 0, ',', '.') }} TL |
@endforeach
|
@endforeach
|
@endforeach
|
@endforeach