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