@extends('layouts.finance') @section('title', $report['title']) @section('subtitle', 'Agent point activity from Examism vouchers') @section('content') @php $filters = $report['filters']; $productCards = $report['product_cards']; $baseParams = [ 'type' => $report['type'], 'mode' => $filters['mode'], 'month' => $filters['month'], 'year' => $filters['year'], 'from' => $filters['from'], 'to' => $filters['to'], ]; $rangeParams = [ 'mode' => $filters['mode'], 'month' => $filters['month'], 'year' => $filters['year'], 'from' => $filters['from'], 'to' => $filters['to'], ]; @endphp