@extends('layout.default') @section('title', $__t('Stock report') . ' / ' . $__t('Spendings')) @section('viewJsName', 'stockreportspendings') @push('pageScripts') @endpush @push('pageStyles') @endpush @section('content')
{{ $__t('Name') }} | {{ $__t('Total') }} | @if(!$byGroup){{ $__t('Product group') }} | @endif
---|---|---|
{{ $metric->name }} | {{ $metric->total }} | @if(!$byGroup){{ $metric->group_name }} | @endif