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