@extends('layouts.app') @section('title', 'Danışmanlar | Natura Reom') @section('content')
@foreach ($filterOptions['projects'] as $project) @endforeach @foreach ($filterOptions['brands'] as $brand) @endforeach @foreach ($filterOptions['offices'] as $office) @endforeach @foreach ($filterOptions['consultants'] as $consultant) @endforeach
{{ count($consultants) }} danışman gösteriliyor
@foreach ($consultants as $consultantIndex => $consultant) @endforeach
Danışman Adı Marka Adı Ofis Adı Toplam Ciro Toplam Hakediş
{{ $consultant['name'] }}
{{ $consultant['brand_name'] }} {{ $consultant['office_name'] }} {{ number_format($consultant['sales_total'], 0, ',', '.') }} TL {{ number_format($consultant['earned_commission'], 0, ',', '.') }} TL
@endsection