{{__('Chart of Inventory')}}
{{--
--}}
{{-- --}}
{{--
--}}
@include('admin.validation')
@foreach($inventories as $parent)
{{$parent->code}}-{{$parent->name}}
+
@foreach($parent->childInventories as $childOne)
{{$childOne->code}}-{{$childOne->name}}
@foreach($childOne->childInventories as $childTwo)
@if(!$childTwo->childInventories->isEmpty())
@else
@endif
{{$childTwo->code}}-{{$childTwo->name}}
@foreach($childTwo->childInventories as $childThree)
@if(!$childThree->childInventories->isEmpty())
@else
@endif
{{$childThree->code}}-{{$childThree->name}}
@foreach($childThree->childInventories as $childFour )
{{$childFour->code}}-{{$childFour->name}}
@endforeach
@endforeach
@endforeach
@endforeach
@endforeach