@extends("layouts.index") @section("content")

{{$product->name}}

{{$product->description}}

{{csrf_field()}} {{number_format($product->price)}}

Category: {{$product->category->name}}

@endsection