@extends('layouts.app') @section('title','Chart OHWOW') @section('breadcrumb') @endsection @section('content')

Performance Allgemein

@foreach ($charts as $key => $chart) @endforeach
Umsatz Provision Eigenanteil
{{ config('images.chart.dates.'.$key) }}
{{ format_currency($chart['volume']) }} {{ format_currency($chart['provision']) }} {{ format_currency($chart['earning']) }}
@endsection