@extends('admin.master') @section('content')

Create Headline

Add a new headline with order and status

@csrf
@error('headline_text')

{{ $message }}

@enderror
@error('display_order')

{{ $message }}

@enderror
Back
@endsection