@extends('admin.layouts.main') @section('main-admin-container')

Testimonials

Create Testimonial
Testimonials
{{--

Add lightweight datatables to your project with using the Simple DataTables library. Just add .datatable class name to any table you wish to conver to a datatable

--}} @foreach ($testimonials as $testimonial) @endforeach
S.No Image Client Description Status Actions
{{ $loop->iteration }} {{ $testimonial->client }} {!! $testimonial->description !!} {{ $testimonial->status == 1 ? 'Active' : 'Suspended' }} Edit
@csrf @method('DELETE')
@endsection