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

Show Category

@stop @section('content') @if (count($errors) > 0)
Whoops! There were some problems with your input.
@endif
Back
@csrf @method('PATCH')
@error('title') {{ $message }} @enderror
@error('slug') {{ $message }} @enderror
featured ? 'checked' : '' }} disabled>
Featured will be shown on home page on priorty
  Note: Webp Image | size: Width-1200px Height: 800px
@if($category->image) your image @else your image @endif
@stop @section('css') @stop @section('js') {{-- show image --}} @stop