@extends('layouts.master-vnext') @section('page-title') 'Office' vs 'Stock' - Group @endsection @section('content')
| Group | Total |
|---|---|
| $categoryId, 'groupId' => $category->id]) }}"> {{ $category->name }} | @currency($category->total) {{ $defaultCurrency->symbol }} |
| Total: @currency($expensesByCategory->sum('total')) {{ $defaultCurrency->symbol }} | |
| Group | Total |
|---|---|
| $categoryId, 'groupId' => $category->id]) }}"> {{ $category->name }} | @currency($category->total) {{ $defaultCurrency->symbol }} |
| Total: @currency($purchasesByCategory->sum('total')) {{ $defaultCurrency->symbol }} | |