@php require_frontend_packages(['datatables', 'daterangepicker', 'chartjs']); @endphp @extends('layout.default') @section('title', $__t('Stock report') . ' / ' . $__t('Spendings')) @section('content')
{{ $__t('Name') }} | {{ $__t('Total') }} | @if($groupBy == 'product'){{ $__t('Product group') }} | @endif
---|---|---|
{{ $metric->name }} | {{ $metric->total }} | @if($groupBy == 'product'){{ $metric->group_name }} | @endif