@extends('front.layout') @section('meta-keywords', "$seo->meta_keywords") @section('meta-description', "$seo->meta_description") @section('content')
# | {{ __('Image') }} | {{ __('Product Name') }} | {{ __('Quantity') }} | {{ __('Price') }} | {{ __('Total') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ $i++ }} |
|
@php $cproduct = App\Models\Product::where('id', $item['id'])->first(); @endphp {{ $item['title'] }} | {{Helper::showCurrencyPrice($item['price'])}} {{ $item['qty'] }} | {{ Helper::showCurrency() }}{{ Helper::showPrice($item['price']) * $item['qty'] }} |