@extends('layouts.app') @push('css_lib') {{--dropzone--}} @endpush @section('title',trans('lang.labeldesc_table')) @section('content') @include('flash::message') @include('adminlte-templates::common.errors')
{!! Form::open(['route' => ['erpinventory.update', $erpinventory[0]->id], 'method' => 'patch']) !!}
{!! Form::label('inventory', "Edit Inventory", ['class' => 'col-5 control-label text-right']) !!}
{!! Form::number('inventory',$erpinventory[0]->inventory, ['class' => 'form-control','placeholder'=> "Enter the Inventory","required"=>"true"]) !!}
Edit the Inventory
{{trans('lang.cancel')}}
{!! Form::close() !!}
@include('layouts.media_modal',['collection'=>null]) @endsection @push('scripts_lib') {{--dropzone--}} @endpush