{{ __('Testimonial Gruop List') }}
{{ __('#') }} | {{ __('Name') }} | {{ __('Testimonials') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$key }} | {{ $group->name }} | {{ $group->testimonials->count() }} | Add Testimonial |
@extends('admin.layouts.master') @section('content')
{{ __('#') }} | {{ __('Name') }} | {{ __('Testimonials') }} | {{ __('Action') }} |
---|---|---|---|
{{ ++$key }} | {{ $group->name }} | {{ $group->testimonials->count() }} | Add Testimonial |