@extends('dashboard.admin.layouts.master') @section('content')

{{ $title }}

Testimonial image

@csrf @method('put')


{{ $title }}

@forelse ($testimonialSettings as $key => $testimonialSetting) @empty @endforelse
# Name Occupation Image Message Status Action
{{ $key + 1 }} {{ $testimonialSetting->name }} {{ $testimonialSetting->occupation }} {{ $testimonialSetting->message }} @if ($testimonialSetting->status == 1) Active @else Inactive @endif
@endsection