@extends('layout/base') @section('content')

{{ __('messages.testimonial') }}

@foreach ($testimonial as $testi)
@include('components/testicard', ['testi' => $testi])
@endforeach
{{ $testimonial->links() }}
@endsection