@extends('backend.layouts.app') @section('title', 'Testimonials') @push('styles') @endpush @section('content')
add CREATE

TESTIMONIAL LIST

@foreach( $testimonials as $key => $testimonial) @endforeach
SL. Image Name Testimonial Action
{{$key+1}} @if(Storage::disk('public')->exists('testimonial/'.$testimonial->image)) {{$testimonial->name}} @endif {{$testimonial->name}} {{$testimonial->testimonial}} edit
@endsection @push('scripts') @endpush