@extends('layouts/layout') @section('content')

Create News

@csrf @include('admin.news.form')
@endsection