@extends('home.layout.master') @section('content')

{{ $detail->nama_produk }}

{{ $detail->nama_produk }}

@php function rupiah($angka) { $hasil_rupiah = 'Rp ' . number_format($angka, 2, ',', '.'); return $hasil_rupiah; } @endphp
@if ($detail->harga_produk == null) {{ 'Harga Tidak Tersedia' }} @else @php echo rupiah($detail->harga_produk); @endphp @endif

{{ $detail->nama_produk }} merupakan bahan utama sablon manual atau digital, dengan bahan kualitas terbaik dengan harga terjangkau. tida hanya itu bahan {{ $detail->nama_produk }} sangat mudah dalam perawatan dan tidak luntur

  • Warna
  • :
  •   Seluruh Warna Tersedia / All Color
  • Ukuran
  • :
  •   Seluruh Ukuran Tersedia / All Size

Deskripsi

@php echo htmlspecialchars_decode($detail->deskripsi); @endphp

Review Pelanggan

  • Gerald Barnes

    27 Jun, 2021 at 2:30pm

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan egestas elese ifend. Phasellus a felis at est bibendum feugiat ut eget eni Praesent et messages in con sectetur posuere dolor non.

  • Gerald Barnes

    27 Jun, 2021 at 2:30pm

    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer accumsan egestas elese ifend. Phasellus a felis at est bibendum feugiat ut eget eni Praesent et messages in con sectetur posuere dolor non.

@endsection @section('js') @endsection @section('css') @endsection