@extends('client.layouts.index') @section('content')

{{ $product->name }}

IDR {{ $product->price }}
{!! csrf_field() !!}
{!! csrf_field() !!}

{{ $product->description }}

@endsection