@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. Heading Customer Name Image status Action
{{ $loop->iteration }} {{$testimonial->heading ? : ''}} {{$testimonial->customer_name ? : ''}} {{$testimonial->status === 1 ? 'Approve' : 'Not Approve'}}
@endsection @section('script') @endsection