@extends('backend.layouts.app') @section('content') Edit News News Edit News EDIT NEWS @csrf @method('put') Thumbnail Image @error('thumbnail') {{ $message }} @enderror Embed Youtube Link (Optional) 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) post_type == 'promotional') @endif> Promotional Post post_type == 'featured' || !$blog->post_type) @endif> Featured News @error('post_type') {{ $message }} @enderror Edit News Current Thumbnail: @endsection @section('js') @endsection