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

🗃️ Quản lý Learning Object

Thư mục gốc

    @foreach($root as $folder)
  • 📁 {{ $folder->name }}
  • @endforeach
@endsection