@php $oldConexion = isset($model->db) ? $model->db : old('db'); @endphp
@if ($errors->has('host'))
{{ $errors->first('host') }}
@endif
@if ($errors->has('table'))
{{ $errors->first('table') }}
@endif
@if ($errors->has('project'))
{{ $errors->first('project') }}
@endif
@php $oldMedidorID = isset($model->medidor_id) ? $model->medidor_id : old('empresa_id'); @endphp
@if ($errors->has('radsensor_id'))
{{ $errors->first('radsensor_id') }}
@endif