@extends('base::layouts.master') @section('title',__('Payment information')) @section('content')
| DESCRIPTION | QTY | PRICE | SUBTOTAL |
|---|---|---|---|
|
{{$product->title()}}
{{$product->category->title()}}
|
{{$product->pivot->getAttribute('count')}} | {{$product->pivot->getAttribute('price')}} ₼ | {{$product->pivot->getAttribute('total')}} ₼ |