@extends('adminlte::page')
@section('title', 'Media Manager')
@section('content_header')
@stop
@section('content')
@include('notifications')
@include('backend.mediamanager.partials.media-manager-content')
@stop
@section('plugins.jQuery-UI', true)
@section('plugins.Dropzone', true)
@section('adminlte_js')
@endsection