@extends('admin.layouts.app')
@section('title', 'Testimonial')
@section('page_css')
@endsection
@section('section')
| S.No |
Name |
Designation |
Comment |
Action |
@foreach($faqs as $key => $faq)
| {{++$key}} |
{{$faq->name}} |
{{$faq->designation}} |
{{$faq->comment}} |
|
@endforeach
@endsection