@extends('layouts.app') @section('title', 'Edit Category') @section('breadcrumb') @endsection @section('content')
Category Details
@csrf @method('PUT')
@error('name')
{{ $message }}
@enderror
@if($category->image)
Current Current image. Upload a new one to replace it.
@endif
is_active ? 'checked' : '' }}>
Cancel
@endsection