@extends('master-admin') @section('content')

Manage Testimonials

Add New Testimonial
@foreach ($testimonials as $testimonial) @endforeach
Name Designation Company Heading Content Active Actions
{{ $testimonial->customer_name }} {{ $testimonial->customer_designation }} {{ $testimonial->company_name }} {{ $testimonial->testimonial_heading }} {{ $testimonial->testimonial_content }} @if($testimonial->is_active) Yes @else No @endif Edit
@csrf @method('DELETE')
@endsection