@extends('website.layout.master')
@section('title', 'الرئيسية')
@section('content')
Our testimonials
What our clients say
@foreach($testimonials as $testimonial)
{{ $testimonial->name }}
{{ $testimonial->job }}
{!! $testimonial->description !!}
@endforeach
@stop