@extends('admin.layouts.main') @section('main-admin-container')

Update Product Category

Update Product Category
@csrf @method('PUT')
@error('title')
{{ $message }}
@enderror
@if (!empty($product_category->thumbnail))
@endif @error('thumbnail')
{{ $message }}
@enderror
@error('description')
{{ $message }}
@enderror
@endsection