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

Project

Kami menyediakan berbagai source code proyek dan aplikasi jadi yang siap untuk digunakan.

@forelse ($projectProducts 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