@extends('layouts.admin-layout') @section('title', 'All Testimonial ') @section('content')
@csrf

Testimonial Section

Profile Preview

Testimonial Section

{{-- --}} @foreach($get_testimonial as $testimonial) {{-- --}} @endforeach
S.N. Owner Name Customer NameImagestatus Action
{{ $loop->iteration }} {{$testimonial->owner_name ? : '---'}} {{$testimonial->user_name ? : '---'}}--}} {{-- --}} {{-- {{$testimonial->status === 1 ? 'Approve' : 'Not Approve'}}
@endsection @section('script') @endsection