@extends('backend.layout.main') @section('content')

{{trans('file.Add Adjustment')}}

{{trans('file.The field labels marked with * are required input fields')}}.

{!! Form::open(['route' => 'qty_adjustment.store', 'method' => 'post', 'files' => true, 'id' => 'adjustment-form']) !!}
{{trans('file.Order Table')}} *
@foreach($names as $key=>$name) @endforeach
{{trans('file.name')}} {{trans('file.Code')}} {{trans('file.Quantity')}} {{trans('file.action')}}
{{$name}} {{$code[$key]}}
{{trans('file.Total')}} 0
{!! Form::close() !!}
@endsection @push('scripts') @endpush