@extends('admin.layout') @section('content')

Blog Details

@csrf @method('PUT')
@error('title')

{{ $message }}

@enderror
@error('category')

{{ $message }}

@enderror
@if($blog->featured_image)

Current image:

Featured Image
@endif

Upload a new image to replace the current one

PNG, JPG, WEBP up to 10MB

@error('featured_image')

{{ $message }}

@enderror
@error('external_link')

{{ $message }}

@enderror

Link to the full article if hosted externally

Cancel
@endsection