@extends('backend.admin-master')
@section('site-title')
{{__('All Widgets')}}
@endsection
@section('style')
@endsection
@section('content')
@include('backend/partials/message')
@include('backend/partials/error')
@include('backend.partials.media-upload.media-upload-markup')
@endsection
@section('script')
@include('backend.partials.media-upload.media-js')
@endsection