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

Update Category

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