@extends('backend.layout') @section('content')
{{ __('Product Name') }} | {{ __('Image') }} | {{ __('SKU') }} | {{ __('Quantity') }} | {{ __('Price') }} |
---|---|---|---|---|
{{ $item->title }} |
|
{{ $item->sku }} | {{ $item->qty }} | {{ $position == 'left' ? $currency . ' ' : '' }}{{ $item->price }}{{ $position == 'right' ? ' ' . $currency : '' }} |