@extends('admin.layouts.app') @section('title', 'Testimonial') @section('page_css') @endsection @section('section')

Testimonial

@foreach($faqs as $key => $faq) @endforeach
S.No Name Designation Comment Action
{{++$key}} {{$faq->name}} {{$faq->designation}} {{$faq->comment}}
@endsection