{{ __('global.id') }} | {{ __('global.name') }} | {{ __('global.price') }} | {{ __('global.sprenty_cut') }} | {{ __('global.tax') }} | {{ __('global.actions') }} |
---|---|---|---|---|---|
{{ $product->id }} | {{ json_decode($product->title, true)[app()->getLocale()] ?? '' }} | {{ $product->price }} ₾ | {{ $product->sprenty_price }} ₾ | {{ $product->tax }} ₾ | {{ __('global.drag_and_sort') }} {{ __('global.details') }} {{ __('global.edit') }} {{ __('global.delete') }} |
{{ $products->links() }}