@extends('layouts.admin.layout') @section('content')

Edit Widget

Edit the HTML / CSS / JS content for this widget. Changes will be reflected on the public site.

@csrf @if (old('content') != '') @php $content = old('content'); @endphp @else @php $content = $editInfo->content; @endphp @endif
{{-- Editor label + badge --}}
HTML / CSS / JS
{{-- Editor wrapper --}}
{{-- Editor toolbar --}}
widget.html
@if($errors->has('content'))

{{ $errors->first('content') }}

@endif
Cancel
@endsection @push('scripts') @endpush