{{__('admin.Pending Products')}}
{{__('admin.Add New')}}
@endsection
| {{__('admin.SN')}} | {{__('admin.Name')}} | {{__('admin.Price')}} | {{__('admin.Photo')}} | {{__('admin.Status')}} | {{__('admin.Action')}} |
|---|---|---|---|---|---|
| {{ ++$index }} | {{ $product->short_name }} | {{ $setting->currency_icon }}{{ $product->price }} | |
@if($product->approve_by_admin == 1) @else @endif |
@php
$existOrder = $orderProducts->where('product_id',$product->id)->count();
@endphp
@if ($existOrder == 0)
@else
@endif
|