@extends('console_layouts.master') @section('title') 更新內容-作品展示 @endsection @section('css') @endsection @section('content') @component('components.breadcrumb') @slot('li_1') @endslot @slot('title') 更新內容-作品展示 @endslot @endcomponent
請輸入項目名稱/標題
{{$product->content}}
@if (auth()->user()->hasRole('superuser'))
@endif
圖片
@if (isset($product->image)) @foreach ($product->image as $image)
@endforeach @endif
@endsection @section('script') @endsection