@extends('backend.template') @section('content')

{{ label('Add News') }}

@csrf
{{ createText('title', 'title', 'Title') }}
{{ createImageInput('image', 'Image') }}
{{ createTextarea('text', 'text ckeditor-classic', 'Text') }}

@endsection