@extends('layouts-v2.app') @section('title', 'Quản Lý Learning Object') @section('content')

Quản lý Learning Object

Thư mục gốc

    @foreach($root as $folder)
  • {{ $folder->name }}
  • @endforeach
@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