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

Add New Product Category

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