@extends('front.layout.main') @section('content') {!! $currentPage->languages->where('lang_short', $lang)->first()->pivot->text !!} @if(count($currentPage->supportcategories) > 0) @foreach($currentPage->supportcategories as $row) @if($row->image) @endif {{ $row->languages->where('lang_short', $lang)->first()->pivot->title }} @endforeach @endif @if(count($currentPage->testimonials) > 0) Customer Testimonials @foreach($currentPage->testimonials as $row) {!! $row->languages->where('lang_short', $lang)->first()->pivot->text !!} {{ $row->languages->where('lang_short', $lang)->first()->pivot->name }} {{ $row->languages->where('lang_short', $lang)->first()->pivot->country }} @endforeach @endif @stop
{{ $row->languages->where('lang_short', $lang)->first()->pivot->country }}