@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->is_public_name}}
@can('self_edit', $model)
編輯
@csrf 刪除
@endcan
@endsection {{-- Script --}} @push('scripts') @endpush