{{ translate('Products')}}
# | {{ translate('Name')}} | {{ translate('Price')}} | {{ translate('Available Status')}} | {{ translate('Admin Status')}} | {{ translate('Options')}} |
---|---|---|---|---|---|
{{ $key+1 }} | {{ $product->name }} | {{ single_price($product->unit_price) }} | @if ($product->published == '1') {{ translate('PUBLISHED')}} @else {{ translate('PENDING')}} @endif |
|
-
{{ $products->links() }}