@push('title') Update Product Category @endpush
Update Product Category
@csrf @method('PUT')
@if ($category->icon)
{{ $category->name }}
@else
{{ $category->name }}
@endif
Cancel