@extends('layouts.admin') @section('title', 'Create Blog Post') @section('content')

Create New Post

Write a new blog article

@csrf
@error('title')

{{ $message }}

@enderror
@error('content')

{{ $message }}

@enderror

SEO Settings

Publish

Category

Tags

@foreach($tags as $tag)
id, old('tags', [])) ? 'checked' : '' }} class="h-4 w-4 text-blue-600 focus:ring-blue-500 border-gray-300 rounded">
@endforeach

Featured Image

@endsection