@extends('backend.layouts.master') @section('title') View Testimonial @endsection @section('content')
@include('backend/includes/sidebar')
@include('backend/includes/header')

View Testimonial

@foreach($testimonials as $testimonial) @endforeach

{{ $testimonial->category_name }}

{{ $testimonial->client_name }}

{{ $testimonial->description }}

{{ $testimonial->status }}

@include('backend/includes/footer')
@endsection