@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