{!! $chart->render() !!}
@foreach($dates as $date) @endforeach @if ($expenses) @foreach($expenses as $category_id => $category) @foreach($category as $item) @endforeach @endforeach @else @endif @foreach($totals as $total) @endforeach
{{ trans_choice('general.categories', 1) }}{{ $date }}
{{ $categories[$category_id] }}@money($item['amount'], $item['currency_code'], true)
{{ trans('general.no_records') }}
{{ trans_choice('general.totals', 1) }}@money($total['amount'], $total['currency_code'], true)
@push('js') {!! Charts::assets() !!} @endpush