@section('style') @endsection @extends('layouts.backend.app') @section('content')
{{ __('Testimonial') }}
@if ($errors->any())
@endif
@foreach($testimonials as $key => $row) @endforeach
# Avatar Client Name Position Action
{{ $key+1 }} {{ $row->name }} {{ $row->position }}
@endsection @section('script') @endsection