@extends('layouts.app') @section('titlePage', 'Manage Page') @section('content') @push('style') @endpush @php $dataChart = json_decode($data->data, true); $dataChart = is_array($dataChart) ? $dataChart : []; $chart_count=count($dataChart["datasets"]); @endphp
@if($data->type=="pie") @for($i=0;$i<$chart_count;$i++)
@endfor @else
@endif
@endsection @push('script') @endpush