@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}}
附件 @if(!empty($model->file_display_name)) {{$model->file_display_name}} @else 無附件 @endif
@endsection {{-- Script --}} @push('scripts') @endpush