{{ __('Products List:') }}
# | {{ __('Image') }} | {{ __('Title') }} | {{ __('Price') }} | {{ __('Category') }} | {{ __('Status') }} | {{ __('Action') }} |
---|---|---|---|---|---|---|
{{ ++$id }} |
|
{{$product->title}} | {{ Helper::showAdminCurrencyPrice($product->current_price) }} | {{$product->category->name}} | @if($product->status == 1) {{ __('Publish') }} @else {{ __('Unpublish') }} @endif | {{ __('Edit') }} |