@include('uthhanOriginals.stylesheet') @include('uthhanOriginals.left_side_bar')

Uthhan Originals Products List

Products List

@if ($uthhan_uop_products_list != null && count($uthhan_uop_products_list) > 0) @php $var = 0; @endphp @foreach ($uthhan_uop_products_list as $data) @endforeach @else @endif
S.no. Product Image Product Name Product ID Product Category Product Count Created At
{{ ++$var }} Product Image {{ $data->product_name }} {{ $data->id }} {{ $data->product_category }} {{ $data->store_quantity }} {{ $data->created_on }}
No Product Found
@include('uthhanOriginals.footer')