Manage Authors
| ID | Name | Image | Position | Description | Actions |
|---|---|---|---|---|---|
| {{ $author->id }} | {{ $author->author_name }} |
@if($author->author_image)
|
{{ $author->author_pos ?? 'N/A' }} | {{ Str::limit($author->description, 50) }} | Edit |
| No authors found. | |||||