@extends('Myadmin::layout.basic') @section('content')
No. | 類別(中文) | 類別(英文) | 檔名(中文) | 檔名(英文) | File | 功能按鈕 |
---|---|---|---|---|---|---|
{{{ $document->doc_id}}} | {{{ $document->category_tw}}} | {{{ $document->category_en}}} | {{{ $document->file_name_tw}}} | {{{ $document->file_name_en}}} | {{{ $document->file_name_en.substr($document->file_path,-4)}}} | {{ Form::open(array( 'url'=>array('admin/product/documentdestroy', $document->doc_id), 'method' => 'get') )}} {{-- 編輯 --}} 刪除 {{ Form::close()}} |