@extends('layouts.admin-layout')
@section('title', 'All Testimonial List')
@section('content')
Home Testimonial Section
| Heading |
Short description |
Action |
@foreach($get_testimonials as $testimonial)
| {{$testimonial->owner_name}} |
|
@endforeach
@endsection
@section('script')
@endsection