@extends('layouts.fixed') @section('title','Unit - Inventory WELL GROUP ') @section('content')

Manage Unit

{{--create/edit start --}}

Add Unit

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