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

{{ __('All Widgets') }}

    {!! render_admin_panel_widgets_list() !!}
@endsection @section('script') @endsection