@extends('layouts.backend') @section('title', '| Testimonials Management') @section('content')
| id | Profile | Name | Occupation | Status | Created | Action |
|---|---|---|---|---|---|---|
| {{ $testimonial->id }} |
@if($testimonial->profile)
@endif
|
{{ $testimonial->name }} | {{ $testimonial->occupation }} | @if($testimonial->status == "yes") Yes @elseif($testimonial->status == "no") No @endif | {{ $testimonial->created_at }} |