@extends('layouts.app') @section('content')

Product Detail

{{--
--}}

Product Name: {{ $product->name }}

Unit: {{ $product->unit }}

Net Weight: {{ $product->net_weight }}

Net Weight Unit: {{ $product->net_weight_unit }}

Tonnage: {{ $product->tonnage }}

Price: KES. {{ number_format($product->price,2) }}

{{-- Add to Cart --}}
{{-- Add to cart modal --}}
@endsection