@extends('admin.layouts.home') @section('title', 'Add New Blog') @section('content')

Add New Blog

Back to Blogs
Blog Information
@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
Basic Information
A brief summary of the blog (max 500 characters).
SEO Information
Recommended: 50-60 characters
Recommended: 150-160 characters
Separate keywords with commas
Publishing Options
If enabled, this blog will be visible to users.
Mark this blog as featured.
Category
@error('category_id') {{ $message }} @enderror
Thumbnail

No image selected

Recommended size: 1200x630 pixels. Max size: 2MB.
@endsection @push('scripts') @endpush