@extends('front.layout.main') @section('content') @if(count($paginatedProducts) > 0)

Products available in {{ $currentPage->languages->where('lang_short', $lang)->first()->pivot->title }}

@foreach ($paginatedProducts as $row) @endforeach
{{ $paginatedProducts->links() }}
@endif @stop