@extends('layout') @section('title') {{ $title }} - Kang Jual @endsection @section('content')

Template

Kami menawarkan berbagai template menarik yang dapat digunakan sebagai dasar untuk proyek mu.

@forelse ($templateProducts as $product)
@if ($product->is_free) Gratis @endif {{ $product->category->title }} {{ $product->category->title }}
{{ $product->title }}

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

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

@empty
@endforelse
@endsection @section('script') @endsection