@extends('admin.layouts.app') @section('title', 'New News') @section('header-title', 'New News') @section('content')
Create News
@csrf
Cancel
@push('styles') @endpush @push('scripts') @endpush @endsection