{!! Form::open(array('url'=>'/warehouse/update','id'=> 'product_form','files'=>true)) !!}
{!! Form::close() !!}
@if ($errors->has('warehouse_name'))
{{ $errors->first('warehouse_name') }}
@endif
@if ($errors->has('supplier_name'))
{{ $errors->first('supplier_name') }}
@endif
@if ($errors->has('warehouse_email'))
{{ $errors->first('warehouse_email') }}
@endif
@if ($errors->has('warehouse_phone'))
{{ $errors->first('warehouse_phone') }}
@endif
@if ($errors->has('warehouse_address'))
{{ $errors->first('warehouse_address') }}
@endif
@if ($errors->has('warehouse_city'))
{{ $errors->first('warehouse_city') }}
@endif
@if ($errors->has('warehouse_state'))
{{ $errors->first('warehouse_state') }}
@endif
@if ($errors->has('warehouse_country'))
{{ $errors->first('warehouse_country') }}
@endif
@if ($errors->has('warehouse_pincode'))
{{ $errors->first('warehouse_pincode') }}
@endif