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

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

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