{{__($chart['title'])}} @if($chart['checkCurrency'] ?? false) @include('financedata::components.summary.charts.chart_currency', [ 'name' => $chart['id'] ]) @endif
@foreach($chart['legend'] as $legendItem) @include('financedata::components.summary.charts.chart_legend_item', [ 'legend' => $legendItem ]) @endforeach