{{--create/edit start --}}
{{--create/edit start --}}
{{--list start --}}
{{--list end--}}
Edit Inventory Brand
{{ Form::model($brand,['route'=>['inventory.brand.update',$brand->id],'method'=>'POST', 'class'=>'form-horizontal']) }}
@include('inventory.brand.form-brand-inventory',['buttonText'=>'Update Brand'])
{{ Form::close() }}
Inventory Group list
@include('inventory.brand.brands-inventory')