@extends('layouts.app') @section('title') Create News Room @endsection @section('headerWithButton')

@yield('title')

@endsection @section('content')
@csrf @include('news-room.partials.form')
@endsection