@extends('dashboard.layouts.master') @section('css') @endsection @section('breadcrumb')

مجلدات المنصة

@endsection @section('content')
الرئيسية @foreach($currentFolder->folderPath() as $pathFolder) > {{$pathFolder->title}} @endforeach
@if($folders->count() > 0 || $files->count() > 0)
@foreach($folders as $folder)
{{$folder->title}}
@endforeach @foreach($files as $file) @endforeach
@else
المجلد فارغ
@endif
@endsection @section('script') @endsection