@if(empty($charts))
Dashboard

Welcome to your dashboard.

@endif

Data Analytics Charts

@foreach($charts as $chart) @if($chart->chart_type=='area')
@endif @if($chart->chart_type=='column')
@endif @if($chart->chart_type=='line')
@endif @if($chart->chart_type=='pie')
@endif @if($chart->chart_type=='scatter')
@endif @endforeach
{{ $charts->links() }}