@extends('layouts.app') @section('title', __('advancedreports::lang.product_category_performance')) @php // Get currency settings from session $currency_symbol = session('currency')['symbol'] ?? '$'; $currency_precision = session('business.currency_precision') ?? 2; $currency_symbol_placement = session('business.currency_symbol_placement') ?? 'before'; @endphp @section('css') @endsection @section('content')

@lang('advancedreports::lang.product_category_performance')

@lang('advancedreports::lang.filter_controls')

@lang('advancedreports::lang.loading_data')

0

@lang('advancedreports::lang.total_categories')

@if($currency_symbol_placement === 'after') 0{{ $currency_symbol }} @else {{ $currency_symbol }}0 @endif

@lang('advancedreports::lang.total_sales')

@if($currency_symbol_placement === 'after') 0{{ $currency_symbol }} @else {{ $currency_symbol }}0 @endif

@lang('advancedreports::lang.total_profit')

0%

@lang('advancedreports::lang.average_margin')

@endsection @section('javascript') @endsection