@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content') @include('custom::component.reply-btn', ['url' => $back_route])
| 資料夾名稱 | {{$model->name}} | ||
|---|---|---|---|
| 上級資料夾 | {{$model->parent_folder_name}} | ||
| 說明 | {{$model->description}} | ||
| 訪問人員 | {{$model->public_type->name}} | ||
| 部門/單位 | {{$model->departments_output}} | ||