@foreach($products as $index => $product)
Image
@if($product->image && file_exists(public_path('assets/images/products/'.$product->image))) Image @else Image @endif
{{ $product->price + $product->sprenty_price + $product->tax }} ₾

{{ unserialize($product->title)['title_'.app()->getLocale()] }}

{{ unserialize($product->address)['address_'.app()->getLocale()] }}

Learn More
@endforeach
{{ $products->links() }}