@extends('layout.default') @section('title', $__t('Stock report') . ' / ' . $__t('Spendings')) @section('viewJsName', 'stockreportspendings') @push('pageScripts') @endpush @push('pageStyles') @endpush @section('content')

 {{ $__t('Date range') }}
@if(!$byGroup)
 {{ $__t('Product group') }}
@endif
@if(!$byGroup) @endif @foreach($metrics as $metric) @if(!$byGroup) @endif @endforeach
{{ $__t('Name') }} {{ $__t('Total') }}{{ $__t('Product group') }}
{{ $metric->name }} {{ $metric->total }} {{ $metric->group_name }}
@stop