@extends('admin.admin_master') @section('admin')

Folder Details

{{ $folder->name }}

Path: {{ $folder->path }}

Parent ID: {{ $folder->parent_id ?? 'None' }}

Back to Folders
@endsection