@extends('layouts.master') @section('title', 'Add Case Category - Prolex Law Firm') @section('content')

Add Case Category

@csrf
@error('category_code')
{{ $message }}
@enderror
@error('category_description')
{{ $message }}
@enderror
Cancel
@endsection