@extends('admin.layout') @php $selLang = \App\Language::where('code', request()->input('language'))->first(); @endphp @if(!empty($selLang) && $selLang->rtl == 1) @section('styles') @endsection @endif @section('content')
Products
@if (!empty($langs)) @endif
Add Product
@if (count($products) == 0)

NO Products FOUND

@else
@if ($bex->catalog_mode == 0) @endif @if ($be->theme_version == 'ecommerce') @endif @foreach ($products as $key => $product) @if ($bex->catalog_mode == 0) @endif @if ($be->theme_version == 'ecommerce') @endif @endforeach
TitlePrice ({{$bex->base_currency_text}})Type CategoryFeaturedActions
{{strlen($product->title) > 30 ? mb_substr($product->title,0,30,'utf-8') . '...' : $product->title}} {{$product->current_price}}{{$product->type}} @if (!empty($product->category)) {{convertUtf8($product->category ? $product->category->name : '')}} @endif
@csrf
@csrf
@endif
@endsection