{{__('admin.Products of Seller')}}
{{ $user->name }}
@endsection
| {{__('admin.SN')}} | {{__('admin.Name')}} | {{__('admin.Price')}} | {{__('admin.Photo')}} | {{__('admin.Type')}} | {{__('admin.Status')}} | {{__('admin.Action')}} |
|---|---|---|---|---|---|---|
| {{ ++$index }} | {{ $product->short_name }} | {{ $setting->currency_icon }}{{ $product->price }} | |
@if ($product->is_undefine == 1) {{__('admin.Undefine Product')}} @elseif ($product->new_product == 1) {{__('admin.New Arrival')}} @elseif ($product->is_featured == 1) {{__('admin.Featured Product')}} @elseif ($product->is_top == 1) {{__('admin.Top Product')}} @elseif ($product->is_best == 1) {{__('admin.Best Product')}} @elseif ($product->is_flash_deal == 1) {{__('admin.Flash Deal')}} @endif | @if($product->status == 1) @else @endif |
|