@extends('backend.layout.master-tailwind') @section('title', __('All Widgets')) @section('admin_styles') @endsection @section('content')

{{ __('All Widgets') }}

{{ __('Drag widgets from the palette into a sidebar area to add them.') }}

{{ __('Desktop recommended') }}
{{ __('The widget builder uses drag-and-drop to add and reorder widgets into sidebar areas. This works best on a PC or desktop browser — touch drag may not function correctly on mobile.') }}
{{-- Left: Widget Palette --}}
{{ __('Available Widgets') }}

{{ __('Drag into a sidebar to add.') }}

    {!! render_admin_panel_widgets_list() !!}
{{-- Right: Sidebar Areas --}}
@endsection @section('script') @endsection