@if ($errors->has('store_id'))
{{ $errors->first('store_id') }}
@endif
@if ($errors->has('raw_material_id'))
{{ $errors->first('raw_material_id') }}
@endif
@if ($errors->has('target_qty'))
{{ $errors->first('target_qty') }}
@endif
@if ($errors->has('status'))
{{ $errors->first('status') }}
@endif