@extends('admin.layout') @section('title', 'NAS Storage') @section('extra_styles') @endsection @section('content')

NAS Storage

@include('nas-file-manager::file-manager', [ 'nodes' => $nodes, 'canEdit' => true, 'title' => 'NAS Storage Browser', ])
@endsection @section('scripts') @endsection