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

Shop / {{ $product->name }}

{{ $product->name }}


product

${{ $product->price }}

{!! csrf_field() !!}


Description:
{{ $product->description }}

You may also like...

@foreach ($interested as $product) @endforeach
@endsection