@extends('layouts.vertical', ['title' => 'Testimonials']) @section('content')
| # | Picture | Name | Position | Subject | Date Posted | Status | Actions |
|---|---|---|---|---|---|---|---|
| {{ $testimonial->id }} |
@if($testimonial->picture)
|
{{ $testimonial->name }} | {{ $testimonial->position ?? '-' }} | {{ $testimonial->subject ?? '-' }} | @if($testimonial->date_posted) {{ $testimonial->date_posted->format('M d, Y H:i') }} @else Not set @endif | @if($testimonial->status === 'Y') Active @else Inactive @endif | |
|
No testimonials found Add Your First Testimonial |
|||||||