Testimonial Section
| S.N. | Owner Name | Customer Name | {{--Image | --}}status | Action |
|---|---|---|---|---|---|
| {{ $loop->iteration }} | {{$testimonial->owner_name ? : '---'}} | {{$testimonial->user_name ? : '---'}} | {{----}}
{{-- | --}}
{{$testimonial->status === 1 ? 'Approve' : 'Not Approve'}} |
|