@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content')
返回
版次資料
版次名稱{{$model->name}}
檔案 @if(!empty($model->file_display_name)) {{$model->file_display_name}} @else 無附件 @endif
狀態{{$model->status->name}}
發佈時間{{$model->created_at}}
編輯
@csrf 刪除
@endsection {{-- Script --}} @push('scripts') @endpush