@extends('layouts-v2.app')
@section('title', 'Quản Lý Learning Object')
@section('content')
Hết dữ liệu
Lỗi tải thêm dữ liệu
@include('folders.modal.add-folder')
@include('folders.modal.update-folder')
@include('folders.modal.add-lo')
@include('folders.modal.update-lo')
@include('folders.modal.preview-lo')
@include('folders.modal.revert-lo')
@include('folders.modal.full-sync-s3')
@include('folders.modal.sync-folder-to-section')
@include('folders.modal.multi-sync-folder-to-section')
@include('folders.modal.update-des')
@include('folders.modal.update-completion')
@endsection