@extends('titan::layouts.admin') @section('content')
| Customer | Testimonial | Link | Created | Action |
|---|---|---|---|---|
| {{ $item->customer }} | {!! $item->description !!} | {{ $item->link }} | {{ format_date($item->created_at) }} | {!! action_row($selectedNavigation->url, $item->id, $item->title, ['show', 'edit', 'delete']) !!} |