@extends('admin.master') @section('title','Create Headline') @section('content')
Create Headline
@csrf @include('admin.headlines._form')
@endsection