@include ('left_menu')

Uthhan {{$current_category}} Express Product List

@if(empty($no_of_product_count))

No of Product 0

@else

No of Product {{ $no_of_product_count }}

@endif

{{$current_category}} Express Product Table

@if($edit_baazar_metal && count($edit_baazar_metal) > 0) @php $sno = request()->segment(3) ?? 1; @endphp @foreach($edit_baazar_metal as $edit) @endforeach @else @endif
Sno. Product Image Product Name Artisan Name Artisan ID Artisan Location Inventory Added Date Product Id Product Category Product Price Created on Store Code Display Product Type Express Product Category Edit Exp Category Action UOP Action
{{ $sno++ }} {{ \Illuminate\Support\Str::limit($edit->product_name, 70) }} {{ $edit->artisan_name }} {{ $edit->uthhan_id }} {{ $edit->artisan_state }} {{ $edit->inventory_add_date }} {{ $edit->id }} {{ $edit->product_category }} {{ $edit->selling_price }} {{ $edit->created_on }}
{{ $edit->store_code ? 'Displayed' : 'Not Displayed' }} {{ $edit->reseller_uthhan }} {{ $edit->Exp_Category_name ?: 'N/A' }}
@if(empty($edit->weekend_baazar)) @else @endif
@if($edit->weekend_baazar === 'Baazar') @else Not Assign ! @endif
@if($edit->weekend_baazar === 'Baazar') @else Assign Express Product First! @endif
Nothing to show
{!! $edit_baazar_metal->appends(request()->query())->links('pagination::bootstrap-4') !!}
© 2020 Crafted with by Gerg Developers