@extends('public_layouts.layout') @section('title', $product->title) @section('description', '') @section('seo') @section('content')
作品展示背景圖

作品展示

@if(isset($product->image[0])) {{$product->title}} @else {{$product->title}} @endif

{{$product->title}}

{!!$product->content!!}

@endsection