@extends('layouts.admin') @section('content')
| Order | Image | Name | Title | Slug | Published | Actions |
|---|---|---|---|---|---|---|
| {{ $story->display_order }} |
@if($story->image_path)
|
{{ $story->name }}
@if($story->condition)
{{ $story->condition }}
@endif
|
{{ Str::limit($story->title, 60) }}
|
{{ $story->slug }} | @if($story->is_published) Published @else Draft @endif | Edit |
| No patient stories found. Click "Add Story" to create one. | ||||||