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

Add New Category

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