Testimonials

Client Feedbacks

Feedback
@foreach (App\Testimonial::where('status', 1)->get() as $testimonial)

{{ $testimonial->description }}

{{ $testimonial->name }}

{{ $testimonial->profession }}
@endforeach