@extends('admin.layout.master') @section('title', 'Testimonial Manager') @section('content')
| Name: | {{ $data->name }} |
| Message: | {!! $data->description !!} |
| Rating: | {!! $data->rating !!} |
| Image: |
|
| Status: | @if($data->status) Active @else In-Active @endif |
| Created Date: | {{date('M d, Y', strtotime($data->created_at))}} |