@extends('backend.template.layouts.template-base') @section('title', 'Create Blogs') @section('content') Create Blog Back @csrf Blog Date* @error('blog_date') {{ $message }} @enderror Blog Category* -- Select -- @foreach ($category as $blogcategory) {{ $blogcategory->name }} @endforeach @error('category') {{ $message }} @enderror Blog Title* @error('blog_title') {{ $message }} @enderror URL of the Slug* @error('blog_url') {{ $message }} @enderror Blog Image* Image Alt Tag * Author Name * @error('author_name') {{ $message }} @enderror Author Image Status Active Inactive Show in Home Page Description * @error('description') {{ $message }} @enderror SEO Settings Meta Title @error('meta_title') {{ $message }} @enderror Meta Keyword @error('meta_keyword') {{ $message }} @enderror Meta Description @error('meta_description') {{ $message }} @enderror Submit @endsection @section('scripts') @endsection