@extends('admin.layouts.master') @section('content')

{{ __('Testimonial Gruops') }}

{{ __('Testimonial Gruop List') }}

@foreach ($groups as $key => $group) @endforeach
{{ __('#') }} {{ __('Name') }} {{ __('Testimonials') }} {{ __('Action') }}
{{ ++$key }} {{ $group->name }} {{ $group->testimonials->count() }} Add Testimonial
@endsection