@extends('backend.layouts.app') @section('title', 'Testimonials') @push('styles') @endpush @section('content')
| SL. | Image | Name | Testimonial | Created at | Updated at | Action |
|---|---|---|---|---|---|---|
| {{$key+1}} |
@if(Storage::disk('public')->exists('testimonial/'.$testimonial->image) && $testimonial->image)
@endif
|
{{$testimonial->name}} | {{$testimonial->testimonial}} | {{ $testimonial->created_at->diffForHumans() }} | {{ $testimonial->updated_at->diffForHumans() }} | edit |