@extends('layouts.master-vnext') @section('page-title') Expenses {{ $division ? "for - Department: {$division}" : "" }} @endsection @section('content')
| Name | Total in {{ $currency->name }} | |
|---|---|---|
| {{ $group->first()->product->name }} | @currency($group->sum('total_in_default_currency')) {{ $currency->symbol }} | |
| @currency($expenses->sum('total_in_default_currency')) {{ $currency->symbol }} | ||