@extends('admin.layouts.app') @section('title', 'Edit Category') @section('content')
Update category: {{ $category->name }}
{{ $message }}
Check the X to remove current image
{{ $category->image ? 'Replace image' : 'Upload category image' }}
PNG, JPG, WEBP up to 2MB