@extends('admin.layout') @section('content')
{{ __('Featured Image') }} | {{ __('Title') }} | {{ __('Category') }} | {{ __('Product Type') }} | @php $currencyText = $currencyInfo->base_currency_text; @endphp {{ __('Price') . ' (' . $currencyText . ')' }} | @if ($themeInfo->theme_version == 2){{ __('Featured') }} | @endif{{ __('Actions') }} | |
---|---|---|---|---|---|---|---|
|
{{ strlen($product->title) > 50 ? mb_substr($product->title, 0, 50, 'UTF-8') . '...' : $product->title }} | {{ $product->categoryName }} | {{ $product->product_type }} | {{ symbolPrice($product->current_price) }} | @if ($themeInfo->theme_version == 2)@endif |