@extends('backend.layouts.app') @section('content')

Create News

ADD NEWS
@csrf
@error('thumbnail') {{ $message }} @enderror
(Optional) (When this field is filled the thumbnail image will be replaced by the video in the sinlge page)
@error('title') {{ $message }} @enderror
@error('author') {{ $message }} @enderror
@error('description') {{ $message }} @enderror
(Leave blank if none of these two)
@error('post_type') {{ $message }} @enderror
@endsection @section('js') @endsection