@extends('admin.layouts.default') @section('head')
圖片預覽 | 產品名稱 | 產品分類 | 庫存 | {{-- 品牌的做法有問題,先註解掉品牌 | --}}操作 | |
---|---|---|---|---|---|---|
@if (!empty($value->products_images->first()->file_name) && file_exists('uploads/products/thumb/'.$value->products_images->first()->file_name)) {{ HTML::image('uploads/products/thumb/'.$value->products_images->first()->file_name) }} @else 未上傳圖片 @endif | {{ $value->name }} | @if ($value->products_tags->count() > 0) @foreach ($value->products_tags as $element) {{ $element->name }} @endforeach @endif | {{ $value->stock }} | {{-- 品牌的做法有問題,先註解掉{{ $value->brand['name'] }} | --}}