@if(Session::has('success'))
{{ Session::get('success') }}
@endif

{{ __('All Testimonials') }}

@foreach($testimonials as $testimonial) @endforeach
{{ __('ID') }} {{ __('Designation') }} {{ __('Message') }} {{ __('Image') }}
{{ $loop->iteration }} {{ $testimonial->designation }} {{ $testimonial->message }}