@extends('layouts.simple.master') @section('title', 'Contact Master Data') @section('css') @endsection @section('style') @endsection @section('breadcrumb-title')

Testimonials

@endsection @section('breadcrumb-items') @endsection @section('content')
@foreach ($testimonials as $key => $testimonial) @endforeach
# Image Name Rating Description Actions
{{$key + 1}} @if(!empty($testimonial->image) && Storage::exists($testimonial->image)) @endif {{$testimonial->name}} {{$testimonial->value}} {{$testimonial->description}}
@endsection @section('script') @endsection