@extends('adminlte::page') @section('title', 'Add Category') @section('content_header')

Add Category

@stop @section('content') @if (count($errors) > 0)
Whoops! There were some problems with your input.
@endif
@csrf

Add Category

The name is how it appears on your site. @error('title')

{{ $message }}

@enderror
  The “slug” is the URL-friendly version of the name. It is usually all lowercase and contains only letters, numbers, and hyphens. @error('slug')

{{ $message }}

@enderror

Description

  The description is not prominent by default; however, some themes may show it.
@error('excerpt') {{ $message }} @enderror
{{-- seo --}} {{--

SEO

  Search engine details
@error('meta_title') {{ $message }} @enderror
@error('meta_description') {{ $message }} @enderror
@error('meta_keywords') {{ $message }} @enderror
--}}

Category Details

{{--
categories prioritize content on the homepage.
--}}

Featured Image

Note: size: Width-1280px Height: 720px your image
@stop @section('css') @stop @section('js') {{-- show image --}} @stop