{!! Form::label('hcpcs_type_service_code', 'HCPCS Type Of Service Code', ['class' => 'form-label']) !!}
{!! Form::text('hcpcs_type_service_code', $hcpcs->hcpcs_type_service_code, ['class' => 'form-control', 'placeholder' => 'HCPCS Type Of Service Code']) !!}
{!! $errors->first('hcpcs_type_service_code', ':message') !!}