@extends('layouts.frontend') @section('seo')
Product | Quantity | Price |
---|---|---|
{{-- @if($p->model->photos->count() > 0)
![]() {{ $p->name }}${{ $p->price }} |
{{ $p->pivot->quantity }} |
${{ $p->price * $p->pivot->quantity }} |