@extends('Frontend.Template.layout')
@section('title')
Testimonials
@endsection
@section('content')
{{ $heading->testimonials_title }}
{{ $heading->testimonials_say }}
@foreach($testimonials as $testimonial)
{{ $testimonial->name }}
{{ $testimonial->position }}
{{ $testimonial->feedback }}
@endforeach
{{ $heading->testimonials_loyals }}
@foreach($partners as $partner)
{{ $partner->name }}
@endforeach
@endsection