@extends('layouts.app') @section('content')
@include('partials.header') @include('partials.sidebar')

Create Running Text

Add New Running Text

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Maximum 1000 characters. Current: 0
Note: This running text will be automatically set as active and will replace any currently active running text.
Back to List
@endsection