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

NO PRODUCT FOUND

@else
@foreach ($products as $key => $product) @endforeach
Featured Image Title Price ({{$be->base_currency_text}}) Category Featured Special Actions
{{convertUtf8(strlen($product->title)) > 200 ? convertUtf8(substr($product->title, 0, 200)) . '...' : convertUtf8($product->title)}} {{$product->current_price}} @if (!empty($product->category)) {{convertUtf8($product->category ? $product->category->name : '')}} @endif
@csrf
@csrf
@csrf
@endif
@endsection