@extends('layouts.app_widget') @section('content')

{{ $widget->name }}

Saved widget preview
Edit

Data JSON

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

Config JSON

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