@extends('layouts.app') @section('title', 'Add Sub-Category - Cash Book') @section('content')

Add Sub-Category

@if($errors->any())
    @foreach($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf

Business is inherited from filter selection

Sub-category will inherit business and type from parent

Type is automatically inherited from parent category

Cancel
@endsection