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

Edit Running Text

Edit Running Text

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Maximum 1000 characters. Current: 0
is_active ? 'checked' : '' }}>
If checked, this will become the active running text and deactivate others.
Back
@endsection