{{ __('global.id') }} | {{ __('global.name') }} | {{ __('global.price') }} | {{ __('global.sprenty_cut') }} | {{ __('global.tax') }} | {{ __('global.action') }} |
---|---|---|---|---|---|
{{ $product->id }} | {{ unserialize($product->title)['title_ge'] }} | {{ $product->price }} ₾ | {{ $product->sprenty_price }} ₾ | {{ $product->tax }} ₾ | {{ __('global.details') }} {{ __('global.edit') }} {{ __('global.delete') }} |
{{ $products->links() }}