@extends('layout') @section('image', asset(env('APP_URL').'/storage/'.$product->thumbnail)) @section('title') {{ $title }} - Kang Jual @endsection @section('content')
{{ $product->title }}
@foreach ($product->gallery as $gallery) @endforeach
@if ($product->is_free) Gratis @endif {{ $product->category->title }} {{ $product->category->title }}

{{ $product->title }}

Rp {{ number_format($product->price, 0, ',', '.') }}

({{ $product->transactions->count() }})

{{ $product->excerpt }}

@if ($product->is_free)
@else Dapatkan @endif

Deskripsi

{!! $product->description !!}
@endsection @section('script') @endsection