@extends('admin.layout.master') @section('title', 'Testimonial Manager') @section('content')

View Testimonial Details

Name: {{ $data->name }}
Message: {!! $data->description !!}
Rating: {!! $data->rating !!}
Image: image
Status: @if($data->status) Active @else In-Active @endif
Created Date: {{date('M d, Y', strtotime($data->created_at))}}
@endsection