@extends('layouts.app') @section('title', 'Add Ledger Subcategory') @section('content')

Add New Subcategory

@component('components.widget', ['class' => 'box-primary', 'title' => 'Create Subcategory'])
@csrf
@error('name')
{{ $message }}
@enderror
@error('ledger_type_id')
{{ $message }}
@enderror
Cancel
@endcomponent
@endsection