{{--create/edit start --}}
{{--create/edit start --}}
{{--list start --}}
{{--list end--}}
Add Unit
{{ Form::open(['route'=>'inventory.unit.store','method'=>'POST', 'class'=>'form-horizontal']) }}
@include('inventory.unit.form-unit-inventory',['buttonText'=>'Save Unit'])
{{ Form::close() }}
Inventory Unit list
@include('inventory.unit.units-inventory')