| Sr.Nom | Content | Sort order | Status | Action |
|---|---|---|---|---|
| {{ $ticker->id }} | {{ \Illuminate\Support\Str::limit($ticker->content, 40) }} | {{ $ticker->sort_order }} |
@can('edit-ticker')
Edit
@endcan
@can('delete-ticker')
@endcan
|