@if (!empty($data->inventory_customer_id))
@if ($errors->has('inventory_customer_id'))
{{ $errors->first('inventory_customer_id') }}
@endif
@else
@if ($errors->has('inventory_customer_id'))
{{ $errors->first('inventory_customer_id') }}
@endif
@endif