@extends('frontend.arafa-cart.layouts.app') @section('content')
|
{{ Str::limit($row->name,70) }}
@foreach ($row->options->attribute as $attribute)
{{ $attribute->attribute->name }} : {{ $attribute->variation->name }} @endforeach @foreach ($row->options->options as $op) {{ $op->name }}, @endforeach |
{{ amount_format($row->price) }} x {{ $row->qty }} | {{ amount_format($row->price*$row->qty) }} |