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

{{$product->name}}

{{$product->description}}

{{csrf_field()}}

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

@endsection