@extends('Myadmin::layout.basic') @section('content')
發佈 | 分類 | 商品ID | 品名 | 產品描述 | Name | Description | 價格 | 圖片 | 功能按鈕 |
---|---|---|---|---|---|---|---|---|---|
@if($product->publish) id)}}" class="btn btn-success" > @else id)}}" class="btn btn-danger"> @endif | {{ $categories[$product->category_id] }} | {{ $product->id }} | {{ $product->title_tw }} | {{ $product->description_tw }} | {{ $product->title_en}} | {{ $product->description_en}} | {{ $product->price }} | {{ HTML::image($product->img_path,"",['style'=>'width:100px;height:100px']) }} | {{ Form::open(array( 'route'=>array('admin.product.destroy', $product->id), 'method' => 'delete') )}} 編輯 刪除 {{ Form::close()}} |