@extends('admin.layouts.master') @section('content')
| # | Name | Organization | Address | Status | Actions |
|---|---|---|---|---|---|
| {{ $key + 1 }} | {{ $testimonial->name }} |
{{ $testimonial->organization }}
|
{{ $testimonial->address }} | {!! $testimonial->status ? 'Active' : 'Inactive' !!} | Actions |