@extends('layouts.master') @section('title', 'Update Product Category') @section('content')

Update Product Category

@if(count($errors) > 0) @endif
@csrf
Looks good!
Please enter product category name.
@endsection