@extends('layouts.admin') @section('title', 'Manage Text Scrollers') @section('header_title', 'Text Scrollers') @section('content')
| ID | Scroller Title | Scroller Content (HTML supported) | Actions |
|---|---|---|---|
| #{{ $scroller->scrollerId }} | {{ $scroller->scrollerTitle }} |
{{ Str::limit(strip_tags($scroller->scrollerContent), 100) }}
|
Edit |
| No scroller announcements found. | |||