@extends('backend.layouts.app') @section('content') Create News News Add News ADD NEWS @csrf Thumbnail Image @error('thumbnail') {{ $message }} @enderror Embed Youtube Link (Optional) (When this field is filled the thumbnail image will be replaced by the video in the sinlge page) Title @error('title') {{ $message }} @enderror Author Name @error('author') {{ $message }} @enderror Description @error('description') {{ $message }} @enderror Blog Type (Leave blank if none of these two) Promotional Post Featured News @error('post_type') {{ $message }} @enderror Create News @endsection @section('js') @endsection