@extends('layouts.app') @section('title', __('item.create')) @section('content')
{{ __('item.details') }}
{{-- CSRF Protection --}} @csrf @method('POST') {{-- Units Modal --}} @include('modals.unit.create')
@if (app('company')['enable_batch_tracking']) @endif
S.N. Fee Heading* Fee Code* Fee Amount (Rs.)* Total (Rs.) Action(s)
1.
Total (Rs.) Rs. 0.00
@include('modals.batch.create') @include('modals.section.create') @include('modals.program.create') @include('modals.item.batch-tracking') @endsection @section('js') @endsection