@extends('layouts.master-vnext')
@section('page-title')
Agent: {{ $productName }}
@endsection
@section('content')
@include('report.agent.name-total', [
'title' => 'Sales by category',
'items' => $inHouse,
'itemColumnHeader' => 'Category',
'currency' => $defaultCurrency,
'idFieldName' => 'categoryId',
'controllerAndAction' => "Report\AgentReportController@group",
'actionParams' => ['idFieldName' => 'categoryId', 'division' => $divisionId, 'filterFrom' => $filterFrom->toIso8601String(), 'filterTo' => $filterTo->toIso8601String(), 'productName' => $productName]
])
@endsection