@extends('layouts.app_widget') @section('topbar_actions') Pie Widgets Edit @endsection @section('content')

{{ $widget->name }}

Saved pie chart preview

Data JSON

{{ json_encode($widget->data_json, JSON_PRETTY_PRINT) }}

Config JSON

{{ json_encode($widget->config_json, JSON_PRETTY_PRINT) }}
@endsection @section('scripts') @endsection