@php
$trnasactionTitle = Config::get('constants.transaction.ADJUSTMENT') ;
@endphp
{{$trnasactionTitle}}
{{ Form::open(['action' => 'StoreItemController@create','autocomplete'=>'off','id'=>'adjustmentForm']) }}
{{ Form::close() }}
@endsection
@section('BootstrapModals')
@endsection
@section('ExternalJs')
@endsection