Uthhan {{$current_category}} Express Product List
@if(empty($no_of_product_count))
No of Product 0
@elseNo of Product {{ $no_of_product_count }}
@endif{{$current_category}} Express Product Table
| 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')
|
@if($edit->weekend_baazar === 'Baazar')
@else
Assign Express Product First!
@endif
|
|||
{!! $edit_baazar_metal->appends(request()->query())->links('pagination::bootstrap-4') !!}