@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) @endforeach
@endif
@if(count($currentPage->testimonials) > 0)

Customer Testimonials

@endif @stop