@extends('admin.layout') @section('title', 'Edit Category') @section('content')

Edit Category

Back
@csrf @method('PUT')
@if($category->image)
{{ $category->name }}

Check the box above if you want to remove this image without uploading a new one.

@endif
@error('name')

{{ $message }}

@enderror

Click to upload new image

JPG, PNG, WebP (Max 5MB)

@error('image')

{{ $message }}

@enderror
is_active) ? 'checked' : '' }} class="sr-only">
Cancel
@endsection