@extends('layouts.admin') @section('content')

Folder Management

{{ $path }}
NULL
Create Grant Access Revoke Access
@if($backUrl) Back @endif
Folder Structure
Click a folder to select it
@if($folders->isEmpty()) {{--

No folders found.

--}} @else
@endif @if($assets->isEmpty()) {{--

No assets found in the current folder.

--}} @else
@endif
@endsection