@include('left_menu')

Uthhan {{$category}} Product List

{{$category}} Product Table

@php use Illuminate\Support\Str; @endphp @if($edit_feature != null && count($edit_feature) > 0) @foreach($edit_feature as $edit) @endforeach @else @endif
Product Image Product Name Product Id Product Category Product Price Created on Edit
{{ Str::limit($edit->product_name, 70) }} {{ $edit->id }} {{ $edit->product_category }} {{ $edit->selling_price }} {{ $edit->created_on }}
@if(empty($edit->featured)) @else @endif
Nothing to show
© 2020 Crafted with by Gerg Developers