@extends('AdminLte.template')
@section('title')
Store Adjustment
@endsection
@section('ExternalCss')
@parent
@endsection
@section('Content')
@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