@extends('layouts.frontend.app') @section('content')
@if ($message = Session::get('error'))
{{ $message }}
@endif @if ($message = Session::get('success'))
{{ $message }}
@endif
{{ csrf_field() }}

{{$productparts_details->productpart_name}}

$ {{$productparts_details->productpart_price}}

    {!! $productparts_details->productpart_subtext !!}
Features
Machine Size : 1050 (L) x 340 (W) x 1050 (H) mm
Spindle Speed : Rice Mill: 1400-1600 RPM, Disc Mill: 4500-5500 RPM
Type of Product : Combined Rice Mill Machine
Production Capacity : (Rice Mill: Rice ≥165-200 kg/hour, Millet ≥120-150 kg/hour), (Disc Mill: Pulverizer ≥180-250 kg/hour)
Certification : ISO9001:2015, CCC
Size
Color
Black
Gray
Quantity
Buy Now

Related Spare Parts

@foreach($productparts as $productpart)
Inkjet Printer

{{$productpart->productpart_name}}

@endforeach

Related Products

@foreach($related_products as $related_product)
{{$related_product->product_name}}
{{$related_product->productpart_name}}
01

${{$related_product->regular_price}}

{{$related_product->productpart_name}}

${{$related_product->regular_price}}

@endforeach
{!! $productparts_details->productpart_description !!}

5.0

1 Reviews
5 Star
100.0%
4 Star
0.0%
3 Star
0.0%
2 Star
0.0%
1 Star
0.0%

Submit Your Review

Your email address will not be published.

@endsection