@extends('layouts.app') @section('content')

Testimonials

@foreach ($test as $t)


@endforeach {{-- Read More Testimonials --}}
@foreach ($page_contents as $page_content) @if($page_content->location_id == 5) @endif @endforeach

@foreach ($page_contents as $page_content) @if($page_content->location_id == 6)

@endif @if($page_content->location_id == 7)

@endif @if($page_content->location_id == 8)

@endif @endforeach
@endsection